C# 클래스 BetterExplorerControls.ListviewColumnDropDown

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

공개 메소드들

메소드 설명
AddItem ( object Item ) : void

Adds a new MenuItem to Items with MenuItem.IsCheckable = true and MenuItem.Header = Item

비공개 메소드들

메소드 설명
ListviewColumnDropDown ( ) : System.Windows

DefaultStyleKeyProperty.OverrideMetadata(typeof(ListviewColumnDropDown), new FrameworkPropertyMetadata(typeof(ListviewColumnDropDown)));

메소드 상세

AddItem() 공개 메소드

Adds a new MenuItem to Items with MenuItem.IsCheckable = true and MenuItem.Header = Item
public AddItem ( object Item ) : void
Item object The item that will be put into the header
리턴 void