Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ToolBar Namespace / ComboBoxTool Class / SelectedItem Property


In This Topic
    SelectedItem Property (ComboBoxTool)
    In This Topic
    Gets or sets the selected child SmartItem.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property SelectedItem As SmartItem
    'Usage
     
    Dim instance As ComboBoxTool
    Dim value As SmartItem
     
    instance.SelectedItem = value
     
    value = instance.SelectedItem
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public SmartItem SelectedItem {get; set;}

    Property Value

    A reference to a Xceed.SmartUI.SmartItem object representing the selected child SmartItem.
    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