[]
        
(Showing Draft Content)

C1.Win.C1Command.RadialMenuCommandItem

RadialMenuCommandItem Class

Represents a radial menu item associated with a C1Command.

Inheritance
RadialMenuCommandItem
Implements
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class RadialMenuCommandItem : RadialMenuItemBase, IComponent, IDisposable

Constructors

Name Description
RadialMenuCommandItem()

Properties

Name Description
Checked

Gets or sets a value indicating whether the menu item is checked.

Command

Gets or sets the C1Command associated with this menu item.

Enabled

Gets or sets a value indicating whether the menu item is enabled.

Image

Overridden. Gets or sets the image shown by this menu item. Note that setting this property does not change the image on the associated C1Command.

Text

Overridden. Gets or sets the text shown by this menu item. Note that setting this property does not change the text on the associated C1Command.

ToolTip

Overridden. Gets or sets the tooltip shown by this menu item. Note that setting this property does not change the tooltip on the associated C1Command.

Methods

Name Description
OnCheck(EventArgs)

Invokes the Check event.

OnClosed(EventArgs)

Invokes the Closed event.

OnClosing(CancelEventArgs)

Invokes the Closing event.

OnOpened(EventArgs)

Invokes the Opened event.

OnOpening(CancelEventArgs)

Invokes the Opening event.

OnUncheck(EventArgs)

Invokes the Uncheck event.

ResetChecked()

This method is for internal use only.

ResetCommand()

This method is for internal use only.

ResetEnabled()

This method is for internal use only.

ResetImage()

This method is for internal use only.

ResetText()

This method is for internal use only.

ResetToolTip()

This method is for internal use only.

ShouldSerializeChecked()

This method is for internal use only.

ShouldSerializeCommand()

This method is for internal use only.

ShouldSerializeEnabled()

This method is for internal use only.

ShouldSerializeImage()

This method is for internal use only.

ShouldSerializeText()

This method is for internal use only.

ShouldSerializeToolTip()

This method is for internal use only.

Events

Name Description
Check

Occurs when the menu item is checked.

Closed

Occurs when the menu item is closed.

Closing

Occurs when the menu item is closing.

Opened

Occurs when the menu item is opened.

Opening

Occurs when the menu item is opening.

Uncheck

Occurs when the menu item is unchecked.