На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

TreeView_GetNextItem



The TreeView_GetNextItem macro retrieves the tree-view item that bears the specified relationship to a specified item. You can use this macro or one of the related macros, or you can explicitly send the TVM_GETNEXTITEM message.

HTREEITEM TreeView_GetNextItem(

hwnd,
hitem,
flag
);


Parameters

hwnd

Handle to the tree-view control.

hitem

Handle to an item.

flag

Flag specifying the item to retrieve. This parameter can be one of the following values:

Value Message
TVGN_CARET Retrieves the currently selected item. You can use the TreeView_GetSelection macro to send this message.
TVGN_CHILD Retrieves the first child item of the item specified by the hitem parameter. You can use the TreeView_GetChild macro to send this message.
TVGN_DROPHILITE Retrieves the item that is the target of a drag-and-drop operation. You can use the TreeView_GetDropHilite macro to send this message.
TVGN_FIRSTVISIBLE Retrieves the first visible item. You can use the TreeView_GetFirstVisible macro to send this message.
TVGN_NEXT Retrieves the next sibling item. You can use the TreeView_GetNextSibling macro to send this message.
TVGN_NEXTVISIBLE Retrieves the next visible item that follows the specified item. The specified item must be visible. Use the TVM_GETITEMRECT message to determine whether an item is visible. You can use the TreeView_GetNextVisible macro to send this message.
TVGN_PARENT Retrieves the parent of the specified item. You can use the TreeView_GetParent macro to send this message.
TVGN_PREVIOUS Retrieves the previous sibling item. You can use the TreeView_GetPrevSibling macro to send this message.
TVGN_PREVIOUSVISIBLE Retrieves the first visible item that precedes the specified item. The specified item must be visible. Use the TVM_GETITEMRECT message to determine whether an item is visible. You can use the TreeView_GetPrevVisible macro to send this message.
TVGN_ROOT Retrieves the topmost or very first item of the tree-view control. You can use the TreeView_GetRoot macro to send this message.


Return Values

Returns the handle to the item if successful or NULL otherwise.

See Also

TreeView_GetChild, TreeView_GetDropHilite, TreeView_GetFirstVisible, TreeView_GetNextSibling, TreeView_GetNextVisible, TreeView_GetParent, TreeView_GetPrevSibling, TreeView_GetPrevVisible, TreeView_GetRoot, TreeView_GetSelection, TVM_GETITEMRECT, TVM_GETNEXTITEM


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

TreeView_GetNextItem



Макро TreeView_GetNextItem извлекает дерево-вид пункта, которое несет определенное отношение в определенный пункт. Вы можете использовать это макро или одно из связанных макро, или Вы можете явно послать сообщение TVM_GETNEXTITEM.

HTREEITEM TreeView_GetNextItem(

hwnd, hitem, флаг
);


Параметры

hwnd

Прооперируйте дерево-вид управления.

hitem

Прооперируйте пункт.

флаг

Сигнализируйте определяя пункт, чтобы извлекаться. Этот параметр может быть одним из следующего величин:

Сообщение Величины
TVGN_CARET Извлекает к настоящему времени выбранный пункт. Вы можете использовать макро TreeView_GetSelection, чтобы посылать это сообщение.
TVGN_CHILD Извлекает первый пункт ребенка пункта определенного параметром hitem. Вы можете использовать макро TreeView_GetChild, чтобы посылать это сообщение.
TVGN_DROPHILITE Извлекает пункт, который - объект помехи-и-действие капли. Вы можете использовать макро TreeView_GetDropHilite, чтобы посылать это сообщение.
TVGN_FIRSTVISIBLE Извлекает первый видимый пункт. Вы можете использовать макро TreeView_GetFirstVisible, чтобы посылать это сообщение.
TVGN_NEXT Извлекает следующий пункт брата. Вы можете использовать макро TreeView_GetNextSibling, чтобы посылать это сообщение.
TVGN_NEXTVISIBLE Извлекает следующий видимый пункт за которым следует определенному пункту. Определенный пункт должен быть видимым. Используйте сообщение TVM_GETITEMRECT, чтобы определять независимо пункт видимое. Вы можете использовать макро TreeView_GetNextVisible, чтобы посылать это сообщение.
TVGN_PARENT Извлекает родителя определенного пункта. Вы можете использовать макро TreeView_GetParent, чтобы посылать это сообщение.
TVGN_PREVIOUS Извлекает предшествующий пункт брата. Вы можете использовать макро TreeView_GetPrevSibling, чтобы посылать это сообщение.
TVGN_PREVIOUSVISIBLE Извлекает первый видимый пункт, который предшествует определенному пункту. Определенный пункт должен быть видимым. Используйте сообщение TVM_GETITEMRECT, чтобы определять независимо пункт видимое. Вы можете использовать макро TreeView_GetPrevVisible, чтобы посылать это сообщение.
TVGN_ROOT Извлекает самый верхний или очень первый пункт дерева-вида управления. Вы можете использовать макро TreeView_GetRoot, чтобы посылать это сообщение.


Обратные Величины

Возвращает ручку в пункт если успешный или НЕДЕЙСТВИТЕЛЬНЫЙ в противном случае.

Смотри Также

TreeView_GetChild, TreeView_GetDropHilite, TreeView_GetFirstVisible, TreeView_GetNextSibling, TreeView_GetNextVisible, TreeView_GetParent, TreeView_GetPrevSibling, TreeView_GetPrevVisible, TreeView_GetRoot, TreeView_GetSelection, TVM_GETITEMRECT, TVM_GETNEXTITEM


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz