Class FlashWindow
Inheritance
System.Object
FlashWindow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Win32
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class FlashWindow
Fields
FLASHW_ALL
Declaration
public const int FLASHW_ALL = 3
Field Value
System.Int32
|
FLASHW_CAPTION
Declaration
public const int FLASHW_CAPTION = 1
Field Value
System.Int32
|
FLASHW_STOP
Declaration
public const int FLASHW_STOP = 0
Field Value
System.Int32
|
FLASHW_TIMER
Declaration
public const int FLASHW_TIMER = 4
Field Value
System.Int32
|
FLASHW_TIMERNOFG
Declaration
public const int FLASHW_TIMERNOFG = 12
Field Value
System.Int32
|
FLASHW_TRAY
Declaration
public const int FLASHW_TRAY = 2
Field Value
System.Int32
|
Methods
Flash(IntPtr)
Declaration
public static bool Flash(IntPtr handle)
Parameters
System.IntPtr
handle
|
Returns
System.Boolean
|
Flash(IntPtr, Int32)
Declaration
public static bool Flash(IntPtr handle, int count)
Parameters
System.IntPtr
handle
|
System.Int32
count
|
Returns
System.Boolean
|
Start(IntPtr)
Declaration
public static bool Start(IntPtr handle)
Parameters
System.IntPtr
handle
|
Returns
System.Boolean
|
Stop(IntPtr)
Declaration
public static bool Stop(IntPtr handle)
Parameters
System.IntPtr
handle
|
Returns
System.Boolean
|