C# 클래스 Gruppe22.Client.GridElement

파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

공개 메소드들

메소드 설명
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