C# Class ComponentFactory.Krypton.Toolkit.KryptonSplitContainer

Inheritance: VisualControlContainment, ISeparatorSource
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
CreateControlsInstance System.Windows.Forms.Control.ControlCollection
DesignAbortMoving void
DesignGetHitTest System.Windows.Forms.Cursor
DesignMouseDown bool
DesignMouseEnter void
DesignMouseLeave void
DesignMouseMove void
DesignMouseUp void
ResetContainerBackStyle void
ResetSeparatorStyle void
SeparatorMoved void
SeparatorMoving bool
SeparatorNotMoved void
SetStyles void
ShouldSerializeContainerBackStyle bool
ShouldSerializeSeparatorStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool
ShouldSerializeStatePressed bool
ShouldSerializeStateTracking bool

Méthodes publiques

Méthode Description
KryptonSplitContainer ( ) : System

Initialize a new instance of the KryptonSplitContainer class.

SetFixedState ( PaletteState stateSplit, PaletteState stateSeparator ) : void

Fix the control to a particular palette state.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ForceControlLayout ( ) : void

Force the layout logic to size and position the panels.

OnAutoSizeChanged ( EventArgs e ) : void

Raises the AutoSizeChanged event.

OnBackgroundImageChanged ( EventArgs e ) : void

Raises the BackgroundImageChanged event.

OnBackgroundImageLayoutChanged ( EventArgs e ) : void

Raises the BackgroundImageLayoutChanged event.

OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void

Raises the ControlAdded event.

OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void

Raises the ControlRemoved event.

OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

OnInitialized ( EventArgs e ) : void

Raises the Initialized event.

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

Raises the Layout event.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnResize ( EventArgs e ) : void

Raises the Resize event.

OnSplitterMoved ( System.Windows.Forms.SplitterEventArgs e ) : void

Raises the SplitterMoved event.

OnSplitterMoving ( System.Windows.Forms.SplitterCancelEventArgs e ) : void

Raises the SplitterMoving event.

Private Methods

Méthode Description
CreateControlsInstance ( ) : Control.ControlCollection
DesignAbortMoving ( ) : void
DesignGetHitTest ( Point pt ) : Cursor
DesignMouseDown ( Point pt, MouseButtons button ) : bool
DesignMouseEnter ( ) : void
DesignMouseLeave ( ) : void
DesignMouseMove ( Point pt ) : void
DesignMouseUp ( MouseButtons button ) : void
ResetContainerBackStyle ( ) : void
ResetSeparatorStyle ( ) : void
SeparatorMoved ( Point mouse, Point splitter ) : void
SeparatorMoving ( Point mouse, Point splitter ) : bool
SeparatorNotMoved ( ) : void
SetStyles ( SeparatorStyle separatorStyle ) : void
ShouldSerializeContainerBackStyle ( ) : bool
ShouldSerializeSeparatorStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool
ShouldSerializeStatePressed ( ) : bool
ShouldSerializeStateTracking ( ) : bool

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ForceControlLayout() protected méthode

Force the layout logic to size and position the panels.
protected ForceControlLayout ( ) : void
Résultat void

KryptonSplitContainer() public méthode

Initialize a new instance of the KryptonSplitContainer class.
public KryptonSplitContainer ( ) : System
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

OnBackgroundImageChanged() protected méthode

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

OnBackgroundImageLayoutChanged() protected méthode

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

OnControlAdded() protected méthode

Raises the ControlAdded event.
protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs An ControlEventArgs containing the event data.
Résultat void

OnControlRemoved() protected méthode

Raises the ControlRemoved event.
protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs An ControlEventArgs 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

OnInitialized() protected méthode

Raises the Initialized event.
protected OnInitialized ( 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

OnPaint() protected méthode

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs that contains the event data.
Résultat void

OnResize() protected méthode

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

OnSplitterMoved() protected méthode

Raises the SplitterMoved event.
protected OnSplitterMoved ( System.Windows.Forms.SplitterEventArgs e ) : void
e System.Windows.Forms.SplitterEventArgs A SplitterEventArgs containing the event data.
Résultat void

OnSplitterMoving() protected méthode

Raises the SplitterMoving event.
protected OnSplitterMoving ( System.Windows.Forms.SplitterCancelEventArgs e ) : void
e System.Windows.Forms.SplitterCancelEventArgs A SplitterEventArgs containing the event data.
Résultat void

SetFixedState() public méthode

Fix the control to a particular palette state.
public SetFixedState ( PaletteState stateSplit, PaletteState stateSeparator ) : void
stateSplit PaletteState Palette state to fix against the split container.
stateSeparator PaletteState Palette state to fix against the separator.
Résultat void