FlashTaskBarEntryFlashWindow Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic static void FlashWindow(
Window win,
uint count = 4294967295
)
Public Shared Sub FlashWindow (
win As Window,
Optional count As UInteger = 4294967295
)
public:
static void FlashWindow(
Window^ win,
unsigned int count = 4294967295
)
static member FlashWindow :
win : Window *
?count : uint32
(* Defaults:
let _count = defaultArg count 4294967295
*)
-> unit
Parameters
- win
- Type: System.WindowsWindow
- count (Optional)
- Type: SystemUInt32
See Also