Version

AssignPropertyDescriptorToPropertyItem Method

Assigns the specified PropertyDescriptor to the specified PropertyGridPropertyItem.
Syntax
'Declaration
 
Public Overridable Function AssignPropertyDescriptorToPropertyItem( _
   ByVal propDescriptor As PropertyDescriptor, _
   ByVal propItem As PropertyGridPropertyItem _
) As Boolean
public virtual bool AssignPropertyDescriptorToPropertyItem( 
   PropertyDescriptor propDescriptor,
   PropertyGridPropertyItem propItem
)

Parameters

propDescriptor
The PropertyDescriptor to assign to the specified PropertyGridPropertyItem.
propItem
The PropertyGridPropertyItem to which the specified PropertyDescriptor should be assigned.

Return Value

True if successful, otherwise false.
Requirements

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

See Also