Unicode Controls & Classes for VB6 - Version 4

ctlUniFrameWL.Caption Property

Gets or sets the Text of the control

Syntax
Public Property Get Caption () As String
Public Property Let Caption (ByVal New_Caption As String)
Parameters
Parameter Description
ByVal New_Caption As String The new text
Remarks