SmsDialogBase.ShowForm Property

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

'Usage
Dim instance As SmsDialogBase
Dim value As Boolean

value = instance.ShowForm

instance.ShowForm = value

Syntax

'Declaration
Public Property ShowForm As Boolean
public bool ShowForm { get; set; }
public:
virtual property bool ShowForm {
    bool get () sealed;
    void set (bool value);
}
/** @property */
public final boolean get_ShowForm ()

/** @property */
public void set_ShowForm (boolean value)
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

Reference

SmsDialogBase Class
SmsDialogBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace