Свойство | Тип | Описание | |
---|---|---|---|
ArrowPointArray | Point[] | ||
CalculateColor | Color | ||
OnClick | void | ||
OnMouseLeave | void | ||
OnMouseMove | void | ||
OnResize | void | ||
ToggleSplitter | void | ||
animationTimerTick | void |
Метод | Описание | |
---|---|---|
CollapsibleSplitter ( ) : System |
Initializes a new instance of the CollapsibleSplitter class.
|
|
ToggleState ( ) : void |
Toggles the state.
|
Метод | Описание | |
---|---|---|
OnEnabledChanged ( System e ) : void |
Raises the
|
|
OnHandleCreated ( |
Raises the
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the
|
Метод | Описание | |
---|---|---|
ArrowPointArray ( int x, int y ) : Point[] |
Arrows the point array.
|
|
CalculateColor ( Color front, Color back, int alpha ) : Color |
Calculates the color.
|
|
OnClick ( object sender, System e ) : void |
Called when [click].
|
|
OnMouseLeave ( object sender, System e ) : void |
Called when [mouse leave].
|
|
OnMouseMove ( object sender, System e ) : void |
Called when [mouse move].
|
|
OnResize ( object sender, System e ) : void |
Called when [resize].
|
|
ToggleSplitter ( ) : void |
Toggles the splitter.
|
|
animationTimerTick ( object sender, System e ) : void |
Animations the timer tick.
|
protected OnEnabledChanged ( System e ) : void | ||
e | System | An |
Результат | void |
protected OnHandleCreated ( |
||
e | An |
|
Результат | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
Результат | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
Результат | void |