DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.DefaultAction Eigenschap

Definitie

Hiermee haalt u een tekenreeks op die de standaardactie van de DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.

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

Waarde van eigenschap

Een beschrijving van de standaardactie.

Uitzonderingen

.NET 5 en hoger: de eigenschap Owner is null.

Opmerkingen

De DefaultAction eigenschap bevat de tekenreeks 'Druk om te controleren' als het selectievakje niet is ingeschakeld, de tekenreeks 'Druk om uit te schakelen' als het selectievakje is ingeschakeld en een lege tekenreeks ("") als het DataGridViewCheckBoxCell kenmerk Alleen-lezen is.

Van toepassing op

Zie ook