Gets or sets a value indicating whether the dialog box can be shown after initialization. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsDialogBase
Dim value As Boolean

value = instance.ShowForm

instance.ShowForm = value

Syntax

Visual Basic
Public Property ShowForm As Boolean
C#
public bool ShowForm { get; set; }
C++
public:
virtual property bool ShowForm {
		bool get () sealed;
		void set (bool value);
}
J#
/** @property */
public final boolean get_ShowForm ()

/** @property */
public void set_ShowForm (boolean value)
JScript
public final function get ShowForm () : boolean

public function set ShowForm (value : boolean)

Property Value

true if the dialog box can be shown after initialization; otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also