Unicode Controls & Classes for VB6 - Version 4

ctlUniFrameWL Control

This is a frame container with Standard or Vista Style compatible with Windowless controls
Check common properties here

Enums
Name Description
Properties
Name Type Description
BackColor (OLE_COLOR) Gets or sets the Background color of the control
BorderColor (OLE_COLOR) Gets or sets the Border color
Caption (String) Gets or sets the Text of the control
Enabled (Boolean) Enables or disables 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
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
Tip (String) Gets or sets the Unicode Tooltip for the control
TitleBackColor (OLE_COLOR) Gets or sets the background color of the titlebar, available only on Vista Style
VistaStyle (Boolean) Enables or disables the use of Vista style
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
hWnd (Long) Retuns the handle associated with the control
OLEDrag Starts an OLEDrag operation
Remarks