Method | Description | |
---|---|---|
PopupMenu ( |
Method | Description | |
---|---|---|
OnClosed ( |
Responds when the value of the P:System.Windows.Controls.Primitives.Popup.IsOpen property changes from to true to false.
|
|
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void |
Invoked when an unhandled E:System.Windows.Input.Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnPreviewMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void |
Invoked when an unhandled E:System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void |
Invoked when an unhandled E:System.Windows.Input.Mouse.PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnPreviewTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void |
Handles the TextInput event of the popup control 1) to save the key if it's one we consider to toggle the tab-complete 2) to handle typing numbers for the history menu
|
Method | Description | |
---|---|---|
ClosedHistory ( object sender, |
Handles the Closed event of the History popup menu.
|
|
ClosedTabComplete ( object sender, |
Handles the Closed event of the TabComplete popup menu.
|
|
IntellisenseSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Intellisenses the selection changed.
|
|
IsParentActive ( ) : bool | ||
MoveNext ( ) : void | ||
MovePrevious ( ) : void | ||
ShowHistoryPopup ( |
||
ShowPopup ( |
Shows the popup.
|
|
ShowTabPopup ( |
Shows the tab-expansion popup.
|
|
TypeAheadFilter ( object item ) : bool |
Types the ahead filter.
|
protected OnClosed ( |
||
e | The event data. | |
return | void |
protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | The |
return | void |
protected OnPreviewMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | The |
return | void |
protected OnPreviewMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void | ||
e | System.Windows.Input.MouseWheelEventArgs | The |
return | void |
protected OnPreviewTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void | ||
e | System.Windows.Input.TextCompositionEventArgs | |
return | void |
public PopupMenu ( |
||
console | ||
return | System |