TdxSpreadSheetPageControl.DropArrowColor Property
Specifies a color of the drop arrows within the caption bar.
Declaration
property DropArrowColor: TColor read; write; default clGreen;
Property Value
Type | Default |
---|---|
TColor | clGreen |
Remarks
The pair of drop arrows marks the position where the dragged worksheet tab will be placed if an end-user releases the left mouse button. For instance, the following image shows that the Sheet5 tab is about to be placed between the Sheet2 and Sheet3 tabs.
The default value of the DropArrowColor property is clGreen.
See Also