C# 클래스 Sphere.Core.Editor.EditorLabel

A label with a blue-themed background.
상속: System.Windows.Forms.Label, IStyleable
파일 보기 프로젝트 열기: Radnen/spherestudio

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
OnCreateControl ( ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Overrides the default background to draw a classy blue background.

메소드 상세

EditorLabel() 공개 메소드

Constructs a new instance of an EditorLabel.
public EditorLabel ( ) : System.Drawing
리턴 System.Drawing

OnCreateControl() 보호된 메소드

protected OnCreateControl ( ) : void
리턴 void

OnPaintBackground() 보호된 메소드

Overrides the default background to draw a classy blue background.
protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
리턴 void

UpdateStyle() 공개 메소드

Updates the style of this label to one of the built-in styles.
public UpdateStyle ( ) : void
리턴 void