Class: cCJTabControlItem

Module location: cCJCommandBarSystem.pkg line 2205 (view source)

Class Hierarchy:

DFCOMAUTOMATIONOBJECTcComAutomationObjectcCJComTabControlItemcCJTabControlItem

Class Definition

Properties

StringpsCategory
StringpsImage
StringpsToolTip

Functions and Procedures

Construct_Object()
Inherited from cCJComTabControlItem
CreateComInstance(Handle hoTabToolBar)
This may not be needed if we can treat commandbar objects as static // attach this object to its appropriate COM object. Procedure AttachComObject Variant vCat String sName Get psCategory to sName Delegate Get FindByCategory sName to vCat If (IsNullComObject(vCat)) Begin Error DFERR_PROGRAM "Assert: AttachComObject failed to attach tabcontrolitem" End Else Begin Set pvComObject to vCat End End_Procedure
OnCreate()