//AB/ CLASSDEF Class cWinCTabPage is a TabPage //AbstractTabPage ABTabPage ABTabPage_Mixin Define_ABTabPage_Mixin Set Control_Type To ctBASE Set Floating_Menu_Id TO TabFloater.obj Set ObjectNameMask To "oWinCTabPage" Set ClassHelpName To "TabPage" Property Always_Generate Complex Size 151 341 // Object Size (Complex: height, width) Property String Label // Text/Label associated with this Control Property No_Execute Anchor peAnchors anNone // When a container is resized this determines how child objects are moved and resized. Objects can be anchored in any combination of left, right, top or bottom. // Tooltips Property No_Execute String psToolTip "" // Gets/Sets control tooltip Property No_Execute String psToolTipTitle "" // Gets/Sets button tooltip title, shown on the tip in bold, at the Top End_Class