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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.