Gets or sets a String value, that represents a comment or prompt.
Applies to objects: ControlDot
[Let] RetVal = object.Comment [Let] object.Comment = SetVal |
The Comment property syntax has these parts:
Part | Description |
object | A reference to an instance of the object. |
RetVal | A String type variable. |
SetVal | A String value. |
This example demonstrates using the Comment property.
Dim MyControlDot as ControlDot, MyShape As Shape |