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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.