C# 클래스 Microsoft.Silverlight.Testing.Client.ResultsTreeViewItem

A derived TreeViewItem for IsExpanded binding.
상속: TreeViewItem
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

보호된 메소드들

메소드 설명
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.

메소드 상세

GetContainerForItemOverride() 보호된 메소드

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

OnKeyDown() 보호된 메소드

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.
리턴 void