FindItem Method
Description
Finds a TabControlItem by searching for the attached object's Handle.
Syntax
Public Function FindItem( _
ByVal hWnd As Integer _
) As [TabControlItem](XtremeCommandBars~TabControlItem.md)
Parameters
- hWnd: Handle to an object that is attached to a TabControlItem.
Return Type
Returns a reference to the TabControlItem that contains the object with the Handle specified by the hWnd parameter.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.