FlowDocument.IsEnabledCore Property

Definition

Gets the value of the IsEnabled property for the FlowDocument.

protected:
 virtual property bool IsEnabledCore { bool get(); };
protected override bool IsEnabledCore { get; }
member this.IsEnabledCore : bool
Protected Overrides ReadOnly Property IsEnabledCore As Boolean

Property Value

The value of the IsEnabled property for the FlowDocument.

Applies to