[]
        
(Showing Draft Content)

C1.Win.Command.RadialMenuItemBase

RadialMenuItemBase Class

Abstract base class for items in a radial menu.

Implements
Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
[C1Description("RadialMenuItemBase", "Represents an abstract base class for all the items in a radial menu.")]
public abstract class RadialMenuItemBase : Component, IComponent, IDisposable

Constructors

Name Description
RadialMenuItemBase()

Properties

Name Description
Checked

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

Enabled

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

GroupName

Gets or sets a group name which is used for mutually exclusive checkable items.

Image

Gets or sets the image associated with the menu item.

IsCheckable

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

Name

Gets or sets the name used to identify the item.

Pressed

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

Sector

Gets or sets the sector index. A value of -1 means that the item is unordered using this property.

SectorCount

Gets or sets a value indicating the number of sectors in the item. If sector count is greater then menu items, remaining sectors are shown as an empty space. If the number of sectors is less than the number of menu items, then only as many items as specified in this property are shown A value of -1 means that the number of sectors is equal to the number of items.

SectorSpan

Gets or sets the number of sectors the item occupies.

State

Gets a value indicating the state of a radial menu item.

Text

Gets or sets the text associated with the menu item.

ToolTip

Gets or sets the tooltip associated with the menu item.

Methods

Name Description
ResetChecked()

This method is for internal use only.

ResetEnabled()

This method is for internal use only.

ResetImage()

This method is for internal use only.

ResetName()

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.

ShouldSerializeEnabled()

This method is for internal use only.

ShouldSerializeImage()

This method is for internal use only.

ShouldSerializeName()

This method is for internal use only.

ShouldSerializeText()

This method is for internal use only.

ShouldSerializeToolTip()

This method is for internal use only.