Property | Type | Description | |
---|---|---|---|
Create_FLASHWINFO | FLASHWINFO | ||
FlashWindowEx | bool |
Method | Description | |
---|---|---|
Flash ( System form ) : bool |
Flash the spacified Window (Form) until it recieves focus.
|
|
Flash ( System form, uint count ) : bool |
Flash the specified Window (form) for the specified number of times
|
|
Start ( System form ) : bool |
Start Flashing the specified Window (form)
|
|
Stop ( System form ) : bool |
Stop Flashing the specified Window (form)
|
Method | Description | |
---|---|---|
Create_FLASHWINFO ( |
||
FlashWindowEx ( FLASHWINFO &pwfi ) : bool |
public static Flash ( System form ) : bool | ||
form | System | The Form (Window) to Flash. |
return | bool |
public static Flash ( System form, uint count ) : bool | ||
form | System | The Form (Window) to Flash. |
count | uint | The number of times to Flash. |
return | bool |
public static Start ( System form ) : bool | ||
form | System | The Form (Window) to Flash. |
return | bool |