WebCommandButton.ButtonText Property
Publisher Developer Reference |
Returns or sets a String that represents the text that appears on the face of a Web command button. Read/write.
Syntax
expression.ButtonText
expression A variable that represents a WebCommandButton object.
Return Value
String
Example
This example creates a new Web command button, assigns text to appear on its face, and specifies an e-mail address to which to send the form data.
Visual Basic for Applications |
---|
|
See Also