C# Класс AdvancedLauncher.Tools.Extensions.HwndHostExtensions

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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