设置列表视图控件中的选择标记。 可以使用此宏或显式发送 LVM_SETSELECTIONMARK 消息。语法C++ 复制 INT ListView_SetSelectionMark( HWND hwnd, INT i ); 参数hwnd类型:HWND列表视图控件的句柄。i类型:INT要选择的列表视图项的从零开始的索引。返回值类型:INT返回...
设置列表视图控件中的选择标记。 可以显式发送此消息或使用ListView_SetSelectionMark宏。 参数 wParam 必须为零。 lParam 新选择标记的从零开始的索引。 如果设置为 -1,则删除选择标记。 返回值 返回上一个选择标记;如果没有上一个选择标记,则返回 -1。
int SetSelectionMark( int iIndex ); 参数iIndex 第一项的从零开始的索引在多个选定的。返回值以前选择标记或-1;如果未选中标记。备注此成员函数实现Win32宏,ListView_SetSelectionMark的行为,如 Windows SDK所述。示例为CListCtrl::GetSelectionMark参见示例。要求...
Définit la marque de sélection dans un contrôle list-view. Vous pouvez utiliser cette macro ou envoyer le message LVM_SETSELECTIONMARK explicitement.SyntaxeC++ Copier void ListView_SetSelectionMark( hwnd, i ); ParamètreshwndType : HWNDHandle...
This macro sets the selection mark in a list-view control.SyntaxCopy INT ListView_SetSelectionMark( HWND hwndLV, INT iIndex ); ParametershwndLV Handle to a list-view control.iIndex Zero-based index of the list-view item to be selected....
Returns the previous selection mark, or -1 if there is no previous selection mark. Remarks The selection mark is the item index from which a multiple selection starts. This macro does not affect the selection state of the item. Related messageLVM_SETSELECTIONMARK ...
INTListView_SetSelectionMark( HWND hwnd, INT i ); 参数 hwnd 类型:HWND 列表视图控件的句柄。 类型:INT 要选择的列表视图项的从零开始的索引。 返回值 类型:INT 返回上一个选择标记,或 -1 如果没有以前的选择标记。 言论 选择标记是项索引,从中开始多个选择。 此宏不会影响项目的选择状态。
设置列表视图控件中的选择标记。 可以使用此宏或显式发送 LVM_SETSELECTIONMARK 消息。语法C++ 复制 INT ListView_SetSelectionMark( HWND hwnd, INT i ); 参数hwnd类型:HWND列表视图控件的句柄。i类型:INT要选择的列表视图项的从零开始的索引。返回值类型:INT返回...
设置列表视图控件中的选择标记。 可以显式发送此消息或使用 ListView_SetSelectionMark 宏。参数wParam 必须为零。 lParam 新选择标记的从零开始的索引。 如果设置为 -1,则删除选择标记。返回值返回上一个选择标记;如果没有上一个选择标记,则返回 -1。备注...
This macro sets the selection mark in a list-view control.复制 INT ListView_SetSelectionMark(HWND hwndLV, INT iIndex ); ParametershwndLV Handle to a list-view control. iIndex Zero-based index of the list-view item to be selected.