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

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

Attached property setter for the CopyBitsBehavior property.
public static SetCopyBitsBehavior ( this @this, CopyBitsBehavior value ) : void
@this this
value CopyBitsBehavior
Результат void
        public static void SetCopyBitsBehavior(this HwndHost @this, CopyBitsBehavior value)
        {
            @this.SetValue(CopyBitsBehaviorProperty, value);
        }