Skip to content

Commit 853bdd3

Browse files
TylerMSFTTylerMSFT
authored andcommitted
code escape table
1 parent 0100a1d commit 853bdd3

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

docs/mfc/reference/ctabctrl-class.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -29,37 +29,37 @@ class CTabCtrl : public CWnd
2929
|Name |Description |
3030
|---------|---------|
3131
|[`CTabCtrl::AdjustRect`](#adjustrect) | Calculates a tab control's display area given a window rectangle, or calculates the window rectangle that would correspond to a given display area. |
32-
|[CTabCtrl::Create](#create) | Creates a tab control and attaches it to an instance of a TabCtrl object |
33-
|[CTabCtrl::CreateEx](#createex) | Creates a tab control with the specified Windows extended styles and attaches it to an instance of a CTabCtrl object.|
34-
|[CTabCtrl::DeleteAllItems](#deleteallitems) | Removes all items from a tab control.|
35-
|[CTabCtrl::DeleteItem](#deleteitem) | Removes an item from a tab control.|
36-
|[CTabCtrl::DeselectAll](#deselectall) | Resets items in a tab control, clearing any that were pressed.|
37-
|[CTabCtrl::DrawItem](#drawitem) | Draws a specified item of a tab control.|
38-
|[CTabCtrl::GetCurFocus](#getcurfocus) | Retrieves the tab with the current focus of a tab control.|
39-
|[CTabCtrl::GetCurSel](#getcursel) | Determines the currently selected tab in a tab control.|
40-
|[CTabCtrl::GetExtendedStyle](#getextendedstyle) | Retrieves the extended styles that are currently in use for the tab control.|
41-
|[CTabCtrl::GetImageList](#getimagelist) | Retrieves the image list associated with a tab control.|
42-
|[CTabCtrl::GetItem](#getitem) | Retrieves information about a tab in a tab control.|
43-
|[CTabCtrl::GetItemCount](#getitemcount) | Retrieves the number of tabs in the tab control.|
44-
|[CTabCtrl::GetItemRect](#getitemrect) | Retrieves the bounding rectangle for a tab in a tab control.|
45-
|[CTabCtrl::GetItemState](#getitemstate) | Retrieves the state of the indicated tab control item.|
46-
|[CTabCtrl::GetRowCount](#getrowcount) | Retrieves the current number of rows of tabs in a tab control.|
47-
|[CTabCtrl::GetToolTips](#gettooltips) | Retrieves the handle of the tool tip control associated with a tab control.|
48-
|[CTabCtrl::HighlightItem](#highlightitem) | Sets the highlight state of a tab item.|
49-
|[CTabCtrl::HitTest](#hittest) | Determines which tab, if any, is at a specified screen position.|
50-
|[CTabCtrl::InsertItem](#insertitem) | Inserts a new tab in a tab control.|
51-
|[CTabCtrl::RemoveImage](#removeimage) | Removes an image from a tab control's image list.|
52-
|[CTabCtrl::SetCurFocus](#setcurfocus) | Sets the focus to a specified tab in a tab control.|
53-
|[CTabCtrl::SetCurSel](#setcursel) | Selects a tab in a tab control.|
54-
|[CTabCtrl::SetExtendedStyle](#setextendedstyle) | Sets the extended styles for a tab control.|
55-
|[CTabCtrl::SetImageList](#setimagelist) | Assigns an image list to a tab control.|
56-
|[CTabCtrl::SetItem](#setitem) | Sets some or all of a tab's attributes.|
57-
|[CTabCtrl::SetItemExtra](#setitemextra) | Sets the number of bytes per tab reserved for application-defined data in a tab control.|
58-
|[CTabCtrl::SetItemSize](#setitemsize) | Sets the width and height of an item.|
59-
|[CTabCtrl::SetItemState](#setitemstate) | Sets the state of the indicated tab control item.|
60-
|[CTabCtrl::SetMinTabWidth](#setmintabwidth) | Sets the minimum width of items in a tab control.|
61-
|[CTabCtrl::SetPadding](#setpadding) | Sets the amount of space (padding) around each tabs icon and label in a tab control.|
62-
|[CTabCtrl::SetToolTips](#settooltips) | Assigns a tool tip control to a tab control.|
32+
|[`CTabCtrl::Create`](#create) | Creates a tab control and attaches it to an instance of a `TabCtrl` object |
33+
|[`CTabCtrl::CreateEx`](#createex) | Creates a tab control with the specified Windows extended styles and attaches it to an instance of a CTabCtrl object.|
34+
|[`CTabCtrl::DeleteAllItems`](#deleteallitems) | Removes all items from a tab control.|
35+
|[`CTabCtrl::DeleteItem`](#deleteitem) | Removes an item from a tab control.|
36+
|[`CTabCtrl::DeselectAll`](#deselectall) | Resets items in a tab control, clearing any that were pressed.|
37+
|[`CTabCtrl::DrawItem`](#drawitem) | Draws a specified item of a tab control.|
38+
|[`CTabCtrl::GetCurFocus`](#getcurfocus) | Retrieves the tab with the current focus of a tab control.|
39+
|[`CTabCtrl::GetCurSel`](#getcursel) | Determines the currently selected tab in a tab control.|
40+
|[`CTabCtrl::GetExtendedStyle`](#getextendedstyle) | Retrieves the extended styles that are currently in use for the tab control.|
41+
|[`CTabCtrl::GetImageList`](#getimagelist) | Retrieves the image list associated with a tab control.|
42+
|[`CTabCtrl::GetItem`](#getitem) | Retrieves information about a tab in a tab control.|
43+
|[`CTabCtrl::GetItemCount`](#getitemcount) | Retrieves the number of tabs in the tab control.|
44+
|[`CTabCtrl::GetItemRect`](#getitemrect) | Retrieves the bounding rectangle for a tab in a tab control.|
45+
|[`CTabCtrl::GetItemState`](#getitemstate) | Retrieves the state of the indicated tab control item.|
46+
|[`CTabCtrl::GetRowCount`](#getrowcount) | Retrieves the current number of rows of tabs in a tab control.|
47+
|[`CTabCtrl::GetToolTips`](#gettooltips) | Retrieves the handle of the tool tip control associated with a tab control.|
48+
|[`CTabCtrl::HighlightItem`](#highlightitem) | Sets the highlight state of a tab item.|
49+
|[`CTabCtrl::HitTest`](#hittest) | Determines which tab, if any, is at a specified screen position.|
50+
|[`CTabCtrl::InsertItem`](#insertitem) | Inserts a new tab in a tab control.|
51+
|[`CTabCtrl::RemoveImage`](#removeimage) | Removes an image from a tab control's image list.|
52+
|[`CTabCtrl::SetCurFocus`](#setcurfocus) | Sets the focus to a specified tab in a tab control.|
53+
|[`CTabCtrl::SetCurSel`](#setcursel) | Selects a tab in a tab control.|
54+
|[`CTabCtrl::SetExtendedStyle`](#setextendedstyle) | Sets the extended styles for a tab control.|
55+
|[`CTabCtrl::SetImageList`](#setimagelist) | Assigns an image list to a tab control.|
56+
|[`CTabCtrl::SetItem`](#setitem) | Sets some or all of a tab's attributes.|
57+
|[`CTabCtrl::SetItemExtra`](#setitemextra) | Sets the number of bytes per tab reserved for application-defined data in a tab control.|
58+
|[`CTabCtrl::SetItemSize`](#setitemsize) | Sets the width and height of an item.|
59+
|[`CTabCtrl::SetItemState`](#setitemstate) | Sets the state of the indicated tab control item.|
60+
|[`CTabCtrl::SetMinTabWidth`](#setmintabwidth) | Sets the minimum width of items in a tab control.|
61+
|[`CTabCtrl::SetPadding`](#setpadding) | Sets the amount of space (padding) around each tabs icon and label in a tab control.|
62+
|[`CTabCtrl::SetToolTips`](#settooltips) | Assigns a tool tip control to a tab control.|
6363
6464
## Remarks
6565

0 commit comments

Comments
 (0)