|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
TreeView_GetItemRect
The TreeView_GetItemRect macro retrieves the bounding rectangle for a tree-view item and indicates whether the item is visible. You can use this macro or explicitly send the TVM_GETITEMRECT message.
BOOL TreeView_GetItemRect(
hwnd, hitem, prc, fItemRect );
Parameters
hwnd
Handle to the tree-view control.
hitem
Handle to the tree-view item.
prc
Pointer to a RECT structure that receives the bounding rectangle. The coordinates are relative to the upper-left corner of the tree-view control.
fItemRect
Value specifying the portion of the item for which to retrieve the bounding rectangle. If this parameter is TRUE, the bounding rectangle includes only the text of the item. Otherwise, it includes the entire line that the item occupies in the tree-view control.
Return Values
If the item is visible and retrieves the bounding rectangle, the return value is TRUE. Otherwise, the TVM_GETITEMRECT message returns FALSE and does not retrieve the bounding rectangle.
See Also
RECT, TVM_GETITEMRECT
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
TreeView_GetItemRect
Макро TreeView_GetItemRect извлекает прямоугольник bounding для дерева-вида пункта и указывает независимо пункт видимое. Вы можете использовать это макро или явно посылать сообщение TVM_GETITEMRECT.
BOOL TreeView_GetItemRect(
hwnd, hitem, prc, fItemRect );
Параметры
hwnd
Прооперируйте дерево-вид управления.
hitem
Прооперируйте дерево-вид пункта.
prc
Указатель в структуру RECT, которая получает прямоугольник bounding. Координаты - относительно верхнего левого угла дерева-вида управления.
fItemRect
Оцените определяя часть пункта для которого, чтобы извлекать прямоугольник bounding. Если этот параметр является ИСТИНОЙ, прямоугольник bounding включает только текст пункта. В противном случае, это включает целую линию, которую пункт занимает в дерево-вид управления.
Обратные Величины
Если пункт видимый и извлекает прямоугольник bounding, обратная величина является ИСТИНОЙ. В противном случае, сообщение TVM_GETITEMRECT возвращает ЛОЖЬ и не извлекает прямоугольник bounding.
Смотри Также
RECT, TVM_GETITEMRECT
|
|
|
|
| |