C# Класс Nexus.UI.Controls.PathLabel

A label that runcates the displayed string as if it were a file system path.
Наследование: System.Windows.Forms.Label
Показать файл Открыть проект

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