Share via


ControlSite.ISite.DesignMode Property

Gets a value that indicates whether the component is currently in design mode.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Private ReadOnly Property DesignMode As Boolean
    Implements ISite.DesignMode
    Get
'Usage
Dim instance As ControlSite
Dim value As Boolean

value = CType(instance, ISite).DesignMode
bool ISite.DesignMode { get; }
private:
virtual property bool DesignMode {
    bool get () sealed = ISite::DesignMode::get;
}
private abstract DesignMode : bool
private override DesignMode : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean
true if the component is in design mode; otherwise, false.

Implements

ISite.DesignMode