Property | Type | Description | |
---|---|---|---|
AfterAdapterAction | void | ||
OnCancel | void | ||
OnCommit | void | ||
OnSelectionChanged | void | ||
OnSelectorMouseLeftButtonUp | void | ||
ResetScrollViewer | void |
Method | Description | |
---|---|---|
CreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer |
Returns an automation peer for the underlying T:System.Windows.Controls.Primitives.Selector control, for use by the Silverlight automation infrastructure.
|
|
HandleKeyDown ( System.Windows.Input.KeyEventArgs e ) : void |
Provides handling for the E:System.Windows.UIElement.KeyDown event that occurs when a key is pressed while the drop-down portion of the T:System.Windows.Controls.AutoCompleteBox has focus.
|
|
SelectorSelectionAdapter ( ) : System.Collections |
Initializes a new instance of the T:System.Windows.Controls.SelectorSelectionAdapter class.
|
|
SelectorSelectionAdapter ( Selector selector ) : System.Collections |
Initializes a new instance of the T:System.Windows.Controls.SelectorSelectionAdapter class with the specified T:System.Windows.Controls.Primitives.Selector control.
|
Method | Description | |
---|---|---|
OnCancel ( ) : void |
Raises the E:System.Windows.Controls.SelectorSelectionAdapter.Cancel event.
|
|
OnCommit ( ) : void |
Raises the E:System.Windows.Controls.SelectorSelectionAdapter.Commit event.
|
|
SelectedIndexDecrement ( ) : void |
Decrements the P:System.Windows.Controls.Primitives.Selector.SelectedIndex property of the underlying T:System.Windows.Controls.Primitives.Selector control.
|
|
SelectedIndexIncrement ( ) : void |
Increments the P:System.Windows.Controls.Primitives.Selector.SelectedIndex property of the underlying T:System.Windows.Controls.Primitives.Selector control.
|
Method | Description | |
---|---|---|
AfterAdapterAction ( ) : void |
Change the selection after the actions are complete.
|
|
OnCancel ( object sender, |
Fires the Cancel event.
|
|
OnCommit ( object sender, |
Fires the Commit event.
|
|
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Handles the SelectionChanged event on the Selector control.
|
|
OnSelectorMouseLeftButtonUp ( object sender, MouseButtonEventArgs e ) : void |
Handles the mouse left button up event on the selector control.
|
|
ResetScrollViewer ( ) : void |
If the control contains a ScrollViewer, this will reset the viewer to be scrolled to the top.
|
public CreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer | ||
return | System.Windows.Automation.Peers.AutomationPeer |
public HandleKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | A |
return | void |
public SelectorSelectionAdapter ( ) : System.Collections | ||
return | System.Collections |
public SelectorSelectionAdapter ( Selector selector ) : System.Collections | ||
selector | Selector | The
/// |
return | System.Collections |