C# 클래스 NetIde.Services.Shell.NiShell.NiTaskDialog

상속: NetIde.Shell.ServiceObject, INiTaskDialog
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
AddButton ( int id, string text ) : HResult
AddRadioButton ( int id, string text ) : HResult
Advise ( INiTaskDialogNotify sink, int &cookie ) : HResult
Advise ( object sink, int &cookie ) : HResult
GetCollapsedControlText ( string &collapsedControlText ) : HResult
GetCommonButtons ( NiTaskDialogCommonButtons &commonButtons ) : HResult
GetContent ( string &content ) : HResult
GetDefaultButton ( int &id ) : HResult
GetDefaultRadioButton ( int &id ) : HResult
GetExpandedControlText ( string &expandedControlText ) : HResult
GetExpandedInformation ( string &expandedInformation ) : HResult
GetFlags ( NiTaskDialogFlags &flags ) : HResult
GetFooter ( string &footer ) : HResult
GetFooterIcon ( IResource &footerIcon ) : HResult
GetFooterIcon ( NiTaskDialogIcon &footerIcon ) : HResult
GetMainIcon ( IResource &mainIcon ) : HResult
GetMainIcon ( NiTaskDialogIcon &mainIcon ) : HResult
GetMainInstruction ( string &mainInstruction ) : HResult
GetVerificationText ( string &verificationText ) : HResult
GetWidth ( int &width ) : HResult
GetWindowTitle ( string &windowTitle ) : HResult
NiTaskDialog ( IServiceProvider serviceProvider ) : System
SetCollapsedControlText ( string collapsedControlText ) : HResult
SetCommonButtons ( NiTaskDialogCommonButtons commonButtons ) : HResult
SetContent ( string content ) : HResult
SetDefaultButton ( int id ) : HResult
SetDefaultRadioButton ( int id ) : HResult
SetExpandedControlText ( string expandedControlText ) : HResult
SetExpandedInformation ( string expandedInformation ) : HResult
SetFlags ( NiTaskDialogFlags flags ) : HResult
SetFooter ( string footer ) : HResult
SetFooterIcon ( IResource footerIcon ) : HResult
SetFooterIcon ( NiTaskDialogIcon footerIcon ) : HResult
SetMainIcon ( IResource mainIcon ) : HResult
SetMainIcon ( NiTaskDialogIcon mainIcon ) : HResult
SetMainInstruction ( string mainInstruction ) : HResult
SetVerificationText ( string verificationText ) : HResult
SetWidth ( int width ) : HResult
SetWindowTitle ( string windowTitle ) : HResult
Show ( IntPtr owner, bool &verificationFlagChecked, int &radioButtonResult, int &result ) : HResult
Unadvise ( int cookie ) : HResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Callback ( ActiveTaskDialog taskDialog, TaskDialogNotificationArgs args, object callbackData ) : bool

메소드 상세

AddButton() 공개 메소드

public AddButton ( int id, string text ) : HResult
id int
text string
리턴 HResult

AddRadioButton() 공개 메소드

public AddRadioButton ( int id, string text ) : HResult
id int
text string
리턴 HResult

Advise() 공개 메소드

public Advise ( INiTaskDialogNotify sink, int &cookie ) : HResult
sink INiTaskDialogNotify
cookie int
리턴 HResult

Advise() 공개 메소드

public Advise ( object sink, int &cookie ) : HResult
sink object
cookie int
리턴 HResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCollapsedControlText() 공개 메소드

public GetCollapsedControlText ( string &collapsedControlText ) : HResult
collapsedControlText string
리턴 HResult

GetCommonButtons() 공개 메소드

public GetCommonButtons ( NiTaskDialogCommonButtons &commonButtons ) : HResult
commonButtons NiTaskDialogCommonButtons
리턴 HResult

GetContent() 공개 메소드

public GetContent ( string &content ) : HResult
content string
리턴 HResult

GetDefaultButton() 공개 메소드

public GetDefaultButton ( int &id ) : HResult
id int
리턴 HResult

GetDefaultRadioButton() 공개 메소드

public GetDefaultRadioButton ( int &id ) : HResult
id int
리턴 HResult

GetExpandedControlText() 공개 메소드

public GetExpandedControlText ( string &expandedControlText ) : HResult
expandedControlText string
리턴 HResult

GetExpandedInformation() 공개 메소드

public GetExpandedInformation ( string &expandedInformation ) : HResult
expandedInformation string
리턴 HResult

GetFlags() 공개 메소드

public GetFlags ( NiTaskDialogFlags &flags ) : HResult
flags NiTaskDialogFlags
리턴 HResult

GetFooter() 공개 메소드

public GetFooter ( string &footer ) : HResult
footer string
리턴 HResult

GetFooterIcon() 공개 메소드

public GetFooterIcon ( IResource &footerIcon ) : HResult
footerIcon IResource
리턴 HResult

GetFooterIcon() 공개 메소드

public GetFooterIcon ( NiTaskDialogIcon &footerIcon ) : HResult
footerIcon NiTaskDialogIcon
리턴 HResult

GetMainIcon() 공개 메소드

public GetMainIcon ( IResource &mainIcon ) : HResult
mainIcon IResource
리턴 HResult

GetMainIcon() 공개 메소드

public GetMainIcon ( NiTaskDialogIcon &mainIcon ) : HResult
mainIcon NiTaskDialogIcon
리턴 HResult

GetMainInstruction() 공개 메소드

public GetMainInstruction ( string &mainInstruction ) : HResult
mainInstruction string
리턴 HResult

GetVerificationText() 공개 메소드

public GetVerificationText ( string &verificationText ) : HResult
verificationText string
리턴 HResult

GetWidth() 공개 메소드

public GetWidth ( int &width ) : HResult
width int
리턴 HResult

GetWindowTitle() 공개 메소드

public GetWindowTitle ( string &windowTitle ) : HResult
windowTitle string
리턴 HResult

NiTaskDialog() 공개 메소드

public NiTaskDialog ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
리턴 System

SetCollapsedControlText() 공개 메소드

public SetCollapsedControlText ( string collapsedControlText ) : HResult
collapsedControlText string
리턴 HResult

SetCommonButtons() 공개 메소드

public SetCommonButtons ( NiTaskDialogCommonButtons commonButtons ) : HResult
commonButtons NiTaskDialogCommonButtons
리턴 HResult

SetContent() 공개 메소드

public SetContent ( string content ) : HResult
content string
리턴 HResult

SetDefaultButton() 공개 메소드

public SetDefaultButton ( int id ) : HResult
id int
리턴 HResult

SetDefaultRadioButton() 공개 메소드

public SetDefaultRadioButton ( int id ) : HResult
id int
리턴 HResult

SetExpandedControlText() 공개 메소드

public SetExpandedControlText ( string expandedControlText ) : HResult
expandedControlText string
리턴 HResult

SetExpandedInformation() 공개 메소드

public SetExpandedInformation ( string expandedInformation ) : HResult
expandedInformation string
리턴 HResult

SetFlags() 공개 메소드

public SetFlags ( NiTaskDialogFlags flags ) : HResult
flags NiTaskDialogFlags
리턴 HResult

SetFooter() 공개 메소드

public SetFooter ( string footer ) : HResult
footer string
리턴 HResult

SetFooterIcon() 공개 메소드

public SetFooterIcon ( IResource footerIcon ) : HResult
footerIcon IResource
리턴 HResult

SetFooterIcon() 공개 메소드

public SetFooterIcon ( NiTaskDialogIcon footerIcon ) : HResult
footerIcon NiTaskDialogIcon
리턴 HResult

SetMainIcon() 공개 메소드

public SetMainIcon ( IResource mainIcon ) : HResult
mainIcon IResource
리턴 HResult

SetMainIcon() 공개 메소드

public SetMainIcon ( NiTaskDialogIcon mainIcon ) : HResult
mainIcon NiTaskDialogIcon
리턴 HResult

SetMainInstruction() 공개 메소드

public SetMainInstruction ( string mainInstruction ) : HResult
mainInstruction string
리턴 HResult

SetVerificationText() 공개 메소드

public SetVerificationText ( string verificationText ) : HResult
verificationText string
리턴 HResult

SetWidth() 공개 메소드

public SetWidth ( int width ) : HResult
width int
리턴 HResult

SetWindowTitle() 공개 메소드

public SetWindowTitle ( string windowTitle ) : HResult
windowTitle string
리턴 HResult

Show() 공개 메소드

public Show ( IntPtr owner, bool &verificationFlagChecked, int &radioButtonResult, int &result ) : HResult
owner System.IntPtr
verificationFlagChecked bool
radioButtonResult int
result int
리턴 HResult

Unadvise() 공개 메소드

public Unadvise ( int cookie ) : HResult
cookie int
리턴 HResult