SalQuickTabsParent

PPJ.Runtime.Windows.QO.SalQuickTabsParent

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.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

Constructors

Methods

Returns the control associated with the handle.

Returns: SalQuickTabsParent.

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

Returns: SalBoolean.

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

Returns: SalBoolean.

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

Returns: SalBoolean.

Indicates that the size of the tab frame may have changed

Returns: SalBoolean.

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

Returns: SalBoolean.

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

Returns: SalBoolean.

Inherited By

Implements

Last updated