C# Class LayoutFarm.SuggestionWindowMx

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddItem ( CustomWidgets item ) : void
ClearItems ( ) : void
GetItem ( int index ) : ListItem
GetPrimaryUI ( ) : UIElement
Hide ( ) : void
SetLocation ( int x, int y ) : void
Show ( ) : void
SuggestionWindowMx ( int w, int h ) : System

Private Methods

Method Description
listView_ListItemKeyboardEvent ( object sender, UIKeyEventArgs e ) : void
listView_ListItemMouseEvent ( object sender, UIMouseEventArgs e ) : void

Method Details

AddItem() public method

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

ClearItems() public method

public ClearItems ( ) : void
return void

GetItem() public method

public GetItem ( int index ) : ListItem
index int
return LayoutFarm.CustomWidgets.ListItem

GetPrimaryUI() public method

public GetPrimaryUI ( ) : UIElement
return LayoutFarm.UI.UIElement

Hide() public method

public Hide ( ) : void
return void

SetLocation() public method

public SetLocation ( int x, int y ) : void
x int
y int
return void

Show() public method

public Show ( ) : void
return void

SuggestionWindowMx() public method

public SuggestionWindowMx ( int w, int h ) : System
w int
h int
return System