C# Класс Alexandria.Engines.Sciagi.Controls.ViewBrowserItem

A browser for a ViewBrowserFrame.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

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

Метод Описание
ViewBrowserItem ( string labelText, IList frames ) : System

Initialise the object.

ViewBrowserItem ( string labelText, Image image ) : System

Initialise the object.

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

Метод Описание
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.

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

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

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

ViewBrowserItem() публичный метод

Initialise the object.
public ViewBrowserItem ( string labelText, IList frames ) : System
labelText string
frames IList
Результат System

ViewBrowserItem() публичный метод

Initialise the object.
public ViewBrowserItem ( string labelText, Image image ) : System
labelText string
image Image
Результат System