CheckBox.CheckBoxAccessibleObject.DefaultAction 属性

定义

获取描述 CheckBox 控件的默认操作的字符串。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual property System::String ^ DefaultAction { System::String ^ get(); };
public override string DefaultAction { get; }
member this.DefaultAction : string
Public Overrides ReadOnly Property DefaultAction As String

属性值

String

CheckBox 控件的默认操作的说明。

注解

所选复选框的默认操作为“取消选中”,值为“已选中”。 清除的复选框的默认操作为“Check”,值为“未选中”。

适用于