C# Class ComponentFactory.Krypton.Toolkit.KryptonSplitContainerGlyph

Inheritance: System.Windows.Forms.Design.Behavior.Glyph
Exibir arquivo Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
GetHitTest ( Point pt ) : Cursor

Provides hit test logic.

KryptonSplitContainerGlyph ( ISelectionService selectionService, System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, System.Windows.Forms.Design.Behavior.Adorner adorner, IDesigner relatedDesigner ) : System

Initialize a new instance of the KryptonSplitContainerGlyph class.

Paint ( PaintEventArgs e ) : void

Provides paint logic.

Private Methods

Method Description
OnSelectionChanged ( object sender, EventArgs e ) : void

Method Details

GetHitTest() public method

Provides hit test logic.
public GetHitTest ( Point pt ) : Cursor
pt Point A point to hit-test.
return System.Windows.Forms.Cursor

KryptonSplitContainerGlyph() public method

Initialize a new instance of the KryptonSplitContainerGlyph class.
public KryptonSplitContainerGlyph ( ISelectionService selectionService, System.Windows.Forms.Design.Behavior.BehaviorService behaviorService, System.Windows.Forms.Design.Behavior.Adorner adorner, IDesigner relatedDesigner ) : System
selectionService ISelectionService Reference to the selection service.
behaviorService System.Windows.Forms.Design.Behavior.BehaviorService Reference to the behavior service.
adorner System.Windows.Forms.Design.Behavior.Adorner Reference to the containing adorner.
relatedDesigner IDesigner Reference to the containing designer.
return System

Paint() public method

Provides paint logic.
public Paint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs that contains the event data.
return void