Transparent

[property icon] Transparent

Makes the controls background transparent

Boolean property

Applies to: CheckBox , GroupBox , Picture Button , Radio , Static Text


[property icon] Transparent

Makes the control's background transparent

Boolean property

Applies to: OCX

Introduced in KCML version 6.60


>

Transparent

If set to TRUE the control will set its background to a transparent state. Therefore the background color or picture currently being used by the form will be used as the background of the control. This property would normally be set to ensure that the default background of the control always matches the background of the form. For example:

.cbControl1.Transparent = TRUE

See also

CheckBox methods, properties and events. GroupBox methods, properties and events. OCX methods, properties and events. Picture Button methods, properties and events. Radio methods, properties and events. Static Text methods, properties and events.