BCGControlBar Library for .NET
AutoHideButtons Property




Gets the collection of the AutoHideButtons within the AutoHidePanel.
Syntax
'Declaration
 
Public ReadOnly Property AutoHideButtons As ArrayList
'Usage
 
Dim instance As AutoHidePanel
Dim value As ArrayList
 
value = instance.AutoHideButtons
public ArrayList AutoHideButtons {get;}
public: __property ArrayList* get_AutoHideButtons();
public:
property ArrayList^ AutoHideButtons {
   ArrayList^ get();
}
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

AutoHidePanel Class
AutoHidePanel Members

Send Feedback