DialogBase.EnableModeless 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 modless property on the form. Form modal by default. Provided override functionality instead of allowing to set the property as this is used in CreateParams, which is called before constructor as well.
protected:
virtual property bool EnableModeless { bool get(); };
protected virtual bool EnableModeless { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.EnableModeless : bool
Protected Overridable ReadOnly Property EnableModeless As Boolean
Property Value
- Attributes