ElementHost.CanEnableIme 屬性
定義
protected:
virtual property bool CanEnableIme { bool get(); };
protected override bool CanEnableIme { get; }
member this.CanEnableIme : bool
Protected Overrides ReadOnly Property CanEnableIme As Boolean
屬性值
如果 ElementHost 有 Child 項目則為 true
,否則為 false
。true
if ElementHost has a Child element; otherwise, false
.