Struct NativeMethods.DWM_BLURBEHIND
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public struct DWM_BLURBEHIND
Fields
dwFlags
Declaration
public uint dwFlags
Field Value
System.UInt32
|
DWM_BB_BLURREGION
Declaration
public const uint DWM_BB_BLURREGION = 2U
Field Value
System.UInt32
|
DWM_BB_ENABLE
Declaration
public const uint DWM_BB_ENABLE = 1U
Field Value
System.UInt32
|
DWM_BB_TRANSITIONONMAXIMIZED
Declaration
public const uint DWM_BB_TRANSITIONONMAXIMIZED = 4U
Field Value
System.UInt32
|
fEnable
Declaration
public bool fEnable
Field Value
System.Boolean
|
fTransitionOnMaximized
Declaration
public bool fTransitionOnMaximized
Field Value
System.Boolean
|
hRegionBlur
Declaration
public IntPtr hRegionBlur
Field Value
System.IntPtr
|