Hide

SftButton/OCX 3.0 - Button Control

Display
Print

BackColorOutside Property, SftButton Object

Defines the control's background color around the outer perimeter (using Windows themes only).

Syntax

Get

VB.NETClr = object.BackColorOutside As System.Drawing.Color
VBClr = object.BackColorOutside As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.BackColorOutside;
VC++OLE_COLOR Clr = object->BackColorOutside;
OLE_COLOR Clr = object->GetBackColorOutside();
CHRESULT object->get_BackColorOutside(OLE_COLOR* Clr);

Put

VB.NETobject.BackColorOutside = Clr As System.Drawing.Color
VBobject.BackColorOutside = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.BackColorOutside = Clr;
VC++OLE_COLOR object->BackColorOutside = Clr;
void object->PutBackColorOutside(OLE_COLOR Clr);
CHRESULT object->put_BackColorOutside(OLE_COLOR Clr);

object

A SftButton object.

Clr

Defines the control's background color around the outer perimeter (using Windows themes only).

Comments

The BackColorOutside property defines the control's background color around the outer perimeter (using Windows themes only).

See Also SftButton Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.