You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[in]`pBar`|The base pane that the framework tests.|
91
+
|[in]*pBar*|The base pane that the framework tests.|
92
92
93
93
### Return Value
94
-
`TRUE` if `pBar` is derived from `CMFCAutoHideBar`; `FALSE` otherwise.
94
+
`TRUE` if *pBar* is derived from `CMFCAutoHideBar`; `FALSE` otherwise.
95
95
96
96
### Remarks
97
97
If a base pane object is derived from `CMFCAutoHideBar`, it can contain a `CAutoHideDockSite`.
@@ -111,14 +111,14 @@ virtual void DockPane(
111
111
|||
112
112
|-|-|
113
113
|Parameter|Description|
114
-
|[in]`pWnd`|The pane that the framework docks.|
115
-
|[in]`dockMethod`|Docking options for the pane.|
116
-
|[in]`lpRect`|A rectangle that specifies the boundaries for the docked pane.|
114
+
|[in]*pWnd*|The pane that the framework docks.|
115
+
|[in]*dockMethod*|Docking options for the pane.|
116
+
|[in]*lpRect*|A rectangle that specifies the boundaries for the docked pane.|
117
117
118
118
### Remarks
119
-
The default implementation does not use the parameter `dockMethod`, which is provided for future use.
119
+
The default implementation does not use the parameter *dockMethod*, which is provided for future use.
120
120
121
-
If `lpRect` is `NULL`, the framework puts the pane in the default location on the dock site. If the dock site is horizontal, the default location is at the far left of the dock site. Otherwise, the default location is at the top of the dock site.
121
+
If *lpRect* is `NULL`, the framework puts the pane in the default location on the dock site. If the dock site is horizontal, the default location is at the far left of the dock site. Otherwise, the default location is at the top of the dock site.
|[in]`pAutoHideToolbar`|A pointer to a [CMFCAutoHideBar](../../mfc/reference/cmfcautohidebar-class.md) object pane located on the `CAutoHideDockSite`.|
207
+
|[in]*pAutoHideToolbar*|A pointer to a [CMFCAutoHideBar](../../mfc/reference/cmfcautohidebar-class.md) object pane located on the `CAutoHideDockSite`.|
208
208
209
209
### Remarks
210
-
This method searches for the row that contains `pAutoHideToolbar`. It calls `CMFCAutoHideBar.UnSetAutoHideMode` for all the `CMFCAutoHideBar` objects on that row. If `pAutoHideToolbar` is not found or it is `NULL`, this method calls `CMFCAutoHideBar.UnSetAutoHideMode` for all the `CMFCAutoHideBar` objects on the `CAutoHideDockSite`.
210
+
This method searches for the row that contains *pAutoHideToolbar*. It calls `CMFCAutoHideBar.UnSetAutoHideMode` for all the `CMFCAutoHideBar` objects on that row. If *pAutoHideToolbar* is not found or it is `NULL`, this method calls `CMFCAutoHideBar.UnSetAutoHideMode` for all the `CMFCAutoHideBar` objects on the `CAutoHideDockSite`.
Copy file name to clipboardexpand all lines: docs/mfc/reference/cbasekeyframe-class.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,10 @@ virtual BOOL AddToStoryboard(
67
67
```
68
68
69
69
### Parameters
70
-
`pStoryboard`
70
+
*pStoryboard*
71
71
A pointer to a storyboard.
72
72
73
-
`bDeepAdd`
73
+
*bDeepAdd*
74
74
If this parameter is TRUE and the keyframe being added depends on some other keyframe or transition, this method tries to add this keyframe or transition to storyboard first.
0 commit comments