TypeBrowserDialog.ISite.DesignMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the type browser dialog is in design mode.
property bool System::ComponentModel::ISite::DesignMode { bool get(); };
bool System.ComponentModel.ISite.DesignMode { get; }
member this.System.ComponentModel.ISite.DesignMode : bool
ReadOnly Property DesignMode As Boolean Implements ISite.DesignMode
Property Value
true
if TypeBrowserDialog is in design mode; otherwise, false
. The default is true
.
Implements
Remarks
This property is required because TypeBrowserDialog implements ISite. For TypeBrowserDialog, TypeBrowserDialog.ISite.DesignMode always returns true
.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.