BCGControlBar Library for .NET
RelatedPanel Property




Syntax
'Declaration
 
Public Property RelatedPanel As CategoryPanel
'Usage
 
Dim instance As CategoryItem
Dim value As CategoryPanel
 
instance.RelatedPanel = value
 
value = instance.RelatedPanel
public CategoryPanel RelatedPanel {get; set;}
public: __property CategoryPanel* get_RelatedPanel();
public: __property void set_RelatedPanel( 
   CategoryPanel* value
);
public:
property CategoryPanel^ RelatedPanel {
   CategoryPanel^ get();
   void set (    CategoryPanel^ 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

CategoryItem Class
CategoryItem Members

Send Feedback