ToolStripMenuItem.CheckState Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si un ToolStripMenuItem est à l'état activé, désactivé ou indéterminé.
public:
property System::Windows::Forms::CheckState CheckState { System::Windows::Forms::CheckState get(); void set(System::Windows::Forms::CheckState value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.CheckState CheckState { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.CheckState : System.Windows.Forms.CheckState with get, set
Public Property CheckState As CheckState
Valeur de propriété
Une des valeurs de l'objet CheckState. La valeur par défaut est Unchecked
.
- Attributs
Exceptions
La valeur de la propriété CheckState n'est pas l'une des valeurs de CheckState.
Remarques
Utilisez la CheckState propriété pour contrôler ou déterminer si un ToolStripMenuItem est initialement activé, désactivé ou dans un état indéterminé.
À compter de .NET Framework 4.5.2, si la propriété a la CheckStateChecked valeur ou Indeterminate, l’icône correspondante peut être redimensionnée. Le redimensionnement est déterminé par le paramètre ppp système lorsque le fichier app.config contient l’entrée suivante :
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>