Equates |
This section contains an overview of the various equates available to the developer.
Styles PTB:STYLE_OFFICE2000 PTB:STYLE_OFFICEXP PTB:STYLE_OFFICE2003 PTB:STYLE_NATIVEXP
|
Office 2000 style Office XP style Office 2003 style Native XP style
|
Band types PTB:BT_NORMAL PTB:BT_MENU PTB:BT_TABS PTB:BT_HEADER
|
Normal band Menu band Tabs band Header band |
Band flags PTB:BAND_LASTONLINE PTB:BAND_ICONSABOVE PTB:BAND_HIDETEXT PTB:BAND_HIDEICONS PTB:BAND_FULL PTB:BAND_HIDE PTB:BAND_FLAT PTB:BAND_NOGRIP PTB:BAND_NOCUSTOMIZE PTB:BAND_NORIGHTCUSTOMIZE
|
Band is last on line, next band will start on next row Draw icons above text on buttons Do not show text Do not show icons Band extends to the right border of the toolbar Band is initially hidden Band is flat (no borders) Do not draw gripper Do not draw customize area (only Office2003) Band is not included in right-click customize |
Control flags PTB:BTN_CHECK PTB:BTN_RADIO PTB:BTN_DISABLED PTB:BTN_CHECKED PTB:BTN_HIDE PTB:BTN_READONLY PTB:BTN_SPLIT PTB:BTN_NOTEXTMIMIC PTB:BTN_NOICONMIMIC PTB:BTN_NOTOOLTIPMIMIC PTB:BTN_RESIZE
|
Button is checkbox Button is radiobutton Control is initially disabled Control is initially checked Control is initially hidden Control is read-only (only applies to DropEntry and Entry) DropButton is split-button Do not mimic text Do not mimic icon Do no mimic tootlip Resize control (only applies to DropEntry, Entry and Spacer)
|
Mdi buttons ID PTB:ID_MINIMIZE PTB:ID_RESTORE PTB:ID_CLOSE
|
ControlID of the MDI Minimize button ControlID of the MDI Restore button ControlID of the MDI Close button
|
Color ID's PTBCOL:BtnHighLight PTBCOL:BtnShadow PTBCOL:BtnPressed PTBCOL:Text PTBCOL:DisabledText PTBCOL:DisabledTextShadow PTBCOL:Background PTBCOL:MenuBackground PTBCOL:MenuBorder_Highlight PTBCOL:MenuBorder_Shadow PTBCOL:MenuSelection PTBCOL:MenuSelectionBorder PTBCOL:MenuSeparator PTBCOL:MenuText
PTBCOL:OFFXP_BtnHighLight PTBCOL:OFFXP_BtnShadow PTBCOL:OFFXP_BtnFace PTBCOL:OFFXP_BtnHover PTBCOL:OFFXP_Border PTBCOL:OFFXP_DarkBorder PTBCOL:OFFXP_Text PTBCOL:OFFXP_DisabledText PTBCOL:OFFXP_Background_From PTBCOL:OFFXP_Background_To PTBCOL:OFFXP_MenuBackground PTBCOL:OFFXP_MenuBorder PTBCOL:OFFXP_MenuSelection PTBCOL:OFFXP_MenuSelectionBorder PTBCOL:OFFXP_MenuSeparator PTBCOL:OFFXP_MenuText
PTBCOL:OFF23_White PTBCOL:OFF23_DarkBlue PTBCOL:OFF23_Gradient_From PTBCOL:OFF23_Gradient_To PTBCOL:OFF23_DarkGradient_From PTBCOL:OFF23_DarkGradient_To PTBCOL:OFF23_Line PTBCOL:OFF23_DarkLine PTBCOL:OFF23_Border PTBCOL:OFF23_BtnGradient_From PTBCOL:OFF23_BtnGradient_To PTBCOL:OFF23_BtnHvrGradient_From PTBCOL:OFF23_BtnHvrGradient_To PTBCOL:OFF23_Text PTBCOL:OFF23_DisabledText PTBCOL:OFF23_Background_From PTBCOL:OFF23_Background_To PTBCOL:OFF23_MenuBackground PTBCOL:OFF23_MenuBorder PTBCOL:OFF23_MenuSelection PTBCOL:OFF23_MenuSelectionBorder PTBCOL:OFF23_MenuSeparator PTBCOL:OFF23_MenuText
|
|