C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.UI.HeaderPanel.TransparentLabel

A label that has a transparent backgroun.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

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