KnownColor (System.Drawing.KnownColor)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: System.Drawing.dll

Specifies the known system colors.

VB.NET C#

C#

public enum struct KnownColor : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

Hiérarchie System.Drawing

... System.Drawing.FontStyle System.Drawing.GraphicsUnit System.Drawing.KnownColor ... Syntaxe basée sur le .NET Framework version 1.1. Documentation version 1.1.1.

System.Drawing 层次结构 (.NET Framework 类库 - 简体中文)

System.Drawing.SizeF System.Enum System.Drawing.ContentAlignment System.Drawing.FontStyle System.Drawing.GraphicsUnit System.Drawing.KnownColor

CodeProject: Multi-color DropDownList using C#. Free source code and ...

How to get a list of color names from the System.Drawing.KnownColor enumeration ; How to exclude system environment colors, e.g. "Active Border" How to assign color to each row of the ...

CodeProject: Horizonal and Vertical Rules using System.Drawing ...

The hardest part of the implementation was trying to find the best color for the gray line and I finally stumbled across this color System.Drawing.KnownColor.ControlDark

vbAccelerator - Contents of code file: HLSRGB_HLSRGB_frmHLSRGBTester ...

Array arr = Enum.GetNames(typeof(System.Drawing.KnownColor)); cboColors.Items.AddRange((object[])arr); } ///

/// Clean up any resources ...

vbAccelerator - Contents of code file: CustomBorderColor.cs

... darkPen.Dispose(); lightPen.Dispose(); } ///

/// Returns the equivalent of the MBR IT/.NET 247 : System.Drawing Namespace [Details]

System.Drawing.KnownColor: System.Drawing.Pen: System.Drawing.Pens: System.Drawing.Point ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for your ...

KnownColor Enumeration

Member name Description; ActiveBorder: A system-defined color. ActiveCaption: A ... Previous Versions .NET Framework 1.1 .NET Framework Reference System.Drawing KnownColor Enumeration

msdn2.microsoft.com

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support