AdvancedLauncher.Tools.Extensions.HwndHostExtensions.GetRaiseMouseActivateCommand C# (CSharp) Method

GetRaiseMouseActivateCommand() public static method

Attached property getter for the RaiseMouseActivateCommand property.
public static GetRaiseMouseActivateCommand ( this @this ) : bool
@this this
return bool
        public static bool GetRaiseMouseActivateCommand(this HwndHost @this)
        {
            return (bool)@this.GetValue(RaiseMouseActivateCommandProperty);
        }