C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.UI.HeaderPanel.TransparentLabel

A label that has a transparent backgroun.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

Private Properties

프로퍼티 타입 설명
updateLayout void

공개 메소드들

메소드 설명
TransparentLabel ( ) : System

The default constructor.

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

Raises the Control.OnPaint event.

This paints what is behind the label, and then oerlays that with the label's text.

OnPaintBackground ( PaintEventArgs e ) : void

Raises the Control.OnPaintBackground event.

We don't want a backgroun, so this method does nothing.

비공개 메소드들

메소드 설명
updateLayout ( ) : void

Adjusts the size of the label whenever properties affecting size change.

메소드 상세

OnPaint() 보호된 메소드

Raises the Control.OnPaint event.
This paints what is behind the label, and then oerlays that with the label's text.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A describing the event arguments.
리턴 void

OnPaintBackground() 보호된 메소드

Raises the Control.OnPaintBackground event.
We don't want a backgroun, so this method does nothing.
protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs A describing the event arguments.
리턴 void

TransparentLabel() 공개 메소드

The default constructor.
public TransparentLabel ( ) : System
리턴 System