Unicode Controls & Classes for VB6 - Version 4

ctlUniTextCodeHighlight.RightMargin Property

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

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