Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / Select Method


In This Topic
    Select Method (SmartItem)
    In This Topic
    Selects the SmartItem.
    Syntax
    'Declaration
     
    Public Sub Select() 
    'Usage
     
    Dim instance As SmartItem
     
    instance.Select()
    public void Select()
    Remarks

    Selecting the SmartItem means that it gain focus and its Selected property will be set to true.

    If CanBeSelected is set to false, the SmartItem will not be selected.

    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