BCGControlBar Library for .NET
HasScrollButtons Property




Indicates a value whether the "scroll" buttons are located in the command panel.
Syntax
'Declaration
 
Public Property HasScrollButtons As Boolean
'Usage
 
Dim instance As TabStripCommandPanel
Dim value As Boolean
 
instance.HasScrollButtons = value
 
value = instance.HasScrollButtons
public bool HasScrollButtons {get; set;}
public: __property bool get_HasScrollButtons();
public: __property void set_HasScrollButtons( 
   bool value
);
public:
property bool HasScrollButtons {
   bool get();
   void set (    bool 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

TabStripCommandPanel Class
TabStripCommandPanel Members

Send Feedback