Xceed SmartUI for WinForms v3.6 Documentation
ComboBoxTool Class
Members 


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.ToolBar Namespace : ComboBoxTool Class
Represents a SmartItem designed to be used as a combobox tool for the SmartToolBar SmartControl.
Syntax
'Declaration
 
<DropDownAttribute(Type=Xceed.SmartUI.Controls.ToolBar.ComboBoxListForm, 
   CloseDropDownOnParentMouseDown=True, 
   LockDropDown=True)>
<DescriptionAttribute("Represents a SmartItem designed to be used as a combobox tool for the SmartToolBar SmartControl.")>
Public Class ComboBoxTool 
   Inherits Tool
   Implements Xceed.SmartUI.IShortcut 
'Usage
 
Dim instance As ComboBoxTool
[DropDown(Type=Xceed.SmartUI.Controls.ToolBar.ComboBoxListForm, 
   CloseDropDownOnParentMouseDown=true, 
   LockDropDown=true)]
[Description("Represents a SmartItem designed to be used as a combobox tool for the SmartToolBar SmartControl.")]
public class ComboBoxTool : Tool, Xceed.SmartUI.IShortcut  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Xceed.SmartUI.SmartItem
            Xceed.SmartUI.Controls.ToolBar.Tool
               Xceed.SmartUI.Controls.ToolBar.ComboBoxTool

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

Reference

ComboBoxTool Members
Xceed.SmartUI.Controls.ToolBar Namespace