C# 클래스 LongoMatch.Gui.Panel.WelcomeButton

파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Func System.Action
Icon VAS.Core.Common.Image
Name string
Text string

공개 메소드들

메소드 설명
WelcomeButton ( VAS.Core.Common.Image icon, string text, System.Action func ) : System
WelcomeButton ( string name, string text, System.Action func ) : System

메소드 상세

WelcomeButton() 공개 메소드

public WelcomeButton ( VAS.Core.Common.Image icon, string text, System.Action func ) : System
icon VAS.Core.Common.Image
text string
func System.Action
리턴 System

WelcomeButton() 공개 메소드

public WelcomeButton ( string name, string text, System.Action func ) : System
name string
text string
func System.Action
리턴 System

프로퍼티 상세

Func 공개적으로 프로퍼티

public Action,System Func
리턴 System.Action

Icon 공개적으로 프로퍼티

public Image,VAS.Core.Common Icon
리턴 VAS.Core.Common.Image

Name 공개적으로 프로퍼티

public string Name
리턴 string

Text 공개적으로 프로퍼티

public string Text
리턴 string