MenuItem class

Namespace: CodeEffects.Rule.Common

This class is used to hold rule items in the ContextMenuRules and ToolBarRules collections of the RuleEditor class.

Syntax

public class  MenuItem

Properties

  • Description Type: System.String

    Optional. Gets or sets the description of the menu item. If set, the Help String displays this description when the menu item is selected.

  • DisplayName Type: System.String

    Gets or sets the display name of the menu item.

  • ID Type: System.String

    Gets or sets the ID of the menu item.

  • SourceName Type: System.String

    Gets or sets the name of the source object used to generate this rule.

p101

l097 --

l102

p101

×