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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.