MenuItem Class

Assembly: CodeEffects.Rule.Editor.dll
Namespace: CodeEffects.Rule.Editor.Models

Summary

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

Syntax

public class  MenuItem

Properties

  • Description
    Type: System.String

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

  • DisplayName
    Type: System.String

    Gets or sets the display name of the menu item. This property is required.

  • ID
    Type: System.String

    Gets or sets the ID of the menu item. This property is required.

p101

l097 --

l102

p101

×