Classes

  ClassDescription
Public classQO
QuickObjects constants.
Public classSalQuickFTP
FTP Control.
Public classSalQuickHTML
Web Browser Control
Public classSalQuickHTTP
HTTP Control
Public classSalQuickTabs
Tab frame window class. Instances of this class should be created as children of cQuickTabsForm objects or cQuickTabsDialog objects.
Public classSalQuickTabs..::..FndSalTabControl
Overrides SalTabControl to provide IFS's own themed TabControl paint logic. Also supports themeing of display elements.
Public classSalQuickTabs..::..SalTabControl
Overrides the TabControl class to be able to control and eventually cancel tab selection.
Public classSalQuickTabs..::..SalTabPage
Extended TabPage. Supports the disabled flag, mnemonics and bound forms.
Public classSalQuickTabs..::..TabCancelEventArgs
Args for the SelectedIndexChanging event.
Public classSalQuickTabsDialog
Dialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab.
Public classSalQuickTabsForm
Form window with a tab frame. In addition to containing a built in tab frame. This class also has the smarts to manage other child windows on the form so that they can be associated with specific tabs.
Public classSalQuickTabsParent
Defines late bound functions in QuickTabs parent Form or Dialog Box that will be called when an event occurs in the tab control.
Public classSalQuickTabsParentDialog
Specializes the generic SalQuickTabsParent class into a dialog box implementation. This class should be used when the ported code extends cQuickTabsParent directly. Using this class avoids the creation of multiple inheritance constructs.
Public classSalQuickTabsParentForm
Specializes the generic SalQuickTabsParent class into a form implementation. This class should be used when the ported code extends cQuickTabsParent directly. Using this class avoids the creation of multiple inheritance constructs.
Public classSalQuickToolTipCheckBox
Checkbox with tool tip support
Public classSalQuickToolTipChildTable
Child table window with tool tip support
Public classSalQuickToolTipComboBox
ComboBox with tool tip support
Public classSalQuickToolTipDataField
Datafield with tool tip support
Public classSalQuickToolTipHScrollBar
Horizontal scroll bar with tool tip support
Public classSalQuickToolTipListBox
Listbox with tool tip support
Public classSalQuickToolTipMultilineField
Multiline field with tool tip support
Public classSalQuickToolTipOptionButton
Option check button with tool tip support
Public classSalQuickToolTipPicture
Picture with tool tip support
Public classSalQuickToolTipPushButton
Pushbutton with tool tip support
Public classSalQuickToolTipRadioButton
Pushbutton with tool tip support
Public classSalQuickToolTipTableWindow
Pushbutton with tool tip support
Public classSalQuickToolTipVScrollBar
Pushbutton with tool tip support
Public classSalToolTipManager
Class for managing tool tips.

Delegates

  DelegateDescription
Public delegateSalQuickTabs..::..TabCancelEventHandler
Delegate for the SelectedIndexChanging event.