AdvancedLauncher.Tools.Extensions.HwndHostExtensions.GetRaiseMouseActivateCommand C# (CSharp) Метод

GetRaiseMouseActivateCommand() публичный статический Метод

Attached property getter for the RaiseMouseActivateCommand property.
public static GetRaiseMouseActivateCommand ( this @this ) : bool
@this this
Результат bool
        public static bool GetRaiseMouseActivateCommand(this HwndHost @this)
        {
            return (bool)@this.GetValue(RaiseMouseActivateCommandProperty);
        }