C# 클래스 AdvancedLauncher.Tools.Extensions.HwndHostExtensions

파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 프로퍼티들

프로퍼티 타입 설명
CopyBitsBehaviorProperty System.Windows.DependencyProperty
RaiseMouseActivateCommandProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetCopyBitsBehavior ( this @this ) : CopyBitsBehavior

Attached property getter for the CopyBitsBehavior property.

GetRaiseMouseActivateCommand ( this @this ) : bool

Attached property getter for the RaiseMouseActivateCommand property.

SetCopyBitsBehavior ( this @this, CopyBitsBehavior value ) : void

Attached property setter for the CopyBitsBehavior property.

SetRaiseMouseActivateCommand ( this @this, bool value ) : void

Attached property setter for the RaiseMouseActivateCommand property.

비공개 메소드들

메소드 설명
AddWndProcUsage ( System.Windows.Interop.HwndHost hwndHost ) : void
OnCopyBitsBehaviorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRaiseMouseActivateCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RemoveWndProcUsage ( System.Windows.Interop.HwndHost hwndHost ) : void
TryHookWndProc ( System.Windows.Interop.HwndHost hwndHost ) : bool

메소드 상세

GetCopyBitsBehavior() 공개 정적인 메소드

Attached property getter for the CopyBitsBehavior property.
public static GetCopyBitsBehavior ( this @this ) : CopyBitsBehavior
@this this
리턴 CopyBitsBehavior

GetRaiseMouseActivateCommand() 공개 정적인 메소드

Attached property getter for the RaiseMouseActivateCommand property.
public static GetRaiseMouseActivateCommand ( this @this ) : bool
@this this
리턴 bool

SetCopyBitsBehavior() 공개 정적인 메소드

Attached property setter for the CopyBitsBehavior property.
public static SetCopyBitsBehavior ( this @this, CopyBitsBehavior value ) : void
@this this
value CopyBitsBehavior
리턴 void

SetRaiseMouseActivateCommand() 공개 정적인 메소드

Attached property setter for the RaiseMouseActivateCommand property.
public static SetRaiseMouseActivateCommand ( this @this, bool value ) : void
@this this
value bool
리턴 void

프로퍼티 상세

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

Attached property for HwndHost instances that specifies the behavior for handling the SWP_NOCOPYBITS flag during moving or sizing operations.
public static DependencyProperty,System.Windows CopyBitsBehaviorProperty
리턴 System.Windows.DependencyProperty

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

Attached property for HwndHost instances that specifies whether or not a HwndHostCommands.MouseActivate command is raised in response to WM_MOUSEACTIVATE.
public static DependencyProperty,System.Windows RaiseMouseActivateCommandProperty
리턴 System.Windows.DependencyProperty