BCGControlBar Library for .NET
PostFilterProperties Method (BackstageGalleryDesigner)




Syntax
'Declaration
 
Protected Overrides Sub PostFilterProperties( _
   ByVal properties As IDictionary _
) 
'Usage
 
Dim instance As BackstageGalleryDesigner
Dim properties As IDictionary
 
instance.PostFilterProperties(properties)
protected override void PostFilterProperties( 
   IDictionary properties
)
protected: void PostFilterProperties( 
   IDictionary* properties
) override 
protected:
void PostFilterProperties( 
   IDictionary^ properties
) override 

Parameters

properties
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

Reference

BackstageGalleryDesigner Class
BackstageGalleryDesigner Members
Base Implementation in PostFilterProperties

Send Feedback