Skip to main content
Version: 2023

ISalControl

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

All SAL controls implement this interface.

public interface ISalControl

Properties

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
SalBackgroundTextRepresents a label control that displays text or HTML content.
SalCheckBoxRepresents a check box control that allows the user to check or uncheck the value.
SalComboBoxRepresents an editable control that displays a drop down list of options to the user.
SalDataFieldRepresents an editable control that allows the user to enter text.
SalHorizontalScrollBarRepresents an horizontal scroll bar control that allows the user to scroll custom content in the application.
SalListBoxRepresents a control that shows a lost of values that the user can select.
SalMultilineFieldRepresents an editable control that allows the user to enter multiple lines of text.
SalOptionButtonRepresents a button that the user can toggle on or off and can work in conjunction with other SalOptionButton controls.
SalPictureRepresent a control that displays an image.
SalPushbuttonRepresent a control that the user can click to start an action.
SalRadioButtonRepresents a control that the user can toggle on or off and automatically changes the state of other SalRadioButton controls in the same group.
SalTreeControlTreeView implementation.
SalVerticalScrollBarRepresents a vertical scroll bar control that allows the user to scroll custom content in the application.
ISalEditControlSAL Editable controls implement this interface
SalTableColumnSummary description for SalTableColumn.
SalTableWindowTable 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