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


In This Topic
    NStringPropertyEditor Class Members
    In This Topic

    The following tables list the members exposed by NStringPropertyEditor.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)An editor template for a string property editor, which is displayed as a drop down (editable) combo box.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NStringPropertyEditor.  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)An editor template for a string property editor, which is displayed as a password text box.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Style property.  
    Public Fieldstatic (Shared in Visual Basic)An editor template for a string property editor, which is displayed as a multiline text box.  
    Public Fieldstatic (Shared in Visual Basic)An editor template for a string property editor, which is displayed as a text box and does not show the property name label (i.e. only the text box is shown).  
    Public Fieldstatic (Shared in Visual Basic)An editor template for a string property editor, which is displayed as a text box (the default).  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the Options that are added to the combo box, when Style is set to ComboBox.  
    Public PropertyGets or sets the value of the Style property.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to create an abstract text box  
    Protected MethodCalled when the text of the editor text box has changed.  
    Protected MethodOverridden. Updates the editor from the edited node.  
    Top
    See Also