C# Class LayoutFarm.SuggestionWindowMx

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
listView_ListItemKeyboardEvent ( object sender, UIKeyEventArgs e ) : void
listView_ListItemMouseEvent ( object sender, UIMouseEventArgs e ) : void

Method Details

AddItem() public méthode

public AddItem ( CustomWidgets item ) : void
item CustomWidgets
Résultat void

ClearItems() public méthode

public ClearItems ( ) : void
Résultat void

GetItem() public méthode

public GetItem ( int index ) : ListItem
index int
Résultat LayoutFarm.CustomWidgets.ListItem

GetPrimaryUI() public méthode

public GetPrimaryUI ( ) : UIElement
Résultat LayoutFarm.UI.UIElement

Hide() public méthode

public Hide ( ) : void
Résultat void

SetLocation() public méthode

public SetLocation ( int x, int y ) : void
x int
y int
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

SuggestionWindowMx() public méthode

public SuggestionWindowMx ( int w, int h ) : System
w int
h int
Résultat System