PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.COLOR

Color - Behandlung von Farben unter Windows.


Hilfe: GDI Method or Property
Behandlung von Farben unter Windows.


Code: GDI Method or Property
*/ Kurzbeispiel für den Zugriff auf diese Struktur
*/ Der Zugriff erfolgt über: My.GDI.Drawing.Color
*/ Wird dieses Objekt in einem REPLACE oder einer Schleife SCAN ... ENDSCAN | FOR ... NEXT benötigt
*/ so sollte vor der Schleife die Objektstruktur in eine Variable geholt werden!
*/ Die Ausführungsgeschwindigkeit wird dadurch sehr vergrößert!
*/ Beispiel:
*/ Definieren einer LOKALEN Variablen
LOCAL loColor AS My.GDI.Drawing.Color
*/ Setzen der Variablen
loColor = My.GDI.Drawing.Color
*/ Jetzt erst die Schleifen durchlaufen... man beachte ALL, dass können ne Menge Sätze sein...
REPLACE ALL Feldname1 WITH loColor.Function1(),Feldname2 WITH loColor.Function1(), ...
*/ Oder in einer Schleife...
SCAN
	lvValue = loColor.Function(Alias.Spalte) + 25
	lvValue = loColor.Function2(m.lvValue)
	REPLACE Feldname WITH m.lvValue,...
ENDSCAN
*/ Es sind auch geschachtelte Aufrufe möglich...

Memberliste von Color


Liste der Methoden von Color


Liste der Properties von Color


AliceBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Array = My.GDI.Drawing.Color.AliceBlue
Codeinformation


AntiqueWhite - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Array = My.GDI.Drawing.Color.AntiqueWhite
Codeinformation


Aqua - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Array = My.GDI.Drawing.Color.Aqua
Codeinformation


Aquamarine - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Array = My.GDI.Drawing.Color.Aquamarine
Codeinformation


Azure - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Array = My.GDI.Drawing.Color.Azure
Codeinformation


Beige - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Beige
Codeinformation


Bisque - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Bisque
Codeinformation


Black - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Black
Codeinformation


BlanchedAlmond - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.BlanchedAlmond
Codeinformation


Blue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Blue
Codeinformation


BlueViolet - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.BlueViolet
Codeinformation


Brown - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Brown
Codeinformation


BurlyWood - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.BurlyWood
Codeinformation


CadetBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.CadetBlue
Codeinformation


Chartreuse - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Chartreuse
Codeinformation


Chocolate - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Chocolate
Codeinformation


Coral - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Coral
Codeinformation


CornflowerBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.CornflowerBlue
Codeinformation


Cornsilk - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Cornsilk
Codeinformation


Crimson - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Crimson
Codeinformation


Cyan - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Cyan
Codeinformation


DarkBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkBlue
Codeinformation


DarkCyan - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkCyan
Codeinformation


DarkGoldenrod - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkGoldenrod
Codeinformation


DarkGray - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkGray
Codeinformation


DarkGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkGreen
Codeinformation


DarkKhaki - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkKhaki
Codeinformation


DarkMagenta - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkMagenta
Codeinformation


DarkOliveGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkOliveGreen
Codeinformation


DarkOrange - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkOrange
Codeinformation


DarkOrchid - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkOrchid
Codeinformation


DarkRed - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkRed
Codeinformation


DarkSalmon - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkSalmon
Codeinformation


DarkSeaGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkSeaGreen
Codeinformation


DarkSlateBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkSlateBlue
Codeinformation


DarkSlateGray - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkSlateGray
Codeinformation


DarkTurquoise - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkTurquoise
Codeinformation


DarkViolet - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DarkViolet
Codeinformation


DeepPink - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DeepPink
Codeinformation


DeepSkyBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DeepSkyBlue
Codeinformation


DimGray - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DimGray
Codeinformation


DodgerBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Date = My.GDI.Drawing.Color.DodgerBlue
Codeinformation


Firebrick - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Firebrick
Codeinformation


FloralWhite - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.FloralWhite
Codeinformation


ForestGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.ForestGreen
Codeinformation


Fuchsia - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Fuchsia
Codeinformation


Gainsboro - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
General = My.GDI.Drawing.Color.Gainsboro
Codeinformation


GhostWhite - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
General = My.GDI.Drawing.Color.GhostWhite
Codeinformation


Gold - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
General = My.GDI.Drawing.Color.Gold
Codeinformation


Goldenrod - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
General = My.GDI.Drawing.Color.Goldenrod
Codeinformation


Gray - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
General = My.GDI.Drawing.Color.Gray
Codeinformation


Green - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
General = My.GDI.Drawing.Color.Green
Codeinformation


GreenYellow - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
General = My.GDI.Drawing.Color.GreenYellow
Codeinformation


Honeydew - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
H = My.GDI.Drawing.Color.Honeydew
Codeinformation


HotPink - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
H = My.GDI.Drawing.Color.HotPink
Codeinformation


IndianRed - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.IndianRed
Codeinformation


Indigo - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Indigo
Codeinformation


Ivory - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Ivory
Codeinformation


Khaki - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
K = My.GDI.Drawing.Color.Khaki
Codeinformation


Lavender - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.Lavender
Codeinformation


LavenderBlush - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LavenderBlush
Codeinformation


LawnGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LawnGreen
Codeinformation


LemonChiffon - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LemonChiffon
Codeinformation


LightBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightBlue
Codeinformation


LightCoral - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightCoral
Codeinformation


LightCyan - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightCyan
Codeinformation


LightGoldenrodYellow - GDI Method or Property


Hilfeinformation

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightGoldenrodYellow
Codeinformation


LightGray - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightGray
Codeinformation


LightGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightGreen
Codeinformation


LightPink - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightPink
Codeinformation


LightSalmon - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightSalmon
Codeinformation


LightSeaGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightSeaGreen
Codeinformation


LightSkyBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightSkyBlue
Codeinformation


LightSlateGray - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightSlateGray
Codeinformation


LightSteelBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightSteelBlue
Codeinformation


LightYellow - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LightYellow
Codeinformation


Lime - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.Lime
Codeinformation


LimeGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.LimeGreen
Codeinformation


Linen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Boolean = My.GDI.Drawing.Color.Linen
Codeinformation


Magenta - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Magenta
Codeinformation


Maroon - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Maroon
Codeinformation


MediumAquamarine - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MediumAquamarine
Codeinformation


MediumBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MediumBlue
Codeinformation


MediumOrchid - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MediumOrchid
Codeinformation


MediumPurple - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MediumPurple
Codeinformation


MediumSeaGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MediumSeaGreen
Codeinformation


MediumSlateBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MediumSlateBlue
Codeinformation


MediumSpringGreen - GDI Method or Property


Hilfeinformation

Aufrufinformation
String = My.GDI.Drawing.Color.MediumSpringGreen
Codeinformation


MediumTurquoise - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MediumTurquoise
Codeinformation


MediumVioletRed - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MediumVioletRed
Codeinformation


MidnightBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MidnightBlue
Codeinformation


MintCream - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MintCream
Codeinformation


MistyRose - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.MistyRose
Codeinformation


Moccasin - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Moccasin
Codeinformation


NavajoWhite - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.NavajoWhite
Codeinformation


Navy - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Navy
Codeinformation


OldLace - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Object = My.GDI.Drawing.Color.OldLace
Codeinformation


Olive - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Object = My.GDI.Drawing.Color.Olive
Codeinformation


OliveDrab - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Object = My.GDI.Drawing.Color.OliveDrab
Codeinformation


Orange - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Object = My.GDI.Drawing.Color.Orange
Codeinformation


OrangeRed - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Object = My.GDI.Drawing.Color.OrangeRed
Codeinformation


Orchid - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Object = My.GDI.Drawing.Color.Orchid
Codeinformation


PaleGoldenrod - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.PaleGoldenrod
Codeinformation


PaleGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.PaleGreen
Codeinformation


PaleTurquoise - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.PaleTurquoise
Codeinformation


PaleVioletRed - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.PaleVioletRed
Codeinformation


PapayaWhip - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.PapayaWhip
Codeinformation


PeachPuff - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.PeachPuff
Codeinformation


Peru - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.Peru
Codeinformation


Pink - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.Pink
Codeinformation


Plum - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.Plum
Codeinformation


PowderBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.PowderBlue
Codeinformation


Purple - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
P = My.GDI.Drawing.Color.Purple
Codeinformation


Red - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
R = My.GDI.Drawing.Color.Red
Codeinformation


RosyBrown - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
R = My.GDI.Drawing.Color.RosyBrown
Codeinformation


RoyalBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
R = My.GDI.Drawing.Color.RoyalBlue
Codeinformation


SaddleBrown - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.SaddleBrown
Codeinformation


Salmon - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.Salmon
Codeinformation


SandyBrown - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.SandyBrown
Codeinformation


SeaGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.SeaGreen
Codeinformation


SeaShell - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.SeaShell
Codeinformation


Sienna - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.Sienna
Codeinformation


Silver - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.Silver
Codeinformation


SkyBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.SkyBlue
Codeinformation


SlateBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.SlateBlue
Codeinformation


SlateGray - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.SlateGray
Codeinformation


Snow - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.Snow
Codeinformation


SpringGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.SpringGreen
Codeinformation


SteelBlue - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
S = My.GDI.Drawing.Color.SteelBlue
Codeinformation


Tan - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
DateTime = My.GDI.Drawing.Color.Tan
Codeinformation


Teal - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
DateTime = My.GDI.Drawing.Color.Teal
Codeinformation


Thistle - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
DateTime = My.GDI.Drawing.Color.Thistle
Codeinformation


Tomato - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
DateTime = My.GDI.Drawing.Color.Tomato
Codeinformation


Transparent - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
DateTime = My.GDI.Drawing.Color.Transparent
Codeinformation


Turquoise - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
DateTime = My.GDI.Drawing.Color.Turquoise
Codeinformation


Violet - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Violet
Codeinformation


Wheat - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.Wheat
Codeinformation


White - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.White
Codeinformation


WhiteSmoke - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
String = My.GDI.Drawing.Color.WhiteSmoke
Codeinformation


Yellow - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.Yellow
Codeinformation


YellowGreen - GDI Method or Property

Gets a system defined color
Hilfeinformation
Gets a system defined color

Aufrufinformation
Number = My.GDI.Drawing.Color.YellowGreen
Codeinformation


cMethod - Methode des Fehlers

Methode in der der letzte Fehler auftrat.
Hilfeinformation
Methode in der der letzte Fehler auftrat.
Aufbau: [Fehlernummer] [Methode] [Zeilennummer] [Message]

Aufrufinformation
String = My.GDI.Drawing.Color.cMethod
Codeinformation
*/ Abruf...
WAIT WINDOW My.GDI.Drawing.Color.cMethod

nError - Fehlernummer d. Fehlers

Fehlernummer des letzten Fehlers.
Hilfeinformation
Fehlernummer des letzten Fehlers.
Ist der Wert kleiner null, so handelt es sich um einen logischen Fehler.

Aufrufinformation
Number = My.GDI.Drawing.Color.nError
Codeinformation
WAIT WINDOW My.GDI.Drawing.Color.nError

nLine - Zeilennummer d. Fehlers

Zeilennummer, in der der letzte Fehler auftrat
Hilfeinformation
Zeilennummer, in der der letzte Fehler auftrat

Aufrufinformation
Number = My.GDI.Drawing.Color.nLine
Codeinformation
WAIT WINDOW My.GDI.Drawing.Color.nLine


Siehe auch : Hauptmenü /  Hauptindex /  Such Index /  Cursor Index /  Programm Module /  Tabellen Index /  Tabellenmodule /  Masken Index /  Programmcode Index /  Servicepacks /  My.Struktur /  Funktionen /  Sonstiges Index

Lokale Benutzerhilfe : Meine eigene Hilfe /  Zurück zur PMS32 - Hilfe


Dateiversion:1.0.04#3648 - H.U.DD#SSFF 02.12.2022  Senden Sie Ihren Kommentar zu diesem Thema an das Entwicklungsteam von PMS32  Weitere Informationen finden Sie unter der aktuellen PMS32 WEB-Hilfe
Die Informationen dieser Mitteilung sind vertraulich und nur für Sie bestimmt. Unbefugtes Weiterleiten,  Veröffentlichen, Kopieren usw. sind untersagt und werden gerichtlich verfolgt.  © PMS Compelec GmbH 2022 ® el-Projekt