Navigation

Categories
Show Navigation Next Topic  »

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.


Post your questions on Stackoverflow and become a part of our growing community

Comments: 0