Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / IsSelected Property


In This Topic
    IsSelected Property
    In This Topic
    Gets a boolean value indicating the actual selection state of the SmartItem.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property IsSelected As Boolean
    'Usage
     
    Dim instance As SmartItem
    Dim value As Boolean
     
    value = instance.IsSelected
    [Browsable(false)]
    public bool IsSelected {get;}

    Property Value

    true if the SmartItem or one if its child items is selected; false otherwise.
    Remarks

    This property takes the selection state of the SmartItem and any possible child items into consideration. Therefore, if a child SmartItem is selected, IsSelected will return true.

    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