Méthode | Description | |
---|---|---|
FindColorMatch ( |
||
FromKnownColor ( KnownColor kc ) : |
||
GetName ( KnownColor kc ) : string | ||
GetName ( short kc ) : string | ||
Update ( int knownColor, int color ) : void |
Méthode | Description | |
---|---|---|
GetSysColor ( GetSysColorIndex index ) : uint | ||
KnownColors ( ) | ||
RetrieveWindowsSystemColors ( ) : void |
public static FindColorMatch ( |
||
c | ||
Résultat |
public static FromKnownColor ( KnownColor kc ) : |
||
kc | KnownColor | |
Résultat |
public static GetName ( KnownColor kc ) : string | ||
kc | KnownColor | |
Résultat | string |
public static GetName ( short kc ) : string | ||
kc | short | |
Résultat | string |
public static Update ( int knownColor, int color ) : void | ||
knownColor | int | |
color | int | |
Résultat | void |