UtilAppletsShowShellAboutDialog(String, String, Icon) Method

Displays a Shell-About dialog box with custom message and icon.

Definition

Namespace: DevCase.Core.Windows.ControlPanel
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void ShowShellAboutDialog(
	string windowTitle,
	string headerText,
	Icon icon = null
)

Parameters

windowTitle  String
The window title.
headerText  String
The header text.
icon  Icon  (Optional)
The icon to display.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also