Method | Description | |
---|---|---|
GetHitTest ( Point pt ) : |
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.
|
Method | Description | |
---|---|---|
OnSelectionChanged ( object sender, |
public GetHitTest ( Point pt ) : |
||
pt | Point | A point to hit-test. |
return |
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 |
public Paint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data. |
return | void |