View.Caption Property
Parent Object: ViewDescription
Gets/Sets the caption on this View's window.
Syntax
View.Caption() As StringProperty Value
This is a read/write property whose value is a String.Samples
Name | Description |
Cancel a double click | Demonstrates how to receive (and in this case, cancel) a double click from a user. |