Unicode Controls & Classes for VB6 - Version 4

ctlUniTabbedXP.Caption Property

Gets or sets the title of the specified tabulator

Syntax
Public Property Get Caption (Optional ByVal lIndex As Long = -1&) As String
Public Property Let Caption (ByVal lIndex As Long, _
ByVal sCaption As String)
Parameters
Parameter Description
Optional ByVal lIndex As Long = -1& The tabulator index, pass -1& to set the title of the current one
ByVal sCaption As String The new title
Remarks