AutomationPeer.IsEnabledCore メソッド
定義
派生クラスでオーバーライドされると、IsEnabled() によって呼び出されます。When overridden in a derived class, is called by IsEnabled().
protected:
abstract bool IsEnabledCore();
protected abstract bool IsEnabledCore ();
abstract member IsEnabledCore : unit -> bool
Protected MustOverride Function IsEnabledCore () As Boolean
戻り値
オートメーション ピアがイベントを送受信できる場合は true
。それ以外の場合は false
。true
if the automation peer can receive and send events; otherwise, false
.