The SalComboBox type exposes the following members.

Properties

  NameDescription
Public propertyDesigntimeVisible
Returns true if the object was designed as visible.
Public propertyEditMask
Indicates the edit mask to apply to the text while editing.
Public propertyLabel
Returns/Sets the label associated with this control.
Public propertyModified
Returns/Sets the modified flag.
Public propertyNamedProperties
Returns the collection of named properties.
Public propertyReadOnly
Returns/Sets the ReadOnly flag for the ComboBox control. When the ComboBox is ReadOnly, it can still get the focus.
Public propertySelectedIndex (Overrides ComboBox..::..SelectedIndex.)
Public propertyText
Returns/Sets the text of the combo box. This is overridden remove the edit mask.
(Overrides ComboBox..::..Text.)

See Also