'Declaration Protected Overridable Function AllowTabStop( _ ByVal selectedSmartItem As SmartItem, _ ByVal forward As Boolean _ ) As Boolean
'Usage Dim instance As SmartItem Dim selectedSmartItem As SmartItem Dim forward As Boolean Dim value As Boolean value = instance.AllowTabStop(selectedSmartItem, forward)
protected virtual 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, false is always returned.