C# 클래스 ACR_BuilderPlugin.ToolsetHelper

파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 메소드들

메소드 설명
GenerateButtonItem ( string text, EventHandler e = null ) : ButtonItem
GenerateMenuButtonItem ( string text ) : MenuButtonItem
GenerateToolBar ( string name ) : TD.SandBar.ToolBar
GetControl ( Type type, string name ) : Control
GetControlOfFieldType ( Type type ) : UserControl

메소드 상세

GenerateButtonItem() 공개 정적인 메소드

public static GenerateButtonItem ( string text, EventHandler e = null ) : ButtonItem
text string
e EventHandler
리턴 ButtonItem

GenerateMenuButtonItem() 공개 정적인 메소드

public static GenerateMenuButtonItem ( string text ) : MenuButtonItem
text string
리턴 MenuButtonItem

GenerateToolBar() 공개 정적인 메소드

public static GenerateToolBar ( string name ) : TD.SandBar.ToolBar
name string
리턴 TD.SandBar.ToolBar

GetControl() 공개 정적인 메소드

public static GetControl ( Type type, string name ) : Control
type System.Type
name string
리턴 System.Windows.Forms.Control

GetControlOfFieldType() 공개 정적인 메소드

public static GetControlOfFieldType ( Type type ) : UserControl
type System.Type
리턴 System.Windows.Forms.UserControl