TypeBrowserDialog.ISite.DesignMode Property

Definition

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