BCGControlBar Library for .NET
BCGTypeDescriptorContext Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal designer As ComponentDesigner, _
   ByVal propDescr As PropertyDescriptor _
)
'Usage
 
Dim designer As ComponentDesigner
Dim propDescr As PropertyDescriptor
 
Dim instance As New BCGTypeDescriptorContext(designer, propDescr)
public BCGTypeDescriptorContext( 
   ComponentDesigner designer,
   PropertyDescriptor propDescr
)
public: BCGTypeDescriptorContext( 
   ComponentDesigner* designer,
   PropertyDescriptor* propDescr
)
public:
BCGTypeDescriptorContext( 
   ComponentDesigner^ designer,
   PropertyDescriptor^ propDescr
)

Parameters

designer
propDescr
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

BCGTypeDescriptorContext Class
BCGTypeDescriptorContext Members

Send Feedback