[Gregor.Core.WinApi.User32.AnimateWindowFlags]

Gregor.Core.WinApi.User32.AnimateWindowFlags

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.WinApi.

Details

public enum Gregor.Core.WinApi.User32.AnimateWindowFlags

: System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Custom Attributes: System.Flags()

Description: 


Members

Activate

public const Gregor.Core.WinApi.User32.AnimateWindowFlags Activate = 0x20000

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.WinApi.User32+AnimateWindowFlags.Activate


Blend

public const Gregor.Core.WinApi.User32.AnimateWindowFlags Blend = 0x80000

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.WinApi.User32+AnimateWindowFlags.Blend


Center

public const Gregor.Core.WinApi.User32.AnimateWindowFlags Center = 0x10

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.WinApi.User32+AnimateWindowFlags.Center


Hide

public const Gregor.Core.WinApi.User32.AnimateWindowFlags Hide = 0x10000

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.WinApi.User32+AnimateWindowFlags.Hide


HorizontalNegative

public const Gregor.Core.WinApi.User32.AnimateWindowFlags HorizontalNegative = 0x02

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.WinApi.User32+AnimateWindowFlags.HorizontalNegative


HorizontalPositive

public const Gregor.Core.WinApi.User32.AnimateWindowFlags HorizontalPositive = 0x01

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.WinApi.User32+AnimateWindowFlags.HorizontalPositive


None

public const Gregor.Core.WinApi.User32.AnimateWindowFlags None = 0x00

Custom Attributes: 

Description: 

Slide

public const Gregor.Core.WinApi.User32.AnimateWindowFlags Slide = 0x40000

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.WinApi.User32+AnimateWindowFlags.Slide


value__

public System.Int32 value__

Custom Attributes: 

Description: 

VerticalNegative

public const Gregor.Core.WinApi.User32.AnimateWindowFlags VerticalNegative = 0x08

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.WinApi.User32+AnimateWindowFlags.VerticalNegative


VerticalPositive

public const Gregor.Core.WinApi.User32.AnimateWindowFlags VerticalPositive = 0x04

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.WinApi.User32+AnimateWindowFlags.VerticalPositive



See Also

System.Enum

System.FlagsAttribute

System.IComparable

System.IConvertible

System.IFormattable

System.Int32

Gregor.Core.WinApi.User32.AnimateWindowFlags