C# Класс SANTA.UI.SelectBox

An image box for indicating the location of bullet holes.
Наследование: ZPImageBox
Показать файл Открыть проект

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

Метод Описание
HolesChanged ( EventArgs e ) : void

Call the events when the hole count changes

SelectBox ( ) : System

Construct a SelectBox

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

Метод Описание
DrawSelectors ( object sender, PaintEventArgs e ) : void
SelectBox_MouseClick ( object sender, MouseEventArgs e ) : void
SelectBox_MouseDown ( object sender, MouseEventArgs e ) : void
SelectBox_MouseMove ( object sender, MouseEventArgs e ) : void
SelectBox_MouseUp ( object sender, MouseEventArgs e ) : void
SetEventHandlers ( ) : void

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

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

Call the events when the hole count changes
public HolesChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

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

Construct a SelectBox
public SelectBox ( ) : System
Результат System