Skip to main content
Version: 4.1

CheckedMenuItem

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.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 member CheckedMenuItem()

Initializes a new instance of CheckedMenuItem.

Methods

Protected member OnClick(e)

Fires the Click event.

ParameterTypeDescription
eEventArgsAn EventArgs that contains the event data.

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
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.