C# Class RoboGO.ViewModels.IntellisenseViewModel

Datei anzeigen Open project: syre/SortingIndustrialRobot Class Usage Examples

Public Methods

Method Description
IntellisenseViewModel ( ) : System.Collections.ObjectModel
list_KeyDown ( ListBox list, KeyEventArgs e, TextBox txtbox, Popup popup ) : void
showMethodsPopUP ( Rect rect, TextBox txtbox, Popup popup, ListBox list, KeyEventArgs e ) : void

Private Methods

Method Description
RearrangeList ( ) : bool
ShowPopUpInRightPlace ( Rect rect, TextBox txtbox, System.Windows.Controls.Primitives.Popup popup ) : void

Method Details

IntellisenseViewModel() public method

public IntellisenseViewModel ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

list_KeyDown() public method

public list_KeyDown ( ListBox list, KeyEventArgs e, TextBox txtbox, Popup popup ) : void
list ListBox
e KeyEventArgs
txtbox TextBox
popup Popup
return void

showMethodsPopUP() public method

public showMethodsPopUP ( Rect rect, TextBox txtbox, Popup popup, ListBox list, KeyEventArgs e ) : void
rect Rect
txtbox TextBox
popup Popup
list ListBox
e KeyEventArgs
return void