PMS32 Online- Hilfereferenz

MY.GDI.DRAWING.SYSTEMCOLORS

SystemColors - Farben unter Windows


Hilfe: GDI Method or Property
Farben unter Windows


Code: GDI Method or Property
*/ Kurzbeispiel für den Zugriff auf diese Struktur
*/ Der Zugriff erfolgt über: My.GDI.Drawing.SystemColors
*/ 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 loSystemColors AS My.GDI.Drawing.SystemColors
*/ Setzen der Variablen
loSystemColors = My.GDI.Drawing.SystemColors
*/ Jetzt erst die Schleifen durchlaufen... man beachte ALL, dass können ne Menge Sätze sein...
REPLACE ALL Feldname1 WITH loSystemColors.Function1(),Feldname2 WITH loSystemColors.Function1(), ...
*/ Oder in einer Schleife...
SCAN
	lvValue = loSystemColors.Function(Alias.Spalte) + 25
	lvValue = loSystemColors.Function2(m.lvValue)
	REPLACE Feldname WITH m.lvValue,...
ENDSCAN
*/ Es sind auch geschachtelte Aufrufe möglich...

Memberliste von SystemColors


Liste der Methoden von SystemColors


Liste der Properties von SystemColors


ActiveBorder - GDI Method or Property

Gets a Color structure that is the color of the active window's border.
Hilfeinformation
Gets a Color structure that is the color of the active window's border.

Aufrufinformation
Array = My.GDI.Drawing.SystemColors.ActiveBorder
Codeinformation


ActiveCaption - GDI Method or Property

Gets a Color structure that is the color of the background of the active window's title bar.
Hilfeinformation
Gets a Color structure that is the color of the background of the active window's title bar.

Aufrufinformation
Array = My.GDI.Drawing.SystemColors.ActiveCaption
Codeinformation


ActiveCaptionText - GDI Method or Property

Gets a Color structure that is the color of the text in the active window's title bar.
Hilfeinformation
Gets a Color structure that is the color of the text in the active window's title bar.

Aufrufinformation
Array = My.GDI.Drawing.SystemColors.ActiveCaptionText
Codeinformation


AppWorkspace - GDI Method or Property

Gets a Color structure that is the color of the application workspace. The application workspace is the area in a multiple-document view that is not being occupied by documents.
Hilfeinformation
Gets a Color structure that is the color of the application workspace. The application workspace is the area in a multiple-document view that is not being occupied by documents.

Aufrufinformation
Array = My.GDI.Drawing.SystemColors.AppWorkspace
Codeinformation


BaseName - Basisname

Name der Basisklasse in der GDI Struktur
Hilfeinformation
Name der Basisklasse in der GDI Struktur

Aufrufinformation
Number = My.GDI.Drawing.SystemColors.BaseName
Codeinformation
WAIT WINDOW My.GDI.Drawing.SystemColors.BaseName

Control - GDI Method or Property

Gets a Color structure that is the face color of a 3-D element.
Hilfeinformation
Gets a Color structure that is the face color of a 3-D element.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.Control
Codeinformation


ControlDark - GDI Method or Property

Gets a Color structure that is the shadow color of a 3-D element. The shadow color is applied to parts of a 3-D element that face away from the light source.
Hilfeinformation
Gets a Color structure that is the shadow color of a 3-D element. The shadow color is applied to parts of a 3-D element that face away from the light source.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.ControlDark
Codeinformation


ControlDarkDark - GDI Method or Property

Gets a Color structure that is the dark shadow color of a 3-D element. The dark shadow color is applied to the parts of a 3-D element that are the darkest color.
Hilfeinformation
Gets a Color structure that is the dark shadow color of a 3-D element. The dark shadow color is applied to the parts of a 3-D element that are the darkest color.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.ControlDarkDark
Codeinformation


ControlLight - GDI Method or Property

Gets a Color structure that is the light color of a 3-D element. The light color is applied to parts of a 3-D element that face the light source.
Hilfeinformation
Gets a Color structure that is the light color of a 3-D element. The light color is applied to parts of a 3-D element that face the light source.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.ControlLight
Codeinformation


ControlLightLight - GDI Method or Property

Gets a Color structure that is the highlight color of a 3-D element. The highlight color is applied to the parts of a 3-D element that are the lightest color.
Hilfeinformation
Gets a Color structure that is the highlight color of a 3-D element. The highlight color is applied to the parts of a 3-D element that are the lightest color.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.ControlLightLight
Codeinformation


ControlText - GDI Method or Property

Gets a Color structure that is the color of text in a 3-D element.
Hilfeinformation
Gets a Color structure that is the color of text in a 3-D element.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.ControlText
Codeinformation


Desktop - GDI Method or Property

Gets a Color structure that is the color of the desktop.
Hilfeinformation
Gets a Color structure that is the color of the desktop.

Aufrufinformation
Date = My.GDI.Drawing.SystemColors.Desktop
Codeinformation


GrayText - GDI Method or Property

Gets a Color structure that is the color of dimmed text. Items in a list that are disabled are displayed in dimmed text.
Hilfeinformation
Gets a Color structure that is the color of dimmed text. Items in a list that are disabled are displayed in dimmed text.

Aufrufinformation
General = My.GDI.Drawing.SystemColors.GrayText
Codeinformation


Highlight - GDI Method or Property

Gets a Color structure that is the color of the background of selected items. This includes selected menu items as well as selected text. For example, the Color structure may be the color used for the background of selected items in a list box.
Hilfeinformation
Gets a Color structure that is the color of the background of selected items. This includes selected menu items as well as selected text. For example, the Color structure may be the color used for the background of selected items in a list box.

Aufrufinformation
H = My.GDI.Drawing.SystemColors.Highlight
Codeinformation


HighlightText - GDI Method or Property

Gets a Color structure that is the color of the text of selected items. For example, the Color structure may be the color used for the text of selected items in a list box.
Hilfeinformation
Gets a Color structure that is the color of the text of selected items. For example, the Color structure may be the color used for the text of selected items in a list box.

Aufrufinformation
H = My.GDI.Drawing.SystemColors.HighlightText
Codeinformation


HotTrack - GDI Method or Property

Gets a Color structure that is the color used to designate a hot-tracked item. Single-clicking a hot-tracked item executes the item.
Hilfeinformation
Gets a Color structure that is the color used to designate a hot-tracked item. Single-clicking a hot-tracked item executes the item.

Aufrufinformation
H = My.GDI.Drawing.SystemColors.HotTrack
Codeinformation


InactiveBorder - GDI Method or Property

Gets a Color structure that is the color of an inactive window's border.
Hilfeinformation
Gets a Color structure that is the color of an inactive window's border.

Aufrufinformation
Number = My.GDI.Drawing.SystemColors.InactiveBorder
Codeinformation


InactiveCaption - GDI Method or Property

Gets a Color structure that is the color of the background of an inactive window's title bar.
Hilfeinformation
Gets a Color structure that is the color of the background of an inactive window's title bar.

Aufrufinformation
Number = My.GDI.Drawing.SystemColors.InactiveCaption
Codeinformation


InactiveCaptionText - GDI Method or Property

Gets a Color structure that is the color of the text in an inactive window's title bar.
Hilfeinformation
Gets a Color structure that is the color of the text in an inactive window's title bar.

Aufrufinformation
Number = My.GDI.Drawing.SystemColors.InactiveCaptionText
Codeinformation


Info - GDI Method or Property

Gets a Color structure that is the color of the background of a ToolTip.
Hilfeinformation
Gets a Color structure that is the color of the background of a ToolTip.

Aufrufinformation
Number = My.GDI.Drawing.SystemColors.Info
Codeinformation


InfoText - GDI Method or Property

Gets a Color structure that is the color of the text of a ToolTip.
Hilfeinformation
Gets a Color structure that is the color of the text of a ToolTip.

Aufrufinformation
Number = My.GDI.Drawing.SystemColors.InfoText
Codeinformation


Menu - GDI Method or Property

Gets a Color structure that is the color of a menu's background.
Hilfeinformation
Gets a Color structure that is the color of a menu's background.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.Menu
Codeinformation


MenuText - GDI Method or Property

Gets a Color structure that is the color of a menu's text.
Hilfeinformation
Gets a Color structure that is the color of a menu's text.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.MenuText
Codeinformation


ScrollBar - GDI Method or Property

Gets a Color structure that is the color of the background of a scroll bar.
Hilfeinformation
Gets a Color structure that is the color of the background of a scroll bar.

Aufrufinformation
S = My.GDI.Drawing.SystemColors.ScrollBar
Codeinformation


Window - GDI Method or Property

Gets a Color structure that is the color of the background in the client area of a window.
Hilfeinformation
Gets a Color structure that is the color of the background in the client area of a window.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.Window
Codeinformation


WindowFrame - GDI Method or Property

Gets a Color structure that is the color of a window frame.
Hilfeinformation
Gets a Color structure that is the color of a window frame.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.WindowFrame
Codeinformation


WindowText - GDI Method or Property

Gets a Color structure that is the color of the text in the client area of a window.
Hilfeinformation
Gets a Color structure that is the color of the text in the client area of a window.

Aufrufinformation
String = My.GDI.Drawing.SystemColors.WindowText
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.SystemColors.cMethod
Codeinformation
*/ Abruf...
WAIT WINDOW My.GDI.Drawing.SystemColors.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.SystemColors.nError
Codeinformation
WAIT WINDOW My.GDI.Drawing.SystemColors.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.SystemColors.nLine
Codeinformation
WAIT WINDOW My.GDI.Drawing.SystemColors.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