Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IComboBoxControl
Public Interface IComboBoxControl
public interface class IComboBoxControl
type IComboBoxControl =  interface end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Dispose()()()()
Dispose object and free resources.
DropDownType
Gets or sets drop down type of combobox.
Height
Gets or sets the height of the Combobox control.
Items
Gets an object representing the collection of the items contained in this ComboBox.
Parent
Reference to Parent object. Read-only.
Position
Gets Position of Button control.
SelectedIndex
Gets or sets the index of selected item.
Text
Gets or sets the text associated with this control.
Width
Gets or sets the width of the Combobox control.
Worksheet
Gets worksheet of button control.

See Also