ButtonController Properties |
The ButtonController type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDragging |
Gets and sets if dragging is allowed.
| |
| BecomesFixed |
Gets and sets if the button becomes fixed in pressed appearance when pressed.
| |
| BecomesRightFixed |
Gets and sets if the button becomes fixed in pressed appearance when pressed.
| |
| Captured |
Gets a value indicating if mouse input is being captured.
| |
| ClickOnDown |
Gets and sets if the press down should cause the click.
| |
| Id |
Gets the unique identifier of the object.
(Inherited from GlobalId.) | |
| IgnoreVisualFormLeftButtonDown |
Should the left mouse down be ignored when present on a visual form border area.
| |
| IsOnlyPressedWhenOver |
Gets a value indicating if the state is pressed only when over button.
| |
| IsOperating |
Get a value indicating if the controller is operating
| |
| MousePoint |
Gets the current tracking mouse point.
| |
| NeedPaint |
Gets and sets the need paint delegate for notifying paint requests.
| |
| NonClientAsNormal |
Gets and sets the drawing of a non client mouse position when pressed as normal.
| |
| Repeat |
Gets and sets the need for repeat clicks.
| |
| SplitRectangle |
Gets and sets the area of the button which is split.
| |
| Tag |
Gets and sets the user data associated with the controller.
| |
| Target |
Gets access to the associated target of the controller.
|