C# Class DroidExplorer.Controls.TaskDialog

Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Свойство Type Description
CommandButtonResult int
EmulatedFormWidth int
ForceEmulationMode bool
PlaySystemSounds bool
RadioButtonResult int
UseToolWindowOnXP bool
VerificationChecked bool

Méthodes publiques

Méthode 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.

Method Details

MessageBox() public static méthode

Messages the 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.
Résultat DialogResult

MessageBox() public static méthode

Messages the box.
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.
Résultat DialogResult

ShowCommandBox() public static méthode

Shows the command box.
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 true [show cancel button].
Résultat int

ShowCommandBox() public static méthode

Shows the command box.
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 true [show cancel button].
MainIcon SysIcons The main icon.
FooterIcon SysIcons The footer icon.
Résultat int

ShowRadioBox() public static méthode

Shows the radio box.
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.
Résultat int

ShowRadioBox() public static méthode

Shows the radio box.
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.
Résultat int

ShowTaskDialogBox() public static méthode

Shows the task dialog box.
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.
Résultat DialogResult

Property Details

CommandButtonResult public_oe static_oe property

public static int CommandButtonResult
Résultat int

EmulatedFormWidth public_oe static_oe property

public static int EmulatedFormWidth
Résultat int

ForceEmulationMode public_oe static_oe property

public static bool ForceEmulationMode
Résultat bool

PlaySystemSounds public_oe static_oe property

public static bool PlaySystemSounds
Résultat bool

RadioButtonResult public_oe static_oe property

public static int RadioButtonResult
Résultat int

UseToolWindowOnXP public_oe static_oe property

public static bool UseToolWindowOnXP
Résultat bool

VerificationChecked public_oe static_oe property

public static bool VerificationChecked
Résultat bool