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


NNumberPropertyEditor Class Members

The following tables list the members exposed by NNumberPropertyEditor.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the Maximum property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Minimum property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NNumberPropertyEditor.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Step property.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the maximum value of the editor's numeric up/down.  
Public PropertyGets or sets the minimum value of the editor's numeric up/down.  
Public PropertyGets or sets the step with which to increase/decrease the value of the numeric up/down.  
Top
Protected Properties
 NameDescription
Protected PropertyGets the numeric up/down of the editor.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Overriden to create a numeric up/down.  
Protected MethodGets the edited value.  
Protected MethodCalled when the Maximum property has changed.  
Protected MethodCalled when the Minimum property has changed.  
Protected MethodCalled when the value of the editor's numeric up/down has changed.  
Protected MethodCalled when the Step property has changed.  
Protected MethodOverridden. Updates the editor from the edited node.  
Internal Methodstatic (Shared in Visual Basic)  
Protected MethodSets the edited value to the given one.  
Top
See Also