C# Класс entity.MetaFuncs.MetaEditor.Int32Container

The int 32 container.
Наследование: PluginControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DescriptionLabel System.Windows.Forms.Label
IntTextBox System.Windows.Forms.TextBox
panel System.Windows.Forms.Panel

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

Метод Описание
Int32Container ( IFPIO intx ) : System.Collections

Initializes a new instance of the Int32Container class.

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

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

Initializes a new instance of the Int32Container class.
public Int32Container ( IFPIO intx ) : System.Collections
intx HaloMap.Plugins.IFPIO The intx.
Результат System.Collections

Описание свойств

DescriptionLabel публичное свойство

The description label.
public Label,System.Windows.Forms DescriptionLabel
Результат System.Windows.Forms.Label

IntTextBox публичное свойство

The int text box.
public TextBox,System.Windows.Forms IntTextBox
Результат System.Windows.Forms.TextBox

panel публичное свойство

The panel.
public Panel,System.Windows.Forms panel
Результат System.Windows.Forms.Panel