Gets or sets the text displayed on the tool.
| Visual Basic (Declaration) | |
|---|---|
Public Property Caption As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Caption {get; set;} | |
Return Value
The string value of the text displayed on the tool. The default value is an empty string.| C# | Copy Code |
|---|---|
// Remove the default printer button | |
| Visual Basic | Copy Code |
|---|---|
' Remove the default print button | |