TextBoxes.Item Property
Parent Object: TextBoxesDescription
Returns a TextBox from the collection.
Syntax
TextBoxes.Item( Index As Long ) As TextBoxProperty Value
This is a read only property whose value is a TextBox.Parameters
Name | Type | Description |
Index | Long |
Samples
Name | Description |
Sketch Text Add | This sample illustrates creating text in a sketch. |