'Declaration Protected Overloads Overrides Sub Select( _ ByVal directed As Boolean, _ ByVal forward As Boolean _ )
'Usage Dim instance As SmartControl Dim directed As Boolean Dim forward As Boolean instance.Select(directed, forward)
Parameters
- directed
- true to specify the direction of the SmartItem to select; false otherwise.
- forward
- true to move forward in the tab order; false to move backward in the tab order.