ISalControl
PPJ.Runtime.Windows.ISalControl
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
All SAL controls implement this interface.
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
Represents a label control that displays text or HTML content.
Represents a check box control that allows the user to check or uncheck the value.
Represents an editable control that displays a drop down list of options to the user.
Represents an editable control that allows the user to enter text.
Represents an horizontal scroll bar control that allows the user to scroll custom content in the application.
Represents a control that shows a lost of values that the user can select.
Represents an editable control that allows the user to enter multiple lines of text.
Represents a button that the user can toggle on or off and can work in conjunction with other SalOptionButton controls.
Represent a control that displays an image.
Represent a control that the user can click to start an action.
Represents a control that the user can toggle on or off and automatically changes the state of other SalRadioButton controls in the same group.
TreeView implementation.
Represents a vertical scroll bar control that allows the user to scroll custom content in the application.
SAL Editable controls implement this interface
Summary description for SalTableColumn.
Table Window Control
Last updated