TcxCustomButton.Down Property
Specifies whether the button is pressed.
Declaration
property Down: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
This property is obsolete. Use the button’s SpeedButtonOptions.Down property instead.
See Also