C# Class ComponentFactory.Krypton.Toolkit.KryptonSplitterPanel

Inheritance: KryptonPanel
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KryptonSplitterPanel ( KryptonSplitContainer container ) : System

Initialize a new instance of the KryptonSplitterPanel class.

Protected Methods

Method Description
OnAutoSizeChanged ( EventArgs e ) : void

Raises the AutoSizeChanged event.

OnDockChanged ( EventArgs e ) : void

Raises the DockChanged event.

OnLocationChanged ( EventArgs e ) : void

Raises the LocationChanged event.

OnTabIndexChanged ( EventArgs e ) : void

Raises the TabIndexChanged event.

OnTabStopChanged ( EventArgs e ) : void

Raises the TabStopChanged event.

OnVisibleChanged ( EventArgs e ) : void

Raises the VisibleChanged event.

Method Details

KryptonSplitterPanel() public method

Initialize a new instance of the KryptonSplitterPanel class.
public KryptonSplitterPanel ( KryptonSplitContainer container ) : System
container KryptonSplitContainer Reference to owning container.
return System

OnAutoSizeChanged() protected method

Raises the AutoSizeChanged event.
protected OnAutoSizeChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnDockChanged() protected method

Raises the DockChanged event.
protected OnDockChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnLocationChanged() protected method

Raises the LocationChanged event.
protected OnLocationChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnTabIndexChanged() protected method

Raises the TabIndexChanged event.
protected OnTabIndexChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnTabStopChanged() protected method

Raises the TabStopChanged event.
protected OnTabStopChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void

OnVisibleChanged() protected method

Raises the VisibleChanged event.
protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
return void