DialogBase.EnableModeless Property
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
protected virtual bool EnableModeless { get; }
protected:
property bool EnableModeless {
virtual bool get();
}
abstract EnableModeless : bool with get
override EnableModeless : bool with get
Protected Overridable ReadOnly Property EnableModeless As Boolean
Property Value
Type: System.Boolean
See Also
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top