C# Класс winmaped2.LayerTool

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

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

Свойство Тип Описание
imageList System.Windows.Forms.ImageList
lwLayers System.Collections.ArrayList

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

Метод Описание
LayerTool ( ) : System
this ( int layerRef ) : LPanel

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

Метод Описание
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
Результат void

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

public LayerTool ( ) : System
Результат System

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

public this ( int layerRef ) : LPanel
layerRef int
Результат LPanel

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

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

public ImageList,System.Windows.Forms imageList
Результат System.Windows.Forms.ImageList

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

public ArrayList,System.Collections lwLayers
Результат System.Collections.ArrayList