C# Class Microsoft.Silverlight.Testing.Client.ResultsTreeViewItem

A derived TreeViewItem for IsExpanded binding.
Inheritance: TreeViewItem
ファイルを表示 Open project: garyjohnson/wpnest Class Usage Examples

Protected Methods

Method Description
GetContainerForItemOverride ( ) : DependencyObject

Overrides the item to allow for simple binding to the expanded property on the item.

OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Overrides the key down event to allow toggling the space.

Method Details

GetContainerForItemOverride() protected method

Overrides the item to allow for simple binding to the expanded property on the item.
protected GetContainerForItemOverride ( ) : DependencyObject
return System.Windows.DependencyObject

OnKeyDown() protected method

Overrides the key down event to allow toggling the space.
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs The key event arguments data.
return void