The SalMenuItem type exposes the following members.

Constructors

  NameDescription
Public methodSalMenuItem
Constructs a new SalMenuItem.

Methods

  NameDescription
Public methodCloneMenu
Overrides the CloneMenu method to duplicate event handlers.
(Overrides MenuItem..::..CloneMenu()()()().)
Protected methodDispose
Release resources associated with this menu item.
(Overrides MenuItem..::..Dispose(Boolean).)
Public methodMergeMenu
Overrides the MergeMenu method to duplicate event handlers.
(Overrides MenuItem..::..MergeMenu()()()().)
Protected methodOnDrawItem (Overrides MenuItem..::..OnDrawItem(DrawItemEventArgs).)
Protected methodOnMeasureItem (Overrides MenuItem..::..OnMeasureItem(MeasureItemEventArgs).)

Properties

  NameDescription
Public propertyStatic memberBulletMark
Returns/Sets the default bullet point image.
Public propertyStatic memberCheckMark
Returns/Sets the default check mark image.
Public propertyFont
Returns/Sets the font for the menu item.
Public propertyImageNormal
Returns/Sets the image to paint next to menu items.
Public propertyImageSelected
Returns/Sets the image to paint next to selected menu items.
Public propertyMenuID
Returns the internal menu ID assigned to the menu item.
Public propertyOwner
Public propertyStatusText

Events

  NameDescription
Public eventCheckedWhen
CheckedWhen event.
Public eventEnabledWhen
EnabledWhen event.
Public eventMenuActions
MenuActions event.

See Also