Name | Description | |
---|---|---|
![]() | Enabled | Gets or sets whether the menu item is enabled or not. (Inherited from Nevron.Nov.Diagram.NShapeMenuItem) |
![]() | HistoryService | Gets the document effective history service that this node uses to record history (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | Id | Gets the id of the element, which uniquely identifies the element inside the owner document. It is automatically assigned when the element is registered in a document and is also automatically set to -1 when the element is unregistered from the document. You can manually assign the next document Id to the element, before it is added to a specific document, by using AssingNextId method. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | Items | Gets or sets the shape menu items that appear as child items of this menu item. |
![]() | Name | Gets or sets the name of this shape part. (Inherited from Nevron.Nov.Diagram.NNamedShapePart) |
![]() | OwnerDocument | Gets a reference to the document owning the node. Returns null if the node is not residing in a document. (Inherited from Nevron.Nov.Dom.NDocumentNode) |
![]() | OwnerShape | Gets the shape, to which this shape part belongs (Inherited from Nevron.Nov.Diagram.NShapePart) |
![]() | ParentNode | Gets the parent node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | RootNode | Gets the root node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | Schema | Gets the node schema. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | SeparatorAfter | Gets or sets whether a separator is added to the menu after this item. (Inherited from Nevron.Nov.Diagram.NShapeMenuItem) |
![]() | SeparatorBefore | Gets or sets whether a separator is added to the menu before this item. (Inherited from Nevron.Nov.Diagram.NShapeMenuItem) |
![]() | Tag | Gets or sets the node tag, that can be any DOM compliant object. This property is not used by the node itself and is intended to provide users with the ability to attach custom data to the node. Attaching custom data to any node can also be achieved with the help of extendeded properties. (Inherited from Nevron.Nov.Dom.NNode) |
![]() | Text | Gets or sets the text which appears in the menu item created for this action. (Inherited from Nevron.Nov.Diagram.NShapeMenuItem) |
![]() | UserClass | Gets or sets the User Class to which the element belongs. This property is usually assigned by the user and is used to group related elements. An element can belong to more than one user classes that should be separated by the ' '(space) character. For example: element.UserClass = "MyClass1 MyClass2" specifies that element belongs to both MyClass1 and MayClass2 classes. The NUserClassCondtion styling condition lets you select elements of a specific user class. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | UserId | Gets or sets the User Id associated to this element. This property is usually assigned by the user and is used to identify specific elements in the document. Unlike the Id property, the value of this property is not guaranteed to be unique in the document. The NUserIdCondition styling condition lets you select elements with a specific User Id. (Inherited from Nevron.Nov.Dom.NElement) |
![]() | Visible | Gets or sets whether the menu item is visible or not. (Inherited from Nevron.Nov.Diagram.NShapeMenuItem) |