C# 클래스 Fluent.ContextMenuService

Represents additional context menu service
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 메소드들

메소드 설명
Attach ( Type type ) : void

Attach needed parameters to control

Coerce ( DependencyObject o ) : void

Coerce control context menu

비공개 메소드들

메소드 설명
CoerceContextMenu ( DependencyObject d, object basevalue ) : object
OnContextMenuChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

Attach() 공개 정적인 메소드

Attach needed parameters to control
public static Attach ( Type type ) : void
type System.Type
리턴 void

Coerce() 공개 정적인 메소드

Coerce control context menu
public static Coerce ( DependencyObject o ) : void
o System.Windows.DependencyObject Control
리턴 void