ISalControl
Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.49 (4.9.0.0)
All SAL controls implement this interface.
- C#
- VB.NET
public interface ISalControl
Public Interface ISalControl
Properties
Label
Control: Returns/Sets the label associated to the control.
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 |
|---|---|
| ISalEditControl | SAL Editable controls implement this interface |
| SalTreeControl | TreeView implementation. |
| SalBackgroundText | BackgroundText implementation. |
| SalCheckBox | CheckBox implementation. |
| SalComboBox | ComboBox implementation. |
| SalDataField | DataField implementation. |
| SalHorizontalScrollBar | Horizontal scrollbar implementation. This derived class adjusts the Maximum property by adding LargeChange to allow the scroll thumb to reach the end of the range. See http://msdn.microsoft.com/en-us/library/system.windows.forms.scrollbar.maximum.aspx. |
| SalListBox | ListBox implementation. |
| SalMultilineField | MultilineField implementation. |
| SalOptionButton | Represents a button that the user can toggle on or off and can work in conjunction with other SalOptionButton controls. |
| SalPicture | Picture implementation. |
| SalPushbutton | An object that you can click (or double-click) to create an event and invoke some action. |
| SalRadioButton | RadioButton implementation. |
| SalVerticalScrollBar | VerticalScrollBar implementation. This derived class adjusts the Maximum property by adding LargeChange to allow the scroll thumb to reach the end of the range. See http://msdn.microsoft.com/en-us/library/system.windows.forms.scrollbar.maximum.aspx. |
| SalTableColumn | Summary description for SalTableColumn. |
| SalTableWindow | Table Window Control |
| SalQuickToolTipCheckBox | Check box with tool tip support |
| SalQuickToolTipChildTable | Child table window with tool tip support |
| SalQuickToolTipComboBox | ComboBox with tool tip support |
| SalQuickToolTipDataField | Data field with tool tip support |
| SalQuickToolTipHScrollBar | Horizontal scroll bar with tool tip support |
| SalQuickToolTipListBox | List box with tool tip support |
| SalQuickToolTipMultilineField | Multi line field with tool tip support |
| SalQuickToolTipOptionButton | Option check button with tool tip support |
| SalQuickToolTipPicture | Picture with tool tip support |
| SalQuickToolTipPushButton | Pushbutton with tool tip support |
| SalQuickToolTipRadioButton | Pushbutton with tool tip support |
| SalQuickToolTipVScrollBar | Pushbutton with tool tip support |
| VisCalendarDropDown | |
| VisColorComboBox | |
| VisColorListBox | |
| VisColorPaletteDropDown | |
| VisComboBoxBase | |
| VisDesktopListBox | |
| VisDirListBox | |
| VisDirTreeListBox | |
| VisDriveListBox | |
| VisDropDownBase | |
| VisFileListBox | |
| VisFontComboBox | |
| VisFontListBox | |
| VisFontNameComboBox | |
| VisFontNameListBox | |
| VisListBoxBase | |
| VisListViewDropDown | |
| VisOutlineComboBox | |
| VisOutlineListBox | |
| VisPictureComboBox | |
| VisPictureListBox | |
| VisRadioListBox | |
| VisSpinField | |
| XSalFlatButton |