C# Class System.Windows.Forms.Theming.ThemeElements

Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
DrawButton ( Graphics g, Rectangle bounds, ButtonThemeState state, Color backColor, Color foreColor ) : void
DrawFlatButton ( Graphics g, Rectangle bounds, ButtonThemeState state, Color backColor, Color foreColor, FlatButtonAppearance appearance ) : void
DrawPopupButton ( Graphics g, Rectangle bounds, ButtonThemeState state, Color backColor, Color foreColor ) : void

Private Methods

Méthode Description
LoadTheme ( string themeName ) : ThemeElementsDefault
ThemeElements ( ) : System

Method Details

DrawButton() public static méthode

public static DrawButton ( Graphics g, Rectangle bounds, ButtonThemeState state, Color backColor, Color foreColor ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
state ButtonThemeState
backColor Color
foreColor Color
Résultat void

DrawFlatButton() public static méthode

public static DrawFlatButton ( Graphics g, Rectangle bounds, ButtonThemeState state, Color backColor, Color foreColor, FlatButtonAppearance appearance ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
state ButtonThemeState
backColor Color
foreColor Color
appearance FlatButtonAppearance
Résultat void

DrawPopupButton() public static méthode

public static DrawPopupButton ( Graphics g, Rectangle bounds, ButtonThemeState state, Color backColor, Color foreColor ) : void
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
state ButtonThemeState
backColor Color
foreColor Color
Résultat void