NevronOpenVision
Nevron.Nov.Editors Namespace / NEditor Class
Fields Properties Methods Events


In This Topic
    NEditor Class Members
    In This Topic

    The following tables list the members exposed by NEditor.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the ChildEditorsEmbedding property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ControlEmbedding property.  
    Public FieldDefines the default display order, which is 1000000  
    Public Fieldstatic (Shared in Visual Basic)Reference to the DisplayOrder property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the HorizontalSpacing property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NEditor.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Prompt property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowPreview property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Title property.  
    Public Fieldstatic (Shared in Visual Basic)Raised when the editor preview must be updated.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the VerticalSpacing property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the child editors must be embedded in a group boxes  
    Public PropertyGets the editor context  
    Public PropertyGets the control maintained by the editor  
    Public PropertyGets or sets the way in which the editor embeds in control element  
    Public PropertyGets or sets the display order of the editor.  
    Public PropertyGets the edited node  
    Public PropertyGets the edited node designer  
    Public PropertyGets or sets the horizontal spacing between editor elements  
    Public PropertyLocks/unlocks the update of the edited node from the editor.  
    Public PropertyLocks/ulocks the update of the editor from the edited node  
    Public PropertyGets the preview factory  
    Public PropertyGets or sets the editor prompt  
    Public PropertyGets or sets whether the editor preview must be displayed in the editor window  
    Public PropertyGets or sets the editor title  
    Public PropertyGets or sets the vertical spacing between editor elements  
    Top
    Public Methods
     NameDescription
    Public MethodGets the declaration order.  
    Public MethodUpdates the editor from the edited node  
    Top
    Protected Methods
     NameDescription
    Protected MethodPlaces the specified editor control in an optional adorner  
    Protected MethodHooks the editor to the current edited node's events.  
    Protected MethodMust override to create the UI control of the editor.  
    Protected MethodCreates a group box with the given header and content.  
    Protected MethodCreates the preview factory for the edited node  
    Protected MethodUnhooks the editor from the current edited node's events.  
    Protected MethodOptionally embeds the specified child editor in a group box, depending on the EmbedChildEditors style setting  
    Protected MethodOptionally embeds the UI control of the editor in a group box, depending on the EmbedControl style setting.  
    Protected MethodGets the default display order of the editor. This implementation returns NEditor.DefaultDisplayOrder.  
    Protected MethodGets the default editor prompt  
    Protected MethodGets the default editor title.  
    Protected Method  
    Protected Method  
    Protected MethodGets the margins that should be set to group boxes.  
    Protected MethodInitializes the editor  
    Protected MethodCalled when when the edited node has changed. Raises the UpdatePreview event.  
    Protected MethodCalled when the editor has been initialized  
    Protected MethodOverridden. Called after the document node is registered in its owner document.  
    Protected MethodOverridden. Called after the document node is unregistered from its owner document.  
    Protected MethodUpdates the editor from the edited node.  
    Protected MethodRaises the UpdatePreview event.  
    Protected MethodUpdates the Enabled and Visibility state of this editor.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the editor preview must be updated  
    Top
    See Also