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


In This Topic
    IsDropDownOpen Property
    In This Topic
    Gets a boolean value indicating if the SmartItem's dropdown is open.
    Syntax
    'Declaration
     
    Protected Friend ReadOnly Property IsDropDownOpen As Boolean
    'Usage
     
    Dim instance As SmartItem
    Dim value As Boolean
     
    value = instance.IsDropDownOpen
    protected internal bool IsDropDownOpen {get;}

    Property Value

    true if the SmartItem's dropdown is open; false otherwise.
    Remarks

    In the case where the SmartItem does not have a dropdown, this property will always return false.

    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