Property | Type | Description | |
---|---|---|---|
CommandButtonResult | int | ||
EmulatedFormWidth | int | ||
ForceEmulationMode | bool | ||
OnTaskDialogClosed | EventHandler | ||
OnTaskDialogShown | EventHandler | ||
PlaySystemSounds | bool | ||
RadioButtonResult | int | ||
UseToolWindowOnXp | bool | ||
VerificationChecked | bool |
Method | Description | |
---|---|---|
MessageBox ( IWin32Window owner, string title, string mainInstruction, string content, ETaskDialogButtons buttons, ESysIcons mainIcon ) : DialogResult | ||
MessageBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon ) : DialogResult | ||
MessageBox ( string title, string mainInstruction, string content, ETaskDialogButtons buttons, ESysIcons mainIcon ) : DialogResult | ||
MessageBox ( string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon ) : DialogResult | ||
ShowCommandBox ( IWin32Window owner, string title, string mainInstruction, string content, string commandButtons, bool showCancelButton ) : int | ||
ShowCommandBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string commandButtons, bool showCancelButton, ESysIcons mainIcon, ESysIcons footerIcon ) : int | ||
ShowCommandBox ( string title, string mainInstruction, string content, string commandButtons, bool showCancelButton ) : int | ||
ShowCommandBox ( string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string commandButtons, bool showCancelButton, ESysIcons mainIcon, ESysIcons footerIcon ) : int | ||
ShowRadioBox ( IWin32Window owner, string title, string mainInstruction, string content, string radioButtons ) : int | ||
ShowRadioBox ( IWin32Window owner, string title, string mainInstruction, string content, string radioButtons, int defaultIndex ) : int | ||
ShowRadioBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, ESysIcons mainIcon, ESysIcons footerIcon ) : int | ||
ShowRadioBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, ESysIcons mainIcon, ESysIcons footerIcon, int defaultIndex ) : int | ||
ShowRadioBox ( string title, string mainInstruction, string content, string radioButtons ) : int | ||
ShowRadioBox ( string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, ESysIcons mainIcon, ESysIcons footerIcon, int defaultIndex ) : int | ||
ShowTaskDialogBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, string commandButtons, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon ) : DialogResult | ||
ShowTaskDialogBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, string commandButtons, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon, int defaultIndex ) : DialogResult | ||
ShowTaskDialogBox ( string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, string commandButtons, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon ) : DialogResult |
public static MessageBox ( IWin32Window owner, string title, string mainInstruction, string content, ETaskDialogButtons buttons, ESysIcons mainIcon ) : DialogResult | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
buttons | ETaskDialogButtons | |
mainIcon | ESysIcons | |
return | DialogResult |
public static MessageBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon ) : DialogResult | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
buttons | ETaskDialogButtons | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
return | DialogResult |
public static MessageBox ( string title, string mainInstruction, string content, ETaskDialogButtons buttons, ESysIcons mainIcon ) : DialogResult | ||
title | string | |
mainInstruction | string | |
content | string | |
buttons | ETaskDialogButtons | |
mainIcon | ESysIcons | |
return | DialogResult |
public static MessageBox ( string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon ) : DialogResult | ||
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
buttons | ETaskDialogButtons | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
return | DialogResult |
public static ShowCommandBox ( IWin32Window owner, string title, string mainInstruction, string content, string commandButtons, bool showCancelButton ) : int | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
commandButtons | string | |
showCancelButton | bool | |
return | int |
public static ShowCommandBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string commandButtons, bool showCancelButton, ESysIcons mainIcon, ESysIcons footerIcon ) : int | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
commandButtons | string | |
showCancelButton | bool | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
return | int |
public static ShowCommandBox ( string title, string mainInstruction, string content, string commandButtons, bool showCancelButton ) : int | ||
title | string | |
mainInstruction | string | |
content | string | |
commandButtons | string | |
showCancelButton | bool | |
return | int |
public static ShowCommandBox ( string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string commandButtons, bool showCancelButton, ESysIcons mainIcon, ESysIcons footerIcon ) : int | ||
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
commandButtons | string | |
showCancelButton | bool | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
return | int |
public static ShowRadioBox ( IWin32Window owner, string title, string mainInstruction, string content, string radioButtons ) : int | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
radioButtons | string | |
return | int |
public static ShowRadioBox ( IWin32Window owner, string title, string mainInstruction, string content, string radioButtons, int defaultIndex ) : int | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
radioButtons | string | |
defaultIndex | int | |
return | int |
public static ShowRadioBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, ESysIcons mainIcon, ESysIcons footerIcon ) : int | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
radioButtons | string | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
return | int |
public static ShowRadioBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, ESysIcons mainIcon, ESysIcons footerIcon, int defaultIndex ) : int | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
radioButtons | string | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
defaultIndex | int | |
return | int |
public static ShowRadioBox ( string title, string mainInstruction, string content, string radioButtons ) : int | ||
title | string | |
mainInstruction | string | |
content | string | |
radioButtons | string | |
return | int |
public static ShowRadioBox ( string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, ESysIcons mainIcon, ESysIcons footerIcon, int defaultIndex ) : int | ||
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
radioButtons | string | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
defaultIndex | int | |
return | int |
public static ShowTaskDialogBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, string commandButtons, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon ) : DialogResult | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
radioButtons | string | |
commandButtons | string | |
buttons | ETaskDialogButtons | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
return | DialogResult |
public static ShowTaskDialogBox ( IWin32Window owner, string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, string commandButtons, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon, int defaultIndex ) : DialogResult | ||
owner | IWin32Window | |
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
radioButtons | string | |
commandButtons | string | |
buttons | ETaskDialogButtons | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
defaultIndex | int | |
return | DialogResult |
public static ShowTaskDialogBox ( string title, string mainInstruction, string content, string expandedInfo, string footer, string verificationText, string radioButtons, string commandButtons, ETaskDialogButtons buttons, ESysIcons mainIcon, ESysIcons footerIcon ) : DialogResult | ||
title | string | |
mainInstruction | string | |
content | string | |
expandedInfo | string | |
footer | string | |
verificationText | string | |
radioButtons | string | |
commandButtons | string | |
buttons | ETaskDialogButtons | |
mainIcon | ESysIcons | |
footerIcon | ESysIcons | |
return | DialogResult |
public static EventHandler OnTaskDialogClosed | ||
return | EventHandler |
public static EventHandler OnTaskDialogShown | ||
return | EventHandler |