C# 클래스 DroidExplorer.Controls.TaskDialog

파일 보기 프로젝트 열기: camalot/droidexplorer

공개 프로퍼티들

프로퍼티 타입 설명
CommandButtonResult int
EmulatedFormWidth int
ForceEmulationMode bool
PlaySystemSounds bool
RadioButtonResult int
UseToolWindowOnXP bool
VerificationChecked bool

공개 메소드들

메소드 설명
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.

메소드 상세

MessageBox() 공개 정적인 메소드

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.
리턴 DialogResult

MessageBox() 공개 정적인 메소드

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.
리턴 DialogResult

ShowCommandBox() 공개 정적인 메소드

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].
리턴 int

ShowCommandBox() 공개 정적인 메소드

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.
리턴 int

ShowRadioBox() 공개 정적인 메소드

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.
리턴 int

ShowRadioBox() 공개 정적인 메소드

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.
리턴 int

ShowTaskDialogBox() 공개 정적인 메소드

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.
리턴 DialogResult

프로퍼티 상세

CommandButtonResult 공개적으로 정적으로 프로퍼티

public static int CommandButtonResult
리턴 int

EmulatedFormWidth 공개적으로 정적으로 프로퍼티

public static int EmulatedFormWidth
리턴 int

ForceEmulationMode 공개적으로 정적으로 프로퍼티

public static bool ForceEmulationMode
리턴 bool

PlaySystemSounds 공개적으로 정적으로 프로퍼티

public static bool PlaySystemSounds
리턴 bool

RadioButtonResult 공개적으로 정적으로 프로퍼티

public static int RadioButtonResult
리턴 int

UseToolWindowOnXP 공개적으로 정적으로 프로퍼티

public static bool UseToolWindowOnXP
리턴 bool

VerificationChecked 공개적으로 정적으로 프로퍼티

public static bool VerificationChecked
리턴 bool