TextBoxBase.CanEnableIme 属性
定义
protected:
virtual property bool CanEnableIme { bool get(); };
protected override bool CanEnableIme { get; }
member this.CanEnableIme : bool
Protected Overrides ReadOnly Property CanEnableIme As Boolean
属性值
如果 ReadOnly 属性为 false
或将此 TextBoxBase 类设置为使用密码掩码字符,则为 true
;否则为 true
。false
if the ReadOnly property is true
or if this TextBoxBase class is set to use a password mask character; otherwise, true
.