Search Results for

    Show / Hide Table of Contents

    Class ColorHelper

    Static color utilities for the tab control, deriving the IDE-style tab background color from a given base control color (with special cases for Classic and XP themes).

    Inheritance
    object
    ColorHelper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class ColorHelper

    Constructors

    View Source

    ColorHelper()

    Declaration
    public ColorHelper()

    Methods

    View Source

    TabBackgroundFromBaseColor(Color)

    Declaration
    public static Color TabBackgroundFromBaseColor(Color backColor)
    Parameters
    Type Name Description
    Color backColor
    Returns
    Type Description
    Color
    • View Source
    In this article
    Back to top Generated by DocFX