NevronOpenVision
Nevron.Nov.UI Namespace / NAccordion Class
Fields Properties Methods Events


NAccordion Class Members

The following tables list the members exposed by NAccordion.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the ExpandedSectionIndex property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NAccordion.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ShowSymbol property.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the currently expanded section. If no section is expanded, the value of this property is null.  
Public PropertyGets or sets the index of the expanded section, in the list of sections obtained by the Sections property. If no section is selected, the value of this property is -1.  
Public PropertyGets the count of sections managed by this accordion.  
Public PropertyGets the sections managed by this accordion.  
Public PropertyGets or sets whether the symbol of the expandable sections contained in this accordion should be visible or not.  
Top
Public Methods
 NameDescription
Public MethodReturns the section of this accordion with the given header text. Returns null is a section with such header text is not found.  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Method  
Protected MethodCalled when the ExpandedIndex property has changed.  
Protected MethodCalled when the ShowSymbol property has changed.  
Top
Public Events
 NameDescription
Public EventOccurs when the expanded index property has changed.  
Top
See Also