Show / Hide Table of Contents

Class ActiveXComboBox

Inheritance
System.Object
AbstractControl
ActiveXControl
ActiveXComboBox
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
ActiveXControl.worksheet
ActiveXControl.Accelerator
ActiveXControl.BackColor
ActiveXControl.BackStyle
ActiveXControl.Caption
ActiveXControl.ClassId
ActiveXControl.Enabled
ActiveXControl.FontName
ActiveXControl.ForeColor
ActiveXControl.FontEffects
ActiveXControl.FontHeightInTwips
ActiveXControl.FontCharSet
ActiveXControl.FontPitchAndFamily
ActiveXControl.FontWeight
ActiveXControl.HideSelection
ActiveXControl.IMEMode
ActiveXControl.Locked
ActiveXControl.MousePointer
ActiveXControl.ParagraphAlign
ActiveXControl.PrintObject
ActiveXControl.Shadow
ActiveXControl.SpecialEffect
ActiveXControl.Value
ActiveXControl.WordWrap
AbstractControl.anchoredCell
AbstractControl.AnchoredCell
AbstractControl.BottomRightCell
AbstractControl.Worksheet
AbstractControl.ObjectPositioning
AbstractControl.Id
AbstractControl.Name
AbstractControl.Sheet
AbstractControl.Size
AbstractControl.ParentGroup
AbstractControl.Positioning
AbstractControl.Position
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ActiveXComboBox : ActiveXControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Properties

BoundColumn

Specifies how the Value property is determined for a ComboBox or ListBox when the MultiSelect property is set to 0x00 (fmMultiSelectSingle).

Declaration
public short BoundColumn { get; set; }
Property Value
Type Description
System.Int16
Remarks

2.5.9 BoundColumn

ColumnCount

Specifies the number of columns to display in a ComboBox or ListBox. A value of –1 specifies that all columns are to be displayed. MUST be in the range from –1 through 32767.

Declaration
public int ColumnCount { get; set; }
Property Value
Type Description
System.Int32
Remarks

2.5.14 ColumnCount

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX