Skip to main content
Version: 3.5

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.

public class CheckedMenuItem : MenuItem

Constructors

Instance memberCheckedMenuItem()

Initializes a new instance of CheckedMenuItem.

Implements

NameDescription
IBindableComponentBindable components implement this interface.
ICommandSourceDefines an object that can invoke a Command.
IWisejComponentAll wisej components implement this interface.
IWisejSerializableAllows an object to serialize itself.