Search
ArrowLabel.Text Property
See Also
 



Gets or sets the label's text.

 Syntax

VB6  Copy Code

Public Property Get Text() As String
Public Property Let Text( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_Text ()
void put_Text (
    BSTR value
)

 Property Value

A string value.

 See Also