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


NMaskedEnumPanel Class Members

The following tables list the members exposed by NMaskedEnumPanel.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the EnumType property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the EnumValueChanged event.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NMaskedEnumPanel.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ShowOnlyBitValues property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Value extended property.  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the number of columns in which the enum values must be laid out.  
Public PropertyGets or sets the masked enum type.  
Public PropertyGets or sets the enum value. Call the Initialize method before setting this property.  
Public PropertyGets or sets whether the group box will display only single bit enum values. By default set to true.  
Top
Public Methods
 NameDescription
Public MethodInitializes the panel and creates the check boxes, which represent the flag values. This method should be called when you have configured the panel properties, but before you set the EnumValue property.  
Public MethodSets the tooltip of the checkbox associated with the given enum value.  
Top
Protected Methods
 NameDescription
Protected MethodCalled when the Checked property of a check box has changed.  
Top
Public Events
 NameDescription
Public EventOccurs when the enum value has changed.  
Top
See Also