Property | Type | Description | |
---|---|---|---|
CalculateColor | Color | ||
ToggleSplitter | void | ||
animationTimerTick | void |
Method | Description | |
---|---|---|
CollapsibleSplitter ( ) : System |
Initializes a new instance of the T:CollapsibleSplitter class.
|
Method | Description | |
---|---|---|
OnClick ( System e ) : void |
Raises the
|
|
OnHandleCreated ( |
Raises the
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the
|
|
OnMouseLeave ( System e ) : void |
Raises the
|
|
OnMouseMove ( System e ) : void |
Raises the
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the
|
|
OnResize ( System e ) : void |
Raises the
|
Method | Description | |
---|---|---|
CalculateColor ( Color front, Color back, int alpha ) : Color | ||
ToggleSplitter ( ) : void | ||
animationTimerTick ( object sender, System e ) : void |
protected OnClick ( System e ) : void | ||
e | System | An |
return | void |
protected OnHandleCreated ( |
||
e | An |
|
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
return | void |
protected OnMouseLeave ( System e ) : void | ||
e | System | An |
return | void |
protected OnMouseMove ( System e ) : void | ||
e | System | A |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
return | void |
protected OnResize ( System e ) : void | ||
e | System | An |
return | void |