C# Класс Nexus.Client.UI.Controls.CustomizableToolStripProgressBar

Наследование: System.Windows.Forms.ToolStripControlHost
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeComponent void

Открытые методы

Метод Описание
CustomizableToolStripProgressBar ( ) : System

The default constructor.

CustomizableToolStripProgressBar ( Color p_color ) : System

This contructor will initialize the progress bar with a custom color.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

CustomizableToolStripProgressBar() публичный Метод

The default constructor.
public CustomizableToolStripProgressBar ( ) : System
Результат System

CustomizableToolStripProgressBar() публичный Метод

This contructor will initialize the progress bar with a custom color.
public CustomizableToolStripProgressBar ( Color p_color ) : System
p_color Color The new base color.
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void