IsDwmEnabled() public static method

Is DWM enabled
public static IsDwmEnabled ( ) : bool
return bool
コード例 #1
0
 private void UpdateCanUseDwm()
 {
     this.CanUseDwm = NativeMethods.IsDwmEnabled() &&
                      this.DontUseDwm == false;
 }