'Declaration Protected Overrides Function AllowTabStop( _ ByVal selectedSmartItem As SmartItem, _ ByVal forward As Boolean _ ) As Boolean
'Usage Dim instance As Group Dim selectedSmartItem As SmartItem Dim forward As Boolean Dim value As Boolean value = instance.AllowTabStop(selectedSmartItem, forward)
protected override bool AllowTabStop( SmartItem selectedSmartItem, bool forward )
Parameters
- selectedSmartItem
- A reference to the currently selected SmartItem.
- forward
- true if the tab direction is going forward; false if it is going backwards.
Return Value
true if the SmartItem cab receive focus; false otherwise. Unless overridden, true is always returned.