ISalControl
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
All SAL controls implement this interface.
- C#
- VB.NET
public interface ISalControl
Public Interface ISalControl
Properties
Modified
Boolean: Returns/Sets the modified flag.
Value
Object: Returns/Sets the control's value regardless of the type.
Methods
GetDataType()
Returns the data type of the control
Returns: Int32.
Implemented By
| Name | Description |
|---|---|
| SalBackgroundText | Represents a label control that displays text or HTML content. |
| SalCheckBox | Represents a check box control that allows the user to check or uncheck the value. |
| SalComboBox | Represents an editable control that displays a drop down list of options to the user. |
| SalDataField | Represents an editable control that allows the user to enter text. |
| SalHorizontalScrollBar | Represents an horizontal scroll bar control that allows the user to scroll custom content in the application. |
| SalListBox | Represents a control that shows a lost of values that the user can select. |
| SalMultilineField | Represents an editable control that allows the user to enter multiple lines of text. |
| SalOptionButton | Represents a button that the user can toggle on or off and can work in conjunction with other SalOptionButton controls. |
| SalPicture | Represent a control that displays an image. |
| SalPushbutton | Represent a control that the user can click to start an action. |
| SalRadioButton | Represents a control that the user can toggle on or off and automatically changes the state of other SalRadioButton controls in the same group. |
| SalTreeControl | TreeView implementation. |
| SalVerticalScrollBar | Represents a vertical scroll bar control that allows the user to scroll custom content in the application. |
| ISalEditControl | SAL Editable controls implement this interface |
| SalTableColumn | Summary description for SalTableColumn. |
| SalTableWindow | Table Window Control |
| VisCalendarDropDown | |
| VisColorComboBox | |
| VisColorListBox | |
| VisComboBoxBase | |
| VisDesktopListBox | |
| VisDirListBox | |
| VisDirTreeListBox | |
| VisDriveComboBox | |
| VisDriveListBox | |
| VisDropDownBase | |
| VisFileListBox | |
| VisFontComboBox | |
| VisFontListBox | |
| VisFontNameComboBox | |
| VisFontNameListBox | |
| VisListBoxBase | |
| VisListViewDropDown | |
| VisOutlineComboBox | |
| VisOutlineListBox | |
| VisPictureComboBox | |
| VisPictureListBox | |
| VisRadioListBox | |
| VisSpinField | |
| XSalFlatButton |