'Declaration Public Overloads Sub ShowCustomFilterSelectionControl( _ ByVal recordFilter As RecordFilter, _ ByVal recordManager As RecordManager _ )
public void ShowCustomFilterSelectionControl( RecordFilter recordFilter, RecordManager recordManager )
When running locally a modal top level window will be created as the container to host the CustomFilterSelectionControl. When running in the browser as an XBAP application, a special control that simulates a window is created as the container to get around the lack of top level window support in XBAP applications (modality is also simulated in this case).
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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