C# Class ComponentFactory.Krypton.Toolkit.KryptonGroupPanel

Inheritance: KryptonPanel
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
KryptonGroupPanel ( Control alignControl, PaletteDoubleRedirect stateCommon, PaletteDouble stateDisabled, PaletteDouble stateNormal, NeedPaintHandler layoutHandler ) : System

Initialize a new instance of the KryptonGroupPanel class.

Méthodes protégées

Méthode Description
OnAutoSizeChanged ( EventArgs e ) : void

Raises the AutoSizeChanged event.

OnDockChanged ( EventArgs e ) : void

Raises the DockChanged event.

OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout 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

KryptonGroupPanel() public méthode

Initialize a new instance of the KryptonGroupPanel class.
public KryptonGroupPanel ( Control alignControl, PaletteDoubleRedirect stateCommon, PaletteDouble stateDisabled, PaletteDouble stateNormal, NeedPaintHandler layoutHandler ) : System
alignControl System.Windows.Forms.Control Container control for alignment.
stateCommon PaletteDoubleRedirect Common appearance state to inherit from.
stateDisabled PaletteDouble Disabled appearance state.
stateNormal PaletteDouble Normal appearance state.
layoutHandler NeedPaintHandler Callback delegate for layout processing.
Résultat System

OnAutoSizeChanged() protected méthode

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

OnDockChanged() protected méthode

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

OnEnabledChanged() protected méthode

Raises the EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Résultat void

OnLayout() protected méthode

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs that contains the event data.
Résultat void

OnLocationChanged() protected méthode

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

OnTabIndexChanged() protected méthode

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

OnTabStopChanged() protected méthode

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

OnVisibleChanged() protected méthode

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