Method | Description | |
---|---|---|
ControlMouseEnter ( object sender, |
||
ControlMouseLeave ( object sender, |
||
ElementExists ( string element ) : bool | ||
GetElementColor ( string element ) : Color | ||
GetElementImage ( string element ) : Image | ||
GetHealthColor ( double percentage ) : Color | ||
GetImage ( string name ) : Image | ||
GoldToText ( double gold ) : string | ||
GoldToText ( long gold ) : string | ||
InitializeElement ( |
||
InitializeStyle ( ) : void | ||
StyleElement ( |
Method | Description | |
---|---|---|
LoadImage ( string file, string name ) : void |
public static ControlMouseEnter ( object sender, |
||
sender | object | |
e | ||
return | void |
public static ControlMouseLeave ( object sender, |
||
sender | object | |
e | ||
return | void |
public static ElementExists ( string element ) : bool | ||
element | string | |
return | bool |
public static GetElementColor ( string element ) : Color | ||
element | string | |
return | Color |
public static GetElementImage ( string element ) : Image | ||
element | string | |
return | Image |
public static GetHealthColor ( double percentage ) : Color | ||
percentage | double | |
return | Color |
public static GetImage ( string name ) : Image | ||
name | string | |
return | Image |
public static GoldToText ( double gold ) : string | ||
gold | double | |
return | string |
public static GoldToText ( long gold ) : string | ||
gold | long | |
return | string |
public static InitializeElement ( |
||
c | ||
return | void |
public static StyleElement ( |
||
c | ||
return | void |
public static Color AutoHotkeyCommandColor | ||
return | Color |
public static Color AutoHotkeyCommentColor | ||
return | Color |
public static Color AutoHotkeyKeywordColor | ||
return | Color |
public static Color AutoHotkeyModifierColor | ||
return | Color |
public static Color AutoHotkeyOperatorBackColor | ||
return | Color |
public static Color AutoHotkeyOperatorColor | ||
return | Color |
public static Color AutoHotkeySpecialTokenColor | ||
return | Color |
public static Color CloseButtonNormalColor | ||
return | Color |
public static Color DatabaseNoConvertColor | ||
return | Color |
public static Color DatabaseNoDiscardColor | ||
return | Color |
public static Color MainFormButtonForeColor | ||
return | Color |
public static Color MainFormHoverForeColor | ||
return | Color |
public static Font,System.Drawing MainFormLabelFont | ||
return |
public static Font,System.Drawing MainFormLabelFontBig | ||
return |
public static Font,System.Drawing MainFormLabelFontSmall | ||
return |
public static Color MainFormSmallDangerColor | ||
return | Color |
public static Color MinimizeButtonHoverColor | ||
return | Color |
public static Color MinimizeButtonNormalColor | ||
return | Color |
public static Color NotificationBackgroundColor | ||
return | Color |
public static Color NotificationHeaderBackgroundColor | ||
return | Color |
public static Color NotificationHeaderColor | ||
return | Color |
public static Color SummaryExperienceColor | ||
return | Color |
public static Color TaskTrackerForeColorCompleted | ||
return | Color |
public static Font,System.Drawing TextFont | ||
return |