Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomSplitter.Cursor

The shape for the mouse pointer when the control is dragged.

Declaration

Source position: extctrls.pp line 425

public property TCustomSplitter.Cursor : TCursor
  default crHSplit;

Description

Cursor is a TCursor property with the cursor resource constant displayed when the splitter control is dragged. The default value for the property is crHSplit in TCustomSplitter. The value is updated in the UpdateCursor method to reflect the ResizeAnchor for the control.

crHSplit
Used when ResizeAnchor contains akLeft or akRight.
crVSplit
Used when ResizeAnchor contains akRight or akBottom.
crDefault
Used when the splitter control is not Enabled.

See also

TCustomSplitter.UpdateCursor

  

Updates the cursor shape to reflect the ResizeAnchor for the splitter.

TCustomSplitter.ResizeAnchor

  

Indicates the orientation and alignment for the splitter control.

TControl.Enabled

  

Determines whether the control responds to mouse or keyboard input.

TControl.Cursor

  

Contains the shape for the mouse pointer when the mouse is over the control.

TAnchorKind

  

The control side to be anchored.



CT Web help

CodeTyphon Studio