The SalQuickToolTipDataField type exposes the following members.

Properties

  NameDescription
Public propertyBackColor
Overrides the BackColor property to be able to install our ShouldSerializeBackColor() function.
(Inherited from SalDataField.)
Public propertyCultureInfo
Returns/Sets the culture to use for this control.
(Inherited from SalDataField.)
Public propertyDataType
Value type of the text box control.
(Inherited from SalDataField.)
Public propertyDateTime
DateTime value property.
(Inherited from SalDataField.)
Public propertyDesigntimeVisible
Returns true if the object was designed as visible.
(Inherited from SalDataField.)
Public propertyEditMask
Indicates the edit mask to apply to the text while editing.
(Inherited from SalDataField.)
Public propertyFormat
Format string.
(Inherited from SalDataField.)
Public propertyLabel
Returns/Sets the label associated with this control.
(Inherited from SalDataField.)
Public propertyNamedProperties
Returns the collection of named properties.
(Inherited from SalDataField.)
Public propertyNumber
Number value property.
(Inherited from SalDataField.)
Public propertySelectedText
Overrides the SelectedText property to take in consideration that the edit mask, if applied, may shorten the string returned by the Text property.
(Inherited from SalDataField.)
Public propertyText
Returns/Sets the text of the data field. This is overridden to remove the edit mask.
(Inherited from SalDataField.)
Public propertyTooltipStatus
Multiple Inheritance: Wrapper property.
Public propertyTooltipText
Multiple Inheritance: Wrapper property.

See Also