Hyperlink.IsEnabledCore プロパティ

定義

Hyperlink が有効かどうかを示す値を取得します。

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

プロパティ値

Boolean

Hyperlink が有効な場合は true、それ以外の場合は false です。

注釈

このプロパティはオーバーライドします IsEnabledCore

適用対象