NevronOpenVision
Nevron.Nov.Diagram Namespace / NDiagramItem Class


NDiagramItem Class Methods

For a list of all members of this type, see NDiagramItem members.

Public Methods
 NameDescription
Public MethodAppends custom context menu items.  
Public MethodMust override to return the item abilities  
Public MethodGets the item permissions mask or simply the mask of operations that the user can perform with the item. The permissions mask is calculated as the item Abilities minus the item Protection. Operations dealing with diagram items always check the items permissions. Certain diagram items may additionally drop certain permissions as they see fit.  
Public MethodGets the item protection mask, which defines the set of item abilities that is not permitted to the user.  
Public MethodDetermines whether this item has the permissions for the specified operations to be performed.  
Public MethodInvalidates the element layout  
Public MethodSets the protection properties of this item to reflect the specified protection mask.  
Public MethodMust override to show the properties dialog of the item.  
Public MethodOverridden. Gets the string representation of the shape  
Public MethodValidates the arrange of the element  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Methodstatic (Shared in Visual Basic)  
Internal Method  
Protected MethodCalled when the Name property has changed.  
Protected MethodCalled when the item permissions have changed. Raises the PermissionsChanged event  
Protected MethodCalled when the item protection has changed.  
Protected MethodRaises the build context menu event  
Protected MethodMust override to determine whether the properties menu item must be created  
Internal Method  
Internal Methodstatic (Shared in Visual Basic)  
Internal Method  
Top
See Also