C# Класс Gruppe22.Client.GridElement

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GridElement ( int id, string tooltip, Backend icon, Microsoft.Xna.Framework.Content.ContentManager content, bool Checked, bool enabled = true, int flash ) : System
GridElement ( int id, string tooltip, VisibleObject icon, bool Checked, bool enabled = true, int flash ) : System

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

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

public GridElement ( int id, string tooltip, Backend icon, Microsoft.Xna.Framework.Content.ContentManager content, bool Checked, bool enabled = true, int flash ) : System
id int
tooltip string
icon Backend
content Microsoft.Xna.Framework.Content.ContentManager
Checked bool
enabled bool
flash int
Результат System

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

public GridElement ( int id, string tooltip, VisibleObject icon, bool Checked, bool enabled = true, int flash ) : System
id int
tooltip string
icon VisibleObject
Checked bool
enabled bool
flash int
Результат System