The ISalEditControl type exposes the following members.

Methods

  NameDescription
Public methodApplyFormat
Apply the format string to the value of the control.
Public methodGetDataType
Returns the data type of the control
(Inherited from ISalControl.)
Public methodValidateDataType
Validates the content of the control against its data type

Properties

  NameDescription
Public propertyCultureInfo
Returns/Sets the specialized CultureInfo for the edit control.
Public propertyDesigntimeVisible
Returns true if the object was designed as visible.
(Inherited from ISalControlBase.)
Public propertyEditMask
Returns/Sets the edit mask.
Public propertyFormat
Returns/Sets the format picture.
Public propertyLabel
Returns/Sets the label associated to the control.
(Inherited from ISalControl.)
Public propertyMaxLength
Returns/Sets the maximum edit length.
Public propertyModified
Returns/Sets the modified flag.
(Inherited from ISalControl.)
Public propertyValidated
Returns/Sets the modified flag.
Public propertyValue
Returns/Sets the control's value regardless of the type.
(Inherited from ISalControl.)

See Also