BCGControlBar Library for .NET
AutomaticButton Property




Specifies the Automatic button located on the color panel.
Syntax
'Declaration
 
Public ReadOnly Property AutomaticButton As AutomaticButton
'Usage
 
Dim instance As ColorPanel
Dim value As AutomaticButton
 
value = instance.AutomaticButton
public AutomaticButton AutomaticButton {get;}
public: __property AutomaticButton* get_AutomaticButton();
public:
property AutomaticButton^ AutomaticButton {
   AutomaticButton^ 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

ColorPanel Class
ColorPanel Members

Send Feedback