BCGControlBar Library for .NET
EnableOtherButton Property




Specifies if the color object collection of the color panel contains "Other" button. By click on the "Other" button a user can call a color dialog box to select custom color.  If we set a value of this property is equal to true and there is no "Other" button on the color panel, it will be added to this collection. Otherwise, if we set a value false and "Other" button is located on the color panel, it will be removed from the collection.
Syntax
'Declaration
 
Public Property EnableOtherButton As Boolean
'Usage
 
Dim instance As ColorPanel
Dim value As Boolean
 
instance.EnableOtherButton = value
 
value = instance.EnableOtherButton
public bool EnableOtherButton {get; set;}
public: __property bool get_EnableOtherButton();
public: __property void set_EnableOtherButton( 
   bool value
);
public:
property bool EnableOtherButton {
   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