Click or drag to resize

VIZViewerShowWaitDialogWithText Method

Show Wait Dialog

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public void ShowWaitDialogWithText(
	bool ShowDialog,
	string Caption,
	string Description
)

Parameters

ShowDialog
Type: SystemBoolean

[Missing <param name="ShowDialog"/> documentation for "M:SHConnector.VIZViewer.ShowWaitDialogWithText(System.Boolean,System.String,System.String)"]

Caption
Type: SystemString

[Missing <param name="Caption"/> documentation for "M:SHConnector.VIZViewer.ShowWaitDialogWithText(System.Boolean,System.String,System.String)"]

Description
Type: SystemString

[Missing <param name="Description"/> documentation for "M:SHConnector.VIZViewer.ShowWaitDialogWithText(System.Boolean,System.String,System.String)"]

See Also