Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.GetParagraphOffsets Method

Returns paragraph offsets (see also [SelRightIndent], [SelIndent], [SelHangingIndent])

Syntax
Public Sub GetParagraphOffsets (ByRef lStartIndent As Long, _
ByRef lLeftOffset As Long, _
ByRef lRightOffset As Long)
Parameters
Parameter Description
ByRef lStartIndent As Long (OUT) Start indent
ByRef lLeftOffset As Long (OUT) Left offset
ByRef lRightOffset As Long (OUT) Right offset
Remarks