Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.LeftMargin Property

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

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