Property | Type | Description | |
---|---|---|---|
CommandButtonResult | int | ||
EmulatedFormWidth | int | ||
ForceEmulationMode | bool | ||
PlaySystemSounds | bool | ||
RadioButtonResult | int | ||
UseToolWindowOnXP | bool | ||
VerificationChecked | bool |
Method | Description | |
---|---|---|
MessageBox ( string Title, string MainInstruction, string Content, TaskDialogButtons Buttons, SysIcons MainIcon ) : DialogResult |
Messages the box.
|
|
MessageBox ( string Title, string MainInstruction, string Content, string ExpandedInfo, string Footer, string VerificationText, TaskDialogButtons Buttons, SysIcons MainIcon, SysIcons FooterIcon ) : DialogResult |
Messages the box.
|
|
ShowCommandBox ( string Title, string MainInstruction, string Content, string CommandButtons, bool ShowCancelButton ) : int |
Shows the command box.
|
|
ShowCommandBox ( string Title, string MainInstruction, string Content, string ExpandedInfo, string Footer, string VerificationText, string CommandButtons, bool ShowCancelButton, SysIcons MainIcon, SysIcons FooterIcon ) : int |
Shows the command box.
|
|
ShowRadioBox ( string Title, string MainInstruction, string Content, string RadioButtons ) : int |
Shows the radio box.
|
|
ShowRadioBox ( string Title, string MainInstruction, string Content, string ExpandedInfo, string Footer, string VerificationText, string RadioButtons, SysIcons MainIcon, SysIcons FooterIcon ) : int |
Shows the radio box.
|
|
ShowTaskDialogBox ( string Title, string MainInstruction, string Content, string ExpandedInfo, string Footer, string VerificationText, string RadioButtons, string CommandButtons, TaskDialogButtons Buttons, SysIcons MainIcon, SysIcons FooterIcon ) : DialogResult |
Shows the task dialog box.
|
public static MessageBox ( string Title, string MainInstruction, string Content, TaskDialogButtons Buttons, SysIcons MainIcon ) : DialogResult | ||
Title | string | The title. |
MainInstruction | string | The main instruction. |
Content | string | The content. |
Buttons | TaskDialogButtons | The buttons. |
MainIcon | SysIcons | The main icon. |
return | DialogResult |
public static MessageBox ( string Title, string MainInstruction, string Content, string ExpandedInfo, string Footer, string VerificationText, TaskDialogButtons Buttons, SysIcons MainIcon, SysIcons FooterIcon ) : DialogResult | ||
Title | string | The title. |
MainInstruction | string | The main instruction. |
Content | string | The content. |
ExpandedInfo | string | The expanded info. |
Footer | string | The footer. |
VerificationText | string | The verification text. |
Buttons | TaskDialogButtons | The buttons. |
MainIcon | SysIcons | The main icon. |
FooterIcon | SysIcons | The footer icon. |
return | DialogResult |
public static ShowCommandBox ( string Title, string MainInstruction, string Content, string CommandButtons, bool ShowCancelButton ) : int | ||
Title | string | The title. |
MainInstruction | string | The main instruction. |
Content | string | The content. |
CommandButtons | string | The command buttons. |
ShowCancelButton | bool | if set to |
return | int |
public static ShowCommandBox ( string Title, string MainInstruction, string Content, string ExpandedInfo, string Footer, string VerificationText, string CommandButtons, bool ShowCancelButton, SysIcons MainIcon, SysIcons FooterIcon ) : int | ||
Title | string | The title. |
MainInstruction | string | The main instruction. |
Content | string | The content. |
ExpandedInfo | string | The expanded info. |
Footer | string | The footer. |
VerificationText | string | The verification text. |
CommandButtons | string | The command buttons. |
ShowCancelButton | bool | if set to |
MainIcon | SysIcons | The main icon. |
FooterIcon | SysIcons | The footer icon. |
return | int |
public static ShowRadioBox ( string Title, string MainInstruction, string Content, string RadioButtons ) : int | ||
Title | string | The title. |
MainInstruction | string | The main instruction. |
Content | string | The content. |
RadioButtons | string | The radio buttons. |
return | int |
public static ShowRadioBox ( string Title, string MainInstruction, string Content, string ExpandedInfo, string Footer, string VerificationText, string RadioButtons, SysIcons MainIcon, SysIcons FooterIcon ) : int | ||
Title | string | The title. |
MainInstruction | string | The main instruction. |
Content | string | The content. |
ExpandedInfo | string | The expanded info. |
Footer | string | The footer. |
VerificationText | string | The verification text. |
RadioButtons | string | The radio buttons. |
MainIcon | SysIcons | The main icon. |
FooterIcon | SysIcons | The footer icon. |
return | int |
public static ShowTaskDialogBox ( string Title, string MainInstruction, string Content, string ExpandedInfo, string Footer, string VerificationText, string RadioButtons, string CommandButtons, TaskDialogButtons Buttons, SysIcons MainIcon, SysIcons FooterIcon ) : DialogResult | ||
Title | string | The title. |
MainInstruction | string | The main instruction. |
Content | string | The content. |
ExpandedInfo | string | The expanded info. |
Footer | string | The footer. |
VerificationText | string | The verification text. |
RadioButtons | string | The radio buttons. |
CommandButtons | string | The command buttons. |
Buttons | TaskDialogButtons | The buttons. |
MainIcon | SysIcons | The main icon. |
FooterIcon | SysIcons | The footer icon. |
return | DialogResult |