C# Class FlatRedBall.Arrow.Gui.TextInputWindow

Interaction logic for TextInputWindow.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
AddControl ( Control control ) : void
AddTreeView ( IEnumerable listOfItems ) : System.Windows.Controls.TreeView
TextInputWindow ( ) : System

Private Methods

Method Description
OkButton_Click ( object sender, RoutedEventArgs e ) : void
Window_Loaded_1 ( object sender, RoutedEventArgs e ) : void

Method Details

AddControl() public method

public AddControl ( Control control ) : void
control System.Windows.Controls.Control
return void

AddTreeView() public method

public AddTreeView ( IEnumerable listOfItems ) : System.Windows.Controls.TreeView
listOfItems IEnumerable
return System.Windows.Controls.TreeView

TextInputWindow() public method

public TextInputWindow ( ) : System
return System