FarPoint.Win Assembly / FarPoint.Win Namespace / EnumeratedType Enumeration


EnumeratedType Enumeration
Specifies the type of cell.
Syntax
'Declaration
 
Public Enum EnumeratedType 
   Inherits System.Enum
 
'Usage
 
Dim instance As EnumeratedType
Members
MemberDescription
BarCodeBarcode cell
ButtonButton cell
CheckBoxCheck box cell
ColorPickerColor picker cell
ColumnHeaderColumn header cell
ComboCombo box cell
CurrencyCurrency-formatted numeric cell
CustomBaseCustom cell
DateTimeDate-time-formatted cell
EmptyEmpty cell
FilterBarFilterBar cell
GcCharMaskGcCharMask cell
GcComboBoxGcComboBox cell
GcDateTimeGcDateTime cell
GcMaskGcMask cell
GcNumberGcNumber cell
GcTextBoxGcTextBox cell
GcTimeSpanGcTimeSpan cell
GeneralGeneral cell
HyperlinkHyperlink cell
ListBoxLitbox cell
MultiColumnComboBoxMultiColumnComboBox cell
MultiOptionMultiple option button cell
NumberNumeric cell
PercentPercent-formatted numeric cell
PicMaskMask input cell
ProgressProgress indicator cell
RichTextRichText cell
RowHeaderRow header cell
SliderSlider (task bar) cell
TextText cell
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.EnumeratedType

See Also