Click or drag to resize

SeparatorController Properties

The SeparatorController type exposes the following members.

Properties
  NameDescription
Public propertyAllowDragging
Gets and sets if dragging is allowed.
(Inherited from ButtonController.)
Public propertyBecomesFixed
Gets and sets if the button becomes fixed in pressed appearance when pressed.
(Inherited from ButtonController.)
Public propertyBecomesRightFixed
Gets and sets if the button becomes fixed in pressed appearance when pressed.
(Inherited from ButtonController.)
Protected propertyCaptured
Gets a value indicating if mouse input is being captured.
(Inherited from ButtonController.)
Public propertyClickOnDown
Gets and sets if the press down should cause the click.
(Inherited from ButtonController.)
Public propertyDrawMoveIndicator
Gets and sets the drawing of the movement indicator.
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.
(Inherited from ButtonController.)
Public propertyIsMoving
Gets a value indicating if the separator is moving.
Protected propertyIsOnlyPressedWhenOver
Gets a value indicating if the state is pressed only when over button.
(Overrides ButtonControllerIsOnlyPressedWhenOver.)
Protected propertyIsOperating
Get a value indicating if the controller is operating
(Overrides ButtonControllerIsOperating.)
Public propertyMousePoint
Gets the current tracking mouse point.
(Inherited from ButtonController.)
Public propertyNeedPaint
Gets and sets the need paint delegate for notifying paint requests.
(Inherited from ButtonController.)
Public propertyNonClientAsNormal
Gets and sets the drawing of a non client mouse position when pressed as normal.
(Inherited from ButtonController.)
Public propertyRepeat
Gets and sets the need for repeat clicks.
(Inherited from ButtonController.)
Public propertySplitRectangle
Gets and sets the area of the button which is split.
(Inherited from ButtonController.)
Public propertyTag
Gets and sets the user data associated with the controller.
(Inherited from ButtonController.)
Public propertyTarget
Gets access to the associated target of the controller.
(Inherited from ButtonController.)
Top
See Also