NevronOpenVision
Nevron.Nov.Diagram Namespace / NInplaceEditor Class
Fields Properties Methods Events


NInplaceEditor Class Members

The following tables list the members exposed by NInplaceEditor.

Protected Constructors
 NameDescription
Internal Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Fired when the editing is aborted.  
Public Fieldstatic (Shared in Visual Basic)Fired when the editing has to be comitted.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Content child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the DesiredHeight property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the DesiredWidth property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Height property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NInplaceEditor.  
Public Fieldstatic (Shared in Visual Basic)Reference to the PinX property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the PinY property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Width property.  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the content of the editor.  
Public PropertyGets or sets the desired height of the inplace editor  
Public PropertyGets or sets the desired width of the inplace editor  
Public PropertyGets the edited shape.  
Public PropertyGets or sets the inplace editor height  
Public PropertyGets whether the arrange of the element is valid.  
Public PropertyGets whether the measure of the element is valid  
Public PropertyGets whether the element is pooled for arrange validation.  
Public PropertyGets whether the element is pooled for measure validation.  
Public PropertyGets or sets the inplace editor pin X  
Public PropertyGets or sets the inplace editor pin Y  
Public PropertyGets or sets the inplace editor width  
Top
Protected Properties
 NameDescription
Internal Property  
Top
Public Methods
 NameDescription
Public MethodOverridden. Determines whether this element currently returns a transformation different than NMatrix.Identity.  
Public MethodDestroys the inplace editor and optionally commits the changes.  
Public MethodOverridden. Gets transform.  
Public MethodInvalidates the element layout  
Public MethodCalled by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange.  
Public MethodInvalidates the element measure and pools the element for measure validation.  
Public MethodCalled by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure.  
Public MethodCalled to layout the element  
Public MethodCalled to validate the element measure  
Top
Protected Methods
 NameDescription
Protected MethodLayouts the content of the element inside the specified content area  
Internal MethodOverridden.   
Internal Method  
Internal Method  
Protected MethodMeasures the content and updates the desired width and height properties.  
Protected MethodOverridden. Called when the user presses a keyboard key.  
Protected MethodOverridden.   
Protected MethodOverridden.   
Top
Public Events
 NameDescription
Public EventOccurs when the inplace editor is destroyed and the edited information does not need to be applied to the edited shape.  
Public EventOccurs when the inplace editor is destroyed and the edited information needs to be applied to the edited shape.  
Top
See Also