Version

RecordFilterDialog Method

Records open/closing of the filter dialog of the specified source object
Syntax
'Declaration
 
Protected Sub RecordFilterDialog( _
   ByVal oSourceObject As System.Object _
) 
protected void RecordFilterDialog( 
   System.object oSourceObject
)
protected: void RecordFilterDialog( 
   System.Object* oSourceObject
) 

Parameters

oSourceObject
Input source object to which the filter dialog belongs
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