C# Class AdvancedLauncher.SDK.Model.PageItem

MainPage item with control
Inheritance: NamedItem
Show file Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Methods

Method Description
PageItem ( string Name, Control Content, bool IsNameBinding = false ) : System.Windows.Controls

Initializes a new instance of PageItem for specified name, Control and binding flag (false by default).

PageItem ( string Name, IRemoteControl Content, bool IsNameBinding = false ) : System.Windows.Controls

Initializes a new instance of PageItem for specified name, IRemoteControl and binding flag (false by default).

Method Details

PageItem() public method

Initializes a new instance of PageItem for specified name, Control and binding flag (false by default).
public PageItem ( string Name, Control Content, bool IsNameBinding = false ) : System.Windows.Controls
Name string Item name
Content System.Windows.Controls.Control Content or item
IsNameBinding bool Is it binding name
return System.Windows.Controls

PageItem() public method

Initializes a new instance of PageItem for specified name, IRemoteControl and binding flag (false by default).
public PageItem ( string Name, IRemoteControl Content, bool IsNameBinding = false ) : System.Windows.Controls
Name string Item name
Content IRemoteControl Content or item
IsNameBinding bool Is it binding name
return System.Windows.Controls