Unicode Controls & Classes for VB6 - Version 4

ctlUniRadioXP Control

Radio with Unicode text and tooltip (Windowed version, can be overlapped)
Check common properties here

Enums
Name Description
eUniRadioXp_align Radio alignment constants
Properties
Name Type Description
Align (eUniRadioXp_align) Gets or sets the radio alignment
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
Pressed (Boolean) Same as [Value] but uses a Boolean, represents the state of the control, True = Selected, False = Unselected
RadioBackColor (OLE_COLOR) Gets or sets the background color of the radio
RadioForeColor (OLE_COLOR) Gets or sets the color of the radio mark
RightToLeft (Boolean) Gets or sets the ability to show bidirectional text on the control
ShowFocus (Boolean) If True, draws the focus rectangle when the control gains the keyboard focus
Style (eCtlButtonStyle) Gets or sets the control style
Tip (String) Gets or sets the Unicode Tooltip for the control
Value (Boolean) Same as [Pressed]
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
ExternUnpress Unselect other controls in the same container, Reserved, don't use
hWnd (Long) Returns the internal handle of the control
OLEDrag Starts an OLEDrag operation
Remarks