TcxCustomDropDownEditProperties.KeepArrowButtonPressedWhenDroppedDown Property
Specifies if the drop-down button is displayed as pressed while the drop-down window is visible.
#Declaration
Delphi
property KeepArrowButtonPressedWhenDroppedDown: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
You can set the KeepArrowButtonPressedWhenDroppedDown
property to True
to keep the drop-down button in the pressed state while the drop-down window is displayed.
#Property Value Examples
Value | Example |
---|---|
False (default) |
![]() |
True |
![]() |
#Default Value
The KeepArrowButtonPressedWhenDroppedDown
property’s default value is False
.
See Also