Xceed SmartUI for WinForms v3.6 Documentation
AllowTabStop Method (SmartItem)


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItem Class : AllowTabStop Method
A reference to the currently selected SmartItem.
true if the tab direction is going forward; false if it is going backwards.
Retrieves a boolean value indicating whether the user can give the focus to this SmartItem using the TAB key.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartItem Class
SmartItem Members