C# Class FlatRedBall.Glue.FormHelpers.DynamicUiHelper

显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
AddUi ( System.Windows.Forms.FlowLayoutPanel flowLayoutPanel, List values, UiType uiType ) : int
GetControl ( int id ) : Control
GetValue ( int id ) : string
Hide ( int id ) : void
Show ( int id ) : void

Method Details

AddUi() public method

public AddUi ( System.Windows.Forms.FlowLayoutPanel flowLayoutPanel, List values, UiType uiType ) : int
flowLayoutPanel System.Windows.Forms.FlowLayoutPanel
values List
uiType UiType
return int

GetControl() public method

public GetControl ( int id ) : Control
id int
return System.Windows.Forms.Control

GetValue() public method

public GetValue ( int id ) : string
id int
return string

Hide() public method

public Hide ( int id ) : void
id int
return void

Show() public method

public Show ( int id ) : void
id int
return void