C# 클래스 GDE.App.Main.UI.Toolbar.ToolbarMenuItem

상속: MenuItem
파일 보기 프로젝트 열기: gd-Pythagorean/GDE

공개 프로퍼티들

프로퍼티 타입 설명
Type MenuItemType

공개 메소드들

메소드 설명
ToolbarMenuItem ( string text, MenuItemType type = MenuItemType.Standard ) : osu.Framework.Graphics.UserInterface
ToolbarMenuItem ( string text, MenuItemType type, Action action ) : osu.Framework.Graphics.UserInterface

메소드 상세

ToolbarMenuItem() 공개 메소드

public ToolbarMenuItem ( string text, MenuItemType type = MenuItemType.Standard ) : osu.Framework.Graphics.UserInterface
text string
type MenuItemType
리턴 osu.Framework.Graphics.UserInterface

ToolbarMenuItem() 공개 메소드

public ToolbarMenuItem ( string text, MenuItemType type, Action action ) : osu.Framework.Graphics.UserInterface
text string
type MenuItemType
action Action
리턴 osu.Framework.Graphics.UserInterface

프로퍼티 상세

Type 공개적으로 프로퍼티

public MenuItemType Type
리턴 MenuItemType