Gets or sets the initial text of new boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get BoxText() As String |
C++
Copy Code
|
|---|
public: |
A string value. The default is an empty string.
RemarksDefault value for the Text property of new boxes.
See Also