ISalEditControl
Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.49 (4.9.0.0)
SAL Editable controls implement this interface
- C#
- VB.NET
public interface ISalEditControl : ISalControl
Public Interface ISalEditControl
Inherits ISalControl
Properties
CultureInfo
CultureInfo: Returns/Sets the specialized CultureInfo for the edit control.
EditMask
String: Returns/Sets the edit mask.
Format
String: Returns/Sets the format picture.
MaxLength
Int32: Returns/Sets the maximum edit length.
Validated
Boolean: Returns/Sets the modified flag.
Methods
ApplyFormat()
Apply the format string to the value of the control.
ValidateDataType()
Validates the content of the control against its data type
Returns: Boolean.
Implemented By
| Name | Description |
|---|---|
| SalComboBox | ComboBox implementation. |
| SalDataField | DataField implementation. |
| SalMultilineField | MultilineField implementation. |
| SalTableColumn | Summary description for SalTableColumn. |
| SalQuickToolTipComboBox | ComboBox with tool tip support |
| SalQuickToolTipDataField | Data field with tool tip support |
| SalQuickToolTipMultilineField | Multi line field with tool tip support |
| VisCalendarDropDown | |
| VisColorComboBox | |
| VisColorPaletteDropDown | |
| VisComboBoxBase | |
| VisDropDownBase | |
| VisFontComboBox | |
| VisFontNameComboBox | |
| VisListViewDropDown | |
| VisOutlineComboBox | |
| VisPictureComboBox | |
| VisSpinField |