Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartControl Class / Select Method / Select(Boolean,Boolean) Method
true to specify the direction of the SmartItem to select; false otherwise.
true to move forward in the tab order; false to move backward in the tab order.


In This Topic
    Select(Boolean,Boolean) Method
    In This Topic
    Activates a child SmartItem. Optionally specifies the direction in the tab order to select the SmartItem from.
    Syntax
    '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)
    protected override void Select( 
       bool directed,
       bool 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.
    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