GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorPreview Class
Members
In This Topic
    GoColorPreview Class
    In This Topic
    The GoColorPreview class is a simple control that displays a color to the user.
    Syntax
    [DefaultProperty("Text")]
    [DefaultEvent("Click")]
    [Designer("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [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")]
    [DesignerCategory("Component")]
    internal class GoColorPreview : System.Windows.Forms.Control 
    Remarks
    It is possible that the color being displayed is not fully opaque.
    See Also