BCGControlBar Library for .NET
ParentProp Property




Syntax
'Declaration
 
Public Property ParentProp As PropertyListItem
'Usage
 
Dim instance As PropertyListItem
Dim value As PropertyListItem
 
instance.ParentProp = value
 
value = instance.ParentProp
public PropertyListItem ParentProp {get; set;}
public: __property PropertyListItem* get_ParentProp();
public: __property void set_ParentProp( 
   PropertyListItem* value
);
public:
property PropertyListItem^ ParentProp {
   PropertyListItem^ get();
   void set (    PropertyListItem^ value);
}
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

PropertyListItem Class
PropertyListItem Members

Send Feedback