PPJ Web API
HomeCurrent IssuesDownloads
  • Welcome
  • Concepts
  • PPJ.Web.49
    • General
      • Sal
      • Sys
      • SalApplication
      • SalNamedProperties
      • SalWindow
      • WindowActionsEventArgs
      • SalXML
    • COM
      • SalCoClass
      • SalObject
      • SalOleErrorInfo
      • SalSafeArray
      • SalVariant
      • stdole_Font
      • stdole_Picture
      • stdole_StdFont
      • stdole_StdPicture
    • Controls
      • SalBackgroundText
      • SalCheckBox
      • SalComboBox
      • SalContext
      • SalCustomControl
      • SalDataField
        • DataType
      • SalFrame
      • SalGeneralWindow
      • SalGroupBox
      • SalGroupSeparator
      • SalHorizontalScrollBar
      • SalLine
      • SalListBox
      • SalMultilineField
      • SalNavigationBar
      • SalOptionButton
        • OptionButtonStyle
      • SalPicture
        • ImageStorage
      • SalPushbutton
      • SalRadioButton
      • SalTimer
      • SalTreeControl
        • SalTreeItem
      • SalUserControl
      • SalVerticalScrollBar
    • Forms
      • AccessoryType
      • SalDialogBox
      • SalForm
      • SalFormClientArea
      • SalFormStatusBar
      • SalFormTableWindow
      • SalFormToolBar
      • SalFormWindow
      • SalMDIWindow
      • SalRibbonBarBase
      • SalRibbonBarForm
      • SalRibbonBarMDI
    • Interfaces
      • ISalType
      • ISalAccessory
      • ISalControl
      • ISalEditControl
      • ISalListControl
      • ISalListItem
      • ISalMenu
      • ISalPictureControl
      • ISalRadioButton
      • ISalReport
      • ISalWindow
    • Menus
      • SalContextMenu
      • SalFormMainMenu
      • SalMenuItem
      • SalMenuSeparator
      • SalPopupMenu
      • SalWindowsMenu
    • QO
      • SalQuickTabs
      • SalQuickTabsDialog
      • SalQuickTabsForm
      • SalQuickTabsParent
      • SalQuickTabsParentDialog
      • SalQuickTabsParentForm
    • Sql
      • SalSqlBindVariables
      • SalSqlError
      • SalSqlHandle
      • SalSqlSessionHandle
      • Sql
      • SqlContext
      • SqlOra
      • WhenSqlError
    • Types
      • SalArray<T>
      • SalBinary
      • SalBoolean
      • SalDateTime
      • SalFileHandle
      • SalFunctionalClass
      • SalNumber
      • SalResource
      • SalString
      • SalStringContext
      • SalWindowHandle
  • PPJ.Web.Vis.49
    • General
      • Vis
      • VisTblEx
    • Controls
      • VisCalendar
      • VisCalendarDropDown
      • VisColorComboBox
      • VisColorListBox
      • VisComboBoxBase
      • VisDesktopListBox
      • VisDirListBox
      • VisDirTreeListBox
      • VisDriveComboBox
      • VisDriveListBox
      • VisDropDownBase
      • VisFileListBox
      • VisFontComboBox
      • VisFontListBox
      • VisFontNameComboBox
      • VisFontNameListBox
      • VisListBoxBase
      • VisListBoxExtension
      • VisListView
      • VisListViewDropDown
      • VisMeter
      • VisOutlineComboBox
      • VisOutlineListBox
      • VisPictureComboBox
      • VisPictureListBox
      • VisPoint
      • VisRadioListBox
      • VisRect
      • VisSize
      • VisSpinField
      • VisSplitter
      • VisSplitterWindow
        • Orientation
  • PPJ.Web.XSal.49
    • General
      • XSal
      • XSalScript
    • Controls
      • XSalFlatButton
      • XSalHSplitter
      • XSalSplitter
      • XSalToolbar
      • XSalToolbox
      • XSalVSplitter
Powered by GitBook
On this page
  • Constructors
  • SalQuickTabsParent()
  • Methods
  • FromHandle(hWnd)
  • TabActivateFinish(hWnd, nTab)
  • TabActivateStart(hWnd, nTab)
  • TabCreate(hWnd)
  • TabFrameResize(hWnd)
  • TabSetFormPageSize(hWnd)
  • TabUserRequest(hWnd, nTab)
  • Inherited By
  • Implements
  1. PPJ.Web.49
  2. QO

SalQuickTabsParent

PPJ.Runtime.Windows.QO.SalQuickTabsParent

PreviousSalQuickTabsFormNextSalQuickTabsParentDialog

Last updated 2 years ago

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Web.49 (4.9.0.0)

Defines late bound functions in QuickTabs parent Form or Dialog Box that will be called when an event occurs in the tab control.

public class SalQuickTabsParent : SalFormWindow
Public Class SalQuickTabsParent
    Inherits SalFormWindow

Constructors

SalQuickTabsParent()

Methods

FromHandle(hWnd)

Returns the control associated with the handle.

Parameter
Type
Description

hWnd

Returns: .

TabActivateFinish(hWnd, nTab)

Indicates that a tab has been activated. This function is called after the child windows have been shown

Parameter
Type
Description

hWnd

nTab

Indicates that a tab has been activated. This function is called before the child windows have been shown

Parameter
Type
Description

hWnd

nTab

Indicates that a tab has been created. This function is called when the tab control receives SAM_Create.

Parameter
Type
Description

hWnd

Indicates that the size of the tab frame may have changed

Parameter
Type
Description

hWnd

Define the page size for child forms created on the tab frame. This function can be overridden in the tab form or tab dialog box

Parameter
Type
Description

hWnd

Indicates that user is attempting to change the current tab by clicking, tabbing or some other user action. NOTE: Call CancelMode() to deny the user's request

Parameter
Type
Description

hWnd

nTab

Inherited By

Name
Description

Dialog Box window parent of a tab frame. This class allows editing of the properties of child windows identifying their associated tab.

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.

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.

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.

Implements

Name
Description

All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.

Returns: .

TabActivateStart(hWnd, nTab)

Returns: .

TabCreate(hWnd)

Returns: .

TabFrameResize(hWnd)

Returns: .

TabSetFormPageSize(hWnd)

Returns: .

TabUserRequest(hWnd, nTab)

Returns: .

SalBoolean
SalBoolean
SalBoolean
SalBoolean
SalBoolean
SalBoolean
SalWindowHandle
SalWindowHandle
SalNumber
SalWindowHandle
SalNumber
SalWindowHandle
SalWindowHandle
SalWindowHandle
SalWindowHandle
SalNumber
SalQuickTabsDialog
SalQuickTabsForm
SalQuickTabsParentDialog
SalQuickTabsParentForm
ISalWindow
SalQuickTabsParent