Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ExplorerTaskPane Namespace / Task Class / AllowTabStop Method
A reference to the currently selected SmartItem.
true if the tab direction is going forward; false if it is going backwards.


In This Topic
    AllowTabStop Method (Task)
    In This Topic
    Retrieves a boolean value indicating whether the user can give the focus to this SmartItem using the TAB key.
    Syntax
    'Declaration
     
    Protected Overrides Function AllowTabStop( _
       ByVal selectedSmartItem As SmartItem, _
       ByVal forward As Boolean _
    ) As Boolean
    'Usage
     
    Dim instance As Task
    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.
    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