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」 和 「Unchecked」。

適用於