# ISalControl

Namespace: **PPJ.Runtime**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

All SAL controls implement this interface.

{% tabs %}
{% tab title="C#" %}

```csharp
public interface ISalControl
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Interface ISalControl
```

{% endtab %}
{% endtabs %}

## Properties

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Label

[Control](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control): Returns/Sets the label associated to the control.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Modified

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets the modified flag.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Value

[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object): Returns/Sets the control's value regardless of the type.

## Methods

### ![](/files/dBIrS7XBDGmrzmTRbSI6)GetDataType()

Returns the data type of the control

**Returns:** [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32).

## Implemented By

| Name                                                                                   | Description                                                                                                                                                                                                                                                    |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ISalEditControl](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)               | SAL Editable controls implement this interface                                                                                                                                                                                                                 |
| [SalTreeControl](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                | TreeView implementation.                                                                                                                                                                                                                                       |
| [SalBackgroundText](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)             | BackgroundText implementation.                                                                                                                                                                                                                                 |
| [SalCheckBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                   | CheckBox implementation.                                                                                                                                                                                                                                       |
| [SalComboBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                   | ComboBox implementation.                                                                                                                                                                                                                                       |
| [SalDataField](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                  | DataField implementation.                                                                                                                                                                                                                                      |
| [SalHorizontalScrollBar](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)        | 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](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                    | ListBox implementation.                                                                                                                                                                                                                                        |
| [SalMultilineField](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)             | MultilineField implementation.                                                                                                                                                                                                                                 |
| [SalOptionButton](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)               | Represents a button that the user can toggle on or off and can work in conjunction with other [SalOptionButton](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md) controls.                                                                               |
| [SalPicture](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                    | Picture implementation.                                                                                                                                                                                                                                        |
| [SalPushbutton](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                 | An object that you can click (or double-click) to create an event and invoke some action.                                                                                                                                                                      |
| [SalRadioButton](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                | RadioButton implementation.                                                                                                                                                                                                                                    |
| [SalVerticalScrollBar](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)          | 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](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                | Summary description for SalTableColumn.                                                                                                                                                                                                                        |
| [SalTableWindow](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                | Table Window Control                                                                                                                                                                                                                                           |
| [SalQuickToolTipCheckBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)       | Check box with tool tip support                                                                                                                                                                                                                                |
| [SalQuickToolTipChildTable](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)     | Child table window with tool tip support                                                                                                                                                                                                                       |
| [SalQuickToolTipComboBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)       | ComboBox with tool tip support                                                                                                                                                                                                                                 |
| [SalQuickToolTipDataField](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)      | Data field with tool tip support                                                                                                                                                                                                                               |
| [SalQuickToolTipHScrollBar](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)     | Horizontal scroll bar with tool tip support                                                                                                                                                                                                                    |
| [SalQuickToolTipListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)        | List box with tool tip support                                                                                                                                                                                                                                 |
| [SalQuickToolTipMultilineField](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md) | Multi line field with tool tip support                                                                                                                                                                                                                         |
| [SalQuickToolTipOptionButton](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)   | Option check button with tool tip support                                                                                                                                                                                                                      |
| [SalQuickToolTipPicture](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)        | Picture with tool tip support                                                                                                                                                                                                                                  |
| [SalQuickToolTipPushButton](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)     | Pushbutton with tool tip support                                                                                                                                                                                                                               |
| [SalQuickToolTipRadioButton](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)    | Pushbutton with tool tip support                                                                                                                                                                                                                               |
| [SalQuickToolTipVScrollBar](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)     | Pushbutton with tool tip support                                                                                                                                                                                                                               |
| [VisCalendarDropDown](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)           |                                                                                                                                                                                                                                                                |
| [VisColorComboBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)              |                                                                                                                                                                                                                                                                |
| [VisColorListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)               |                                                                                                                                                                                                                                                                |
| [VisColorPaletteDropDown](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)       |                                                                                                                                                                                                                                                                |
| [VisComboBoxBase](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)               |                                                                                                                                                                                                                                                                |
| [VisDesktopListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)             |                                                                                                                                                                                                                                                                |
| [VisDirListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                 |                                                                                                                                                                                                                                                                |
| [VisDirTreeListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)             |                                                                                                                                                                                                                                                                |
| [VisDriveListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)               |                                                                                                                                                                                                                                                                |
| [VisDropDownBase](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)               |                                                                                                                                                                                                                                                                |
| [VisFileListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                |                                                                                                                                                                                                                                                                |
| [VisFontComboBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)               |                                                                                                                                                                                                                                                                |
| [VisFontListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                |                                                                                                                                                                                                                                                                |
| [VisFontNameComboBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)           |                                                                                                                                                                                                                                                                |
| [VisFontNameListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)            |                                                                                                                                                                                                                                                                |
| [VisListBoxBase](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                |                                                                                                                                                                                                                                                                |
| [VisListViewDropDown](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)           |                                                                                                                                                                                                                                                                |
| [VisOutlineComboBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)            |                                                                                                                                                                                                                                                                |
| [VisOutlineListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)             |                                                                                                                                                                                                                                                                |
| [VisPictureComboBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)            |                                                                                                                                                                                                                                                                |
| [VisPictureListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)             |                                                                                                                                                                                                                                                                |
| [VisRadioListBox](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)               |                                                                                                                                                                                                                                                                |
| [VisSpinField](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                  |                                                                                                                                                                                                                                                                |
| [XSalFlatButton](/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md)                |                                                                                                                                                                                                                                                                |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://desktop-api.iceteagroup.com/ppj.runtime.49/interfaces/ppj.runtime.isalcontrol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
