Click or drag to resize

ButtonController Properties

The ButtonController type exposes the following members.

Properties
 NameDescription
Public propertyAllowDragging Gets and sets if dragging is allowed.
Public propertyBecomesFixed Gets and sets if the button becomes fixed in pressed appearance when pressed.
Public propertyBecomesRightFixed Gets and sets if the button becomes fixed in pressed appearance when pressed.
Protected propertyCaptured Gets a value indicating if mouse input is being captured.
Public propertyClickOnDown Gets and sets if the press down should cause the click.
Public propertyId Gets the unique identifier of the object.
(Inherited from GlobalId)
Public propertyIgnoreVisualFormLeftButtonDown Should the left mouse down be ignored when present on a visual form border area.
Protected propertyIsOnlyPressedWhenOver Gets a value indicating if the state is pressed only when over button.
Protected propertyIsOperating Get a value indicating if the controller is operating
Public propertyMousePoint Gets the current tracking mouse point.
Public propertyNeedPaint Gets and sets the need paint delegate for notifying paint requests.
Public propertyNonClientAsNormal Gets and sets the drawing of a non client mouse position when pressed as normal.
Public propertyRepeat Gets and sets the need for repeat clicks.
Public propertySplitRectangle Gets and sets the area of the button which is split.
Public propertyTag Gets and sets the user data associated with the controller.
Public propertyTarget Gets access to the associated target of the controller.
Top
See Also