CheckedMenuItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.
- C#
- VB.NET
public class CheckedMenuItem : MenuItem
Public Class CheckedMenuItem
Inherits MenuItem
Constructors
CheckedMenuItem()
Initializes a new instance of CheckedMenuItem.
Implements
| Name | Description |
|---|---|
| IBindableComponent | Bindable components implement this interface. |
| ICommandSource | Defines an object that can invoke a Command. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |