Skip to main content

ISalControl

Namespace: PPJ.Runtime

Assembly: PPJ.Runtime.49 (4.9.0.0)

All SAL controls implement this interface.

public interface ISalControl

Properties

Instance memberLabel

Control: Returns/Sets the label associated to the control.

Instance memberModified

Boolean: Returns/Sets the modified flag.

Instance memberValue

Object: Returns/Sets the control's value regardless of the type.

Methods

Instance memberGetDataType()

Returns the data type of the control

Returns: Int32.

Implemented By

NameDescription
ISalEditControlSAL Editable controls implement this interface
SalTreeControlTreeView implementation.
SalBackgroundTextBackgroundText implementation.
SalCheckBoxCheckBox implementation.
SalComboBoxComboBox implementation.
SalDataFieldDataField implementation.
SalHorizontalScrollBarHorizontal 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.
SalListBoxListBox implementation.
SalMultilineFieldMultilineField implementation.
SalOptionButtonRepresents a button that the user can toggle on or off and can work in conjunction with other SalOptionButton controls.
SalPicturePicture implementation.
SalPushbuttonAn object that you can click (or double-click) to create an event and invoke some action.
SalRadioButtonRadioButton implementation.
SalVerticalScrollBarVerticalScrollBar 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.
SalTableColumnSummary description for SalTableColumn.
SalTableWindowTable Window Control
SalQuickToolTipCheckBoxCheck box with tool tip support
SalQuickToolTipChildTableChild table window with tool tip support
SalQuickToolTipComboBoxComboBox with tool tip support
SalQuickToolTipDataFieldData field with tool tip support
SalQuickToolTipHScrollBarHorizontal scroll bar with tool tip support
SalQuickToolTipListBoxList box with tool tip support
SalQuickToolTipMultilineFieldMulti line field with tool tip support
SalQuickToolTipOptionButtonOption check button with tool tip support
SalQuickToolTipPicturePicture with tool tip support
SalQuickToolTipPushButtonPushbutton with tool tip support
SalQuickToolTipRadioButtonPushbutton with tool tip support
SalQuickToolTipVScrollBarPushbutton 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