GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorButton Class
Members
In This Topic
    GoColorButton Class
    In This Topic
    The GoColorButton is a control containing a color-picking button and a GoColorPreview.
    Syntax
    [ToolboxItem(true)]
    [Designer("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
    [DesignerCategory("UserControl")]
    [DefaultEvent("Load")]
    [DefaultProperty("Text")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    internal class GoColorButton : GoPropertyUserControl, IGoPropertyControl  
    Remarks

    Assign the Property, PropertyPart, and PropertyChoice values so that this control knows which properties of which objects to modify.

    See Also