UtilAppletsShowShellAboutDialog(String, 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,
string bottomText,
Icon icon = null
)
Public Shared Sub ShowShellAboutDialog (
windowTitle As String,
headerText As String,
bottomText As String,
Optional icon As Icon = Nothing
)
Dim windowTitle As String
Dim headerText As String
Dim bottomText As String
Dim icon As Icon
UtilApplets.ShowShellAboutDialog(windowTitle,
headerText, bottomText, icon)
public:
static void ShowShellAboutDialog(
String^ windowTitle,
String^ headerText,
String^ bottomText,
Icon^ icon = nullptr
)
static member ShowShellAboutDialog :
windowTitle : string *
headerText : string *
bottomText : 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.
- bottomText String
-
The bottom 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", "Bottom 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.