BCGControlBar Library for .NET
RelatedTabCommandObject Property




Specified the TabCommandObject associated with this CategoryPanel.
Syntax
'Declaration
 
Public Property RelatedTabCommandObject As TabCommandObject
'Usage
 
Dim instance As CategoryPanel
Dim value As TabCommandObject
 
instance.RelatedTabCommandObject = value
 
value = instance.RelatedTabCommandObject
public TabCommandObject RelatedTabCommandObject {get; set;}
public: __property TabCommandObject* get_RelatedTabCommandObject();
public: __property void set_RelatedTabCommandObject( 
   TabCommandObject* value
);
public:
property TabCommandObject^ RelatedTabCommandObject {
   TabCommandObject^ get();
   void set (    TabCommandObject^ 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

CategoryPanel Class
CategoryPanel Members

Send Feedback