BCGControlBar Library for .NET
RightTopPanel Property




Syntax
'Declaration
 
Public Property RightTopPanel As Control
'Usage
 
Dim instance As BackstageTabPanel
Dim value As Control
 
instance.RightTopPanel = value
 
value = instance.RightTopPanel
public Control RightTopPanel {get; set;}
public: __property Control* get_RightTopPanel();
public: __property void set_RightTopPanel( 
   Control* value
);
public:
property Control^ RightTopPanel {
   Control^ get();
   void set (    Control^ 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

BackstageTabPanel Class
BackstageTabPanel Members

Send Feedback