C# Class CCT.NUI.StartMenu.Model.Menu

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
AddItem ( IMenuItem item ) : void
Clone ( ) : Menu
Equals ( object obj ) : bool
GetAt ( int index ) : IMenuItem
GetHashCode ( ) : int
Menu ( string name ) : System
MoveDown ( int index ) : void
MoveUp ( int index ) : void
RelocateItem ( IMenuItem item, int newIndex ) : void
RemoveItem ( MenuItem item ) : void
RemoveItemAt ( int index ) : void
ToString ( ) : string

Method Details

AddItem() public method

public AddItem ( IMenuItem item ) : void
item IMenuItem
return void

Clone() public method

public Clone ( ) : Menu
return Menu

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetAt() public method

public GetAt ( int index ) : IMenuItem
index int
return IMenuItem

GetHashCode() public method

public GetHashCode ( ) : int
return int

Menu() public method

public Menu ( string name ) : System
name string
return System

MoveDown() public method

public MoveDown ( int index ) : void
index int
return void

MoveUp() public method

public MoveUp ( int index ) : void
index int
return void

RelocateItem() public method

public RelocateItem ( IMenuItem item, int newIndex ) : void
item IMenuItem
newIndex int
return void

RemoveItem() public method

public RemoveItem ( MenuItem item ) : void
item MenuItem
return void

RemoveItemAt() public method

public RemoveItemAt ( int index ) : void
index int
return void

ToString() public method

public ToString ( ) : string
return string