ISalControl
PPJ.Runtime.ISalControl
Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.49 (4.9.0.0)
All SAL controls implement this interface.
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
SAL Editable controls implement this interface
TreeView implementation.
BackgroundText implementation.
CheckBox implementation.
ComboBox implementation.
DataField implementation.
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.
ListBox implementation.
MultilineField implementation.
Represents a button that the user can toggle on or off and can work in conjunction with other SalOptionButton controls.
Picture implementation.
An object that you can click (or double-click) to create an event and invoke some action.
RadioButton implementation.
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.
Summary description for SalTableColumn.
Table Window Control
Check box with tool tip support
Child table window with tool tip support
ComboBox with tool tip support
Data field with tool tip support
Horizontal scroll bar with tool tip support
List box with tool tip support
Multi line field with tool tip support
Option check button with tool tip support
Picture with tool tip support
Pushbutton with tool tip support
Pushbutton with tool tip support
Pushbutton with tool tip support
Last updated