Version

GetItemHeader Method (DateFilterTreeViewProxy)

Returns the header of the item of the DateFilterTreeView control
Syntax
'Declaration
 
Protected Function GetItemHeader( _
   ByVal item As System.Object _
) As System.String
protected System.string GetItemHeader( 
   System.object item
)
protected: System.string* GetItemHeader( 
   System.Object* item
) 

Parameters

item
The DateFilterTreeView item

Return Value

Header of the item of the DateFilterTreeView control
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also