Method | Description | |
---|---|---|
Alert ( ) : void | ||
Alert ( IWin32Window owner ) : void | ||
CommonButtons ( NiTaskDialogCommonButtons commonButtons ) : |
||
Confirm ( ) : bool | ||
Confirm ( IWin32Window owner ) : bool | ||
Content ( string content ) : |
||
ExpandedControlText ( string expandedControlText ) : |
||
ExpandedInformation ( string expandedInformation ) : |
||
FromException ( |
||
MainIcon ( NiTaskDialogIcon mainIcon ) : |
||
MainInstruction ( string mainInstruction ) : |
||
Show ( ) : DialogResult | ||
Show ( IWin32Window owner ) : DialogResult |
Method | Description | |
---|---|---|
GetExceptionLog ( |
||
GetExceptionLog ( |
||
LogException ( StringBuilder sb, |
||
NiTaskDialogBuilder ( INiShell shell ) : System |
public CommonButtons ( NiTaskDialogCommonButtons commonButtons ) : |
||
commonButtons | NiTaskDialogCommonButtons | |
return |
public Content ( string content ) : |
||
content | string | |
return |
public ExpandedControlText ( string expandedControlText ) : |
||
expandedControlText | string | |
return |
public ExpandedInformation ( string expandedInformation ) : |
||
expandedInformation | string | |
return |
public FromException ( |
||
exception | ||
return |
public MainIcon ( NiTaskDialogIcon mainIcon ) : |
||
mainIcon | NiTaskDialogIcon | |
return |
public MainInstruction ( string mainInstruction ) : |
||
mainInstruction | string | |
return |
public Show ( IWin32Window owner ) : DialogResult | ||
owner | IWin32Window | |
return | DialogResult |