AutomationPeer.IsControlElementCore 方法
定義
在衍生類別中覆寫時,被 IsControlElement() 呼叫。When overridden in a derived class, is called by IsControlElement().
protected:
abstract bool IsControlElementCore();
protected abstract bool IsControlElementCore ();
abstract member IsControlElementCore : unit -> bool
Protected MustOverride Function IsControlElementCore () As Boolean
傳回
如果項目是控制項則為 true
,否則為 false
。true
if the element is a control; otherwise, false
.