|
|
|
SftButton.BackColorPressed Property |
Defines the control's background color when pressed.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColorPressed As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColorPressed;
|
||
C |
HRESULT object->get_BackColorPressed(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColorPressed = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColorPressed = Clr;
|
||
C |
HRESULT object->put_BackColorPressed(OLE_COLOR Clr); |
||
Delphi |
object
A SftButton object.
Clr
Defines the control's background color when pressed. For information about color properties, please visit the applicable section "Using SftButton/OCX with ...".
Comments
The BackColorPressed property defines the control's background color when pressed.
This property has no effect if Windows themes are used.
The BackColorPressed property defines the control's background color of the button or drop down button when pressed.