C# 클래스 Wpf.Controls.TabItem

상속: System.Windows.Controls.TabItem
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowDeleteProperty System.Windows.DependencyProperty
IconProperty System.Windows.DependencyProperty
SelectedItems List
log BExplorer.Shell.NavigationLog

Private Properties

프로퍼티 타입 설명
TabItem System
TabItem_MouseRightButtonUp void
TabItem_PreviewMouseDoubleClick void
TabItem_PreviewMouseLeftButtonUp void

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

OnApplyTemplate override

TabItem ( IListItemEx ShellObject ) : System

보호된 메소드들

메소드 설명
OnMouseEnter ( System e ) : void

OnMouseEnter, Create and Display a Tooltip

OnMouseLeave ( System e ) : void

OnMouseLeave, remove the Tooltip

비공개 메소드들

메소드 설명
TabItem ( ) : System
TabItem_MouseRightButtonUp ( object sender, System e ) : void
TabItem_PreviewMouseDoubleClick ( object sender, System e ) : void
TabItem_PreviewMouseLeftButtonUp ( object sender, System e ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

OnApplyTemplate override
public OnApplyTemplate ( ) : void
리턴 void

OnMouseEnter() 보호된 메소드

OnMouseEnter, Create and Display a Tooltip
protected OnMouseEnter ( System e ) : void
e System
리턴 void

OnMouseLeave() 보호된 메소드

OnMouseLeave, remove the Tooltip
protected OnMouseLeave ( System e ) : void
e System
리턴 void

TabItem() 공개 메소드

public TabItem ( IListItemEx ShellObject ) : System
ShellObject IListItemEx
리턴 System

프로퍼티 상세

AllowDeleteProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows AllowDeleteProperty
리턴 System.Windows.DependencyProperty

IconProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IconProperty
리턴 System.Windows.DependencyProperty

SelectedItems 공개적으로 프로퍼티

List of currently selected items (the strings are the parsed name of the actual ShellItem)
public List SelectedItems
리턴 List

log 공개적으로 프로퍼티

The Navigation History (Log) of the tab
public NavigationLog,BExplorer.Shell log
리턴 BExplorer.Shell.NavigationLog