Search
AccordionPane Members
Constructors Methods
 


Represents a single collapsible pane within an Accordion control.

The following tables list the members exposed by the AccordionPane type.

 Public Constructors

  Name Description

AccordionPane

Initializes a new instance of the AccordionPane class.

 Public Methods

  Name Description

getContent

Gets the component displayed as the pane's content.

getIcon

Gets the icon displayed in the pane's header.

getMaximumSize

 

getTitle

Gets the title text of the pane's header.

isExpanded

Gets a value indicating whether the pane is expanded.

setContent

Sets the component to display as the pane's content.

setExpanded

Sets a value indicating whether the pane is expanded.

setIcon

Sets the icon displayed in the pane's header.

setTitle

Sets the title text of the pane's header.

 See Also