BCGControlBar Library for .NET
EnableAutomaticButton Property




Specifies if the color object collection of the color panel contains automatic button. If we set a value of this property is equal to true and there is no automatic button on the color panel, it will be added to this collection. Otherwise, if we set a value false and automatic button is located on the color panel, it will be removed from the collection.
Syntax
'Declaration
 
Public Property EnableAutomaticButton As Boolean
'Usage
 
Dim instance As ColorPanel
Dim value As Boolean
 
instance.EnableAutomaticButton = value
 
value = instance.EnableAutomaticButton
public bool EnableAutomaticButton {get; set;}
public: __property bool get_EnableAutomaticButton();
public: __property void set_EnableAutomaticButton( 
   bool value
);
public:
property bool EnableAutomaticButton {
   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

ColorPanel Class
ColorPanel Members

Send Feedback