Text Property (LabelArea)
In This Topic
Gets or sets the text displayed in the label area.
Syntax
'Declaration
Public Property Text As String
'Usage
Dim instance As LabelArea
Dim value As String
instance.Text = value
value = instance.Text
public string Text {get; set;}
Exceptions
Example
This example sets the Text property.
See Also