Control.IsAccessible 屬性
定義
取得或設定值,指出可及性應用程式是否見得到控制項。Gets or sets a value indicating whether the control is visible to accessibility applications.
public:
property bool IsAccessible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool IsAccessible { get; set; }
member this.IsAccessible : bool with get, set
Public Property IsAccessible As Boolean
屬性值
如果協助工具應用程式可看見控制項,則為 true
,否則為 false
。true
if the control is visible to accessibility applications; otherwise, false
.
- 屬性