C# Class Sphere.Core.Editor.EditorLabel

A label with a blue-themed background.
Inheritance: System.Windows.Forms.Label, IStyleable
Afficher le fichier Open project: Radnen/spherestudio

Méthodes publiques

Méthode Description
EditorLabel ( ) : System.Drawing

Constructs a new instance of an EditorLabel.

UpdateStyle ( ) : void

Updates the style of this label to one of the built-in styles.

Méthodes protégées

Méthode Description
OnCreateControl ( ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Overrides the default background to draw a classy blue background.

Method Details

EditorLabel() public méthode

Constructs a new instance of an EditorLabel.
public EditorLabel ( ) : System.Drawing
Résultat System.Drawing

OnCreateControl() protected méthode

protected OnCreateControl ( ) : void
Résultat void

OnPaintBackground() protected méthode

Overrides the default background to draw a classy blue background.
protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Résultat void

UpdateStyle() public méthode

Updates the style of this label to one of the built-in styles.
public UpdateStyle ( ) : void
Résultat void