UtilAppletsShowShellAboutDialog(String, String, Icon) Method
Displays a Shell-About dialog box with custom message and icon.
Namespace: DevCase.Core.Windows.ControlPanelAssembly: 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
)
Public Shared Sub ShowShellAboutDialog (
windowTitle As String,
headerText As String,
Optional icon As Icon = Nothing
)
Dim windowTitle As String
Dim headerText As String
Dim icon As Icon
UtilApplets.ShowShellAboutDialog(windowTitle,
headerText, icon)
public:
static void ShowShellAboutDialog(
String^ windowTitle,
String^ headerText,
Icon^ icon = nullptr
)
static member ShowShellAboutDialog :
windowTitle : string *
headerText : string *
?icon : Icon
(* Defaults:
let _icon = defaultArg icon null
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- windowTitle String
-
The window title.
- headerText String
-
The header text.
- icon Icon (Optional)
-
The icon to display.
This is a code example.
No code example is currently available or this language may not be supported.
ShowShellAboutDialog("Window Title", "Header Text", SystemIcons.Information)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.