Objective Grid for Microsoft® .NET® Reference Guide

ControlType Enumeration

Back to Class Index

This enumeration lists predefined control types.

[Visual Basic]
Public Enum ControlType
[C#]
public enum ControlType

Remarks

A cell can have any one of these control types embedded.

Members

Member NameDescription
Label Static Label Control
Header Header Control similar to Row and Column Headers
TextBox TextBox Control
SpinEdit Spin Control
ScrollEdit TextBox with a Scroll Bar
HotSpotEdit TextBox with a HotSpot Button
RichEdit RichEdit Control; helps with formatting individual characters
MaskEdit Standard Mask Edit Control
Password Password Edit control
Button Push Button
RadioButton Radio Button
Checkbox CheckBox Control
ListBox ListBox
DropDown Drop down
DropDownList Drop down list
TabbedDropDown Tabbed drop down
TabbedDropDownList Tabbed drop down list
ComboBox ComboBoxes
ValidatedComboBox ComboBox; permits entering a string that is available as one of the choices
TabbedComboBox Tabbed combo box
CheckListComboBox ComboBox with CheckBox for each choice
ZeroBasedComboBox Returns the index of the selected choice with zero as the starting index
OneBasedComboBox Returns the index of the selected choice with one as the starting index
ZeroBasedComboBoxEx Zero-based combo box
OneBasedComboBoxEx One-based combo box
DateTime DateTime Control with Calendar for input
DateTimeNoCalendar DateTime Control without Calendar for input
Currency Curreny Text Box
ProgressBar Progress Bar

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace