C# 클래스 Nexus.UI.Controls.PathLabel

A label that runcates the displayed string as if it were a file system path.
상속: System.Windows.Forms.Label
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

Private Properties

프로퍼티 타입 설명
SplitText string

공개 메소드들

메소드 설명
PathLabel ( ) : System

The default constructor.

보호된 메소드들

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

Paints the label's string.

비공개 메소드들

메소드 설명
SplitText ( Graphics p_grpGraphics, string p_strText, Int32 p_intMaxLines, Font p_fntFont, Size p_szeArea, bool &p_booAllTextFit ) : string

Splits the given text into multiples lines, factoring in the given information.

If the given text will not fit in the given area, the last line of the split text will contain the extra characters.

메소드 상세

OnPaint() 보호된 메소드

Paints the label's string.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A describing the event arguments.
리턴 void

PathLabel() 공개 메소드

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