Unicode Controls & Classes for VB6 - Version 4

ctlColorWL Control

A button-like control used to manage (and show) a color (WindowLess version)
If you need a Non WindowLess version of this control (because you need to put it over other Non WindowLess controls) check the [ctlColorXP] control
Check common properties here

Enums
Name Description
Properties
Name Type Description
Aura (Boolean) Gets or sets the ability to display an aura effect below the control
BackColor (OLE_COLOR) Gets or sets the background color
BorderColor (OLE_COLOR) Gets or sets the border color
Color (OLE_COLOR) Gets or sets the Color property of the control (the color you need to manage by the control)
DblClickEvent (Boolean) Gets or sets the ability for the control to raise DoubleClick events
Enabled (Boolean) Gets or sets the activation of the control
Font (Font) Gets or sets the font used for text in the control, check the [ApplyFontChanges] for details
ForeColor (OLE_COLOR) Gets or sets the text color of the control (probably not actually managed)
MouseIcon (Picture) Gets or sets the MouseIcon for the control
MousePointer (VBRUN.MousePointerConstants) Gets or sets the MousePointer for the control
OLEDropMode (eCtlOLEDropMode) Gets or sets the OleDropMode for the control
RightToLeft (Boolean) Gets or sets the ability to show bidirectional text on the control
RoundedBorders (Boolean) Gets or sets Rounded borders
ShowFocus (Boolean) Gets or sets the ability to display a focus rectangle when the control has the focus
Style (eCtlButtonStyle) Gets or sets the control style
Tip (String) Gets or sets the Unicode Tooltip for the control
Methods
Name Type Description
ApplyFontChanges When setting a new font on the control you need to call this function in order to refresh the interface
ForceLostFocus Execute a forced lost focus (so it loses the focus rectangle)
OLEDrag Start a OLEDrag operation
Refresh Execute a refresh of the control interface
Remarks