Unicode Controls & Classes for VB6 - Version 4

ctlUniComboBoxXP.RightMargin Property

Gets or sets the right margin between text and the control border (in pixels)

Syntax
Public Property Get RightMargin () As Long
Public Property Let RightMargin (ByVal lRightMarginPixels As Long)
Parameters
Parameter Description
ByVal lRightMarginPixels As Long The new right margin
Remarks