C# Класс MBC.App.FormBattleship.Controls.CellButton

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

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

Метод Описание
CellButton ( Coordinates coord ) : System

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

Метод Описание
DoPaint ( ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void
WndProc ( Message &m ) : void

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

Метод Описание
CellButton ( ) : System
LoadImage ( Assembly assembly, string img ) : Image

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

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

public CellButton ( Coordinates coord ) : System
coord Coordinates
Результат System

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

protected DoPaint ( ) : void
Результат void

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

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

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

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Результат void

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

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Результат void