BCGControlBar Library for .NET
ClearProperty Method (BackstageGalleryDesigner)




Syntax
'Declaration
 
Protected Sub ClearProperty( _
   ByVal properties As IDictionary, _
   ByVal propName As String _
) 
'Usage
 
Dim instance As BackstageGalleryDesigner
Dim properties As IDictionary
Dim propName As String
 
instance.ClearProperty(properties, propName)
protected void ClearProperty( 
   IDictionary properties,
   string propName
)
protected: void ClearProperty( 
   IDictionary* properties,
   string* propName
) 
protected:
void ClearProperty( 
   IDictionary^ properties,
   String^ propName
) 

Parameters

properties
propName
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

Send Feedback