| | Type | Name | Arguments | | - | - | ^CCmdBarButton | m_pxButton |
| - | - | ^CStaticCtrl | m_pxStatic |
| - | - | ^CStaticCtrl | m_pxAccelerator |
| - | - | ^CCommandBar | m_pxParent |
| - | - | CFourCC | m_xCategory |
| - | - | int | m_iType |
| - | - | string | m_sCommand |
| - | - | string | m_sTTPath |
| - | - | int | m_iLocationIndex |
| - | - | string | m_sAdditionalInfo |
| - | - | bool | m_bSelected |
| - | - | bool | m_bDisabled |
| - | - | string | m_sTooltipKey |
| - | - | string | m_sTooltipTitle |
| - | - | string | m_sTooltipText |
| - | - | int | m_iPositionIndex |
| - | - | int | m_iResNumPossible |
| - | - | ^CCardBitmap | m_pxIdle |
| - | - | ^CCardBitmap | m_pxDown |
| - | - | ^CCardBitmap | m_pxHovered |
| - | - | ^CCardBitmap | m_pxDisabled |
| - | - | ^CCardBitmap | m_pxFlash |
| - | - | bool | m_bSecondaryInputControl |
| X | - | void | constructor | (
) |
| X | - | void | destructor | (
) |
| X | - | ref CCmdButton | op_Assign | (
ref CCmdButton ) |
| X | - | int | GetType | (
) |
| X | - | string | GetCommand | (
) |
| X | - | string | GetTTPath | (
) |
| X | - | string | GetCategory | (
) |
| X | - | string | GetTooltipKey | (
) |
| X | - | int | GetPosIndex | (
) |
| X | - | int | GetPositionIndex | (
) |
| X | - | ^CWindow | GetActiveControl | (
) |
| X | - | void | SetToolTipText | (
string p_sText ) |
| X | - | bool | GetSelected | (
) |
| X | - | bool | IsSelected | (
) |
| X | - | void | Validate | (
) |
| X | - | void | ShowAccelerator | (
bool p_bVisible ) |
| X | - | bool | IsProcessing | (
) |
| X | - | void | Initialize | (
string p_sCategory , int p_iType , ^CCommandBar p_pxParent , string p_sCommand , string p_sTTPath ) |
| - | - | ^CObj | GetFirstSelectionObject | (
bool p_bIncludeActionMenu ) |
| - | - | string | GetTypeAsString | (
int p_iType ) |
| X | - | void | Initialize | (
string p_sCategory , int p_iType , ^CCommandBar p_pxParent , string p_sCommand , string p_sTTPath , int p_iLocationIndex ) |
| - | - | void | InitializeSpacer | (
) |
| - | - | void | InitializeMenuOrActionButton | (
) |
| - | - | void | InitializeFlyoutButton | (
string p_sCategory , int p_iLocationIndex ) |
| - | - | bool | OnRightClick | (
) |
| X | - | void | SetPos | (
int p_iX , int p_iY ) |
| X | - | void | SetDisabled | (
bool p_bDisabled ) |
| X | - | bool | IsDisabled | (
) |
| X | - | void | SetButtonSelected | (
bool p_bSelected ) |
| X | - | bool | OnDoubleClick | (
) |
| X | - | void | SetText | (
string p_sText ) |
| - | - | bool | IsSpecialMove | (
^CTechTree p_pxTT , ref string p_rsCharacter , ref string p_rsAction ) |
| X | - | bool | OnClick | (
) |
| - | - | bool | OnTimer | (
int p_iID ) |