C# Class DroidExplorer.Controls.TaskDialog

ファイルを表示 Open project: camalot/droidexplorer

Public Properties

Property Type Description
CommandButtonResult int
EmulatedFormWidth int
ForceEmulationMode bool
PlaySystemSounds bool
RadioButtonResult int
UseToolWindowOnXP bool
VerificationChecked bool

Public Methods

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.

Method Details

MessageBox() public static method

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.
return DialogResult

MessageBox() public static method

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.
return DialogResult

ShowCommandBox() public static method

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].
return int

ShowCommandBox() public static method

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.
return int

ShowRadioBox() public static method

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.
return int

ShowRadioBox() public static method

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.
return int

ShowTaskDialogBox() public static method

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.
return DialogResult

Property Details

CommandButtonResult public_oe static_oe property

public static int CommandButtonResult
return int

EmulatedFormWidth public_oe static_oe property

public static int EmulatedFormWidth
return int

ForceEmulationMode public_oe static_oe property

public static bool ForceEmulationMode
return bool

PlaySystemSounds public_oe static_oe property

public static bool PlaySystemSounds
return bool

RadioButtonResult public_oe static_oe property

public static int RadioButtonResult
return int

UseToolWindowOnXP public_oe static_oe property

public static bool UseToolWindowOnXP
return bool

VerificationChecked public_oe static_oe property

public static bool VerificationChecked
return bool