[]
        
(Showing Draft Content)

C1.Win.Accordion.C1AccordionPage

C1AccordionPage Class

Implements an Accordion element.

Namespace: C1.Win.Accordion
Assembly: C1.Win.Accordion.8.dll
Syntax
public class C1AccordionPage : ContainerControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IToolTipElement

Constructors

Name Description
C1AccordionPage()

Initialize a new instance of C1AccordionPage class.

C1AccordionPage(string, C1Icon, bool)

Initialize a new instance of C1AccordionPage class.

Properties

Name Description
Accordion

Gets a C1Accordion that this C1AccordionPage belongs to.

ContentHeight

Gets or sets the height of the C1AccordionPage content area.

ContentWidth

Gets or sets the width of the C1AccordionPage content area.

HeaderText

Gets or sets a text displayed at the C1AccordionPage header.

Icon

Gets or sets a C1.Framework.C1Icon which shown in the C1AccordionPage's header.

IsClosed

Gets or sets a value determines whether page is closed or not.

IsExpanded

Gets or sets a value that determines whether C1AccordionPage is expanded or not.

ScrollContent

Gets or sets a style of scrolling C1AccordionPage content.

ShowCloseButton

Gets or sets a value indicating whether to show or hide the CloseButton for this C1AccordionPage, regardless of the ShowCloseButton set in PageSettings value.

ShowExpandIcon

Gets or sets a value indicating whether to show or hide the ExpandIcon for this C1AccordionPage, regardless of the ShowExpandIcon set in PageSettings value.

ShowIcon

Gets or sets a value indicating whether to show or hide the Icon for this C1AccordionPage, regardless of the ShowIcon set in PageSettings value.

ToolTipText
Visible

Methods

Name Description
Dispose(bool)
OnEnabledChanged(EventArgs)
OnEnter(EventArgs)
OnExpandStateChanged(PageExpandStateChangedEventArgs)

Raises the ExpandStateChanged event.

OnExpandStateChanging(PageExpandStateChangingEventArgs)

Raises the ExpandStateChanging event.

OnGotFocus(EventArgs)
OnLeave(EventArgs)
ProcessKeyPreview(ref Message)
SetBoundsCore(int, int, int, int, BoundsSpecified)
WndProc(ref Message)

Events

Name Description
ExpandStateChanged

Occurs after the IsExpanded property is changed.

ExpandStateChanging

Occurs before the IsExpanded property is changed.

HeaderClick

Occurs after click on the C1AccordionPage header.