Represents a container of elements. The elements in the Accordion can be expanded or collapsed.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public class Accordion : FlowLayoutPanel |
Visual Basic
Copy Code
|
|---|
Public Class Accordion |
Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
System.Windows.Forms.Control![]()
System.Windows.Forms.ScrollableControl![]()
System.Windows.Forms.Panel![]()
System.Windows.Forms.FlowLayoutPanel![]()
MindFusion.Common.WinForms.Accordion
See Also