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
The index supplied by *iItem* is based on the items currently displayed by the [CMFCShellListCtrl Class](../../mfc/reference/cmfcshelllistctrl-class.md) object.
@@ -213,7 +213,7 @@ BOOL IsDesktop() const;
213
213
```
214
214
215
215
### Return Value
216
-
`TRUE` if the displayed folder is the desktop folder; `FALSE` otherwise.
216
+
TRUE if the displayed folder is the desktop folder; FALSE otherwise.
A `LPAFX_SHELLITEMINFO` parameter that describes the item.
317
+
A LPAFX_SHELLITEMINFO parameter that describes the item.
318
318
319
319
### Return Value
320
320
A `CString` that contains the text associated with the item.
@@ -332,7 +332,7 @@ virtual void OnSetColumns();
332
332
```
333
333
334
334
### Remarks
335
-
By default, the framework creates four columns in a `CMFCShellListCtrl` object. The names of these columns are `Name`, `Size`, `Type`, and `Modified`. You can override this method to customize the number of columns and their names.
335
+
By default, the framework creates four columns in a `CMFCShellListCtrl` object. The names of these columns are **Name**, **Size**, **Type**, and **Modified**. You can override this method to customize the number of columns and their names.
Copy file name to clipboardExpand all lines: docs/mfc/reference/cmfcshelltreectrl-class.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ DWORD GetFlags() const;
82
82
```
83
83
84
84
### Return Value
85
-
A `DWORD` value that specifies the combination of flags currently set.
85
+
A DWORD value that specifies the combination of flags currently set.
86
86
87
87
### Remarks
88
88
The flags set in the `CMFCShellTreeCtrl` are sent to the method [IShellFolder::EnumObjects](http://msdn.microsoft.com/library/windows/desktop/bb775066) whenever the object is refreshed. You can change the flags with the [CMFCShellTreeCtrl::SetFlags](#setflags) method.
@@ -109,7 +109,7 @@ BOOL GetItemPath(
109
109
### Remarks
110
110
If this method fails, *strPath* contains the empty string.
111
111
112
-
If you do not specify *hTreeItem*, this method tries to obtain the string for the currently selected item. If no item is selected and *hTreeItem* is `NULL`, this method fails.
112
+
If you do not specify *hTreeItem*, this method tries to obtain the string for the currently selected item. If no item is selected and *hTreeItem* is NULL, this method fails.
Returns a pointer to the [CMFCShellListCtrl Class](../../mfc/reference/cmfcshelllistctrl-class.md) object that is associated with this [CMFCShellTreeCtrl](../../mfc/reference/cmfcshelltreectrl-class.md) object.
If `TRUE`, enable the processing of the mouse double-click. Otherwise disable the processing of the mouse double-click.
204
+
If TRUE, enable the processing of the mouse double-click. Otherwise disable the processing of the mouse double-click.
205
205
206
206
### Remarks
207
207
If the status bar is enabled to process double clicks, Windows sends the WM_COMMAND notification together with a resource ID to the owner of the status bar every time that the user double clicks on the status bar pane.
@@ -503,10 +503,10 @@ void SetPaneAnimation(
503
503
Specifies the frame rate, in milliseconds, for the animation.
504
504
505
505
[in]*bUpdate*
506
-
If `TRUE`, update the pane content immediately. Otherwise, the pane content is updated when it is invalidated.
506
+
If TRUE, update the pane content immediately. Otherwise, the pane content is updated when it is invalidated.
507
507
508
508
### Remarks
509
-
If you want to disable the current animation, call `SetPaneAnimation` with `hImageList` set to `NULL`.
509
+
If you want to disable the current animation, call `SetPaneAnimation` with `hImageList` set to NULL.
Specifies the transparent color of the bitmap that the *hBmp* indicates.
563
563
564
564
### Remarks
565
-
You can pass either `HICON` or `HBITMAP` together with the transparent color to set the pane's image. If you do not want to display the image any longer, pass the `NULL` value as the image handle.
565
+
You can pass either HICON or HBITMAP together with the transparent color to set the pane's image. If you do not want to display the image any longer, pass the NULL value as the image handle.
566
566
567
567
If there is any running animation that [CMFCStatusBar::SetPaneAnimation](#setpaneanimation) has set, the animation will be stopped.
568
568
@@ -662,7 +662,7 @@ void SetPaneTextColor(
662
662
Specifies the text color.
663
663
664
664
[in]*bUpdate*
665
-
If `TRUE`, update the pane content immediately. Otherwise, do not update the pane content until the pane is invalidated by another method.
665
+
If TRUE, update the pane content immediately. Otherwise, do not update the pane content until the pane is invalidated by another method.
0 commit comments