Checked (Get-Methode)

Erhält den Zustand des Steuerelements CCheckBox.

bool  Checked()  const

Rückgabewert

Der Zustand des Steuerelements CCheckBox.

Checked (Set-Methode)

Setzt den Zustand des Steuerelements CCheckBox.

bool  Checked(
   const bool  flag      // Zustand
   )

Parameter

flag

[in]  Der neue Zustand.

Rückgabewert

Gibt bei Erfolg true, ansonsten false zurück.