Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
ElapsedEvent ( int countDownMs, |
Send a user specified message when the wait cursor count down has reached zero.
|
|
ElapsedEvent ( int countDownMs, OnWaitCursorElapsed target, object paramObj ) : void |
Invokes a user specified method when the wait cursor count down has reached zero.
|
|
ElapsedEventRunning ( ) : bool | ||
Hide ( ) : void | ||
Init ( ) : void | ||
Render ( ) : void | ||
Render ( float timePassed ) : void | ||
Show ( ) : void |
Метод | Описание | |
---|---|---|
GUIWaitCursor ( ) : System.IO | ||
GUIWaitCursorElapsedEventThread ( ) : void | ||
GUIWaitCursorThread ( ) : void | ||
SendElapsedEventMessage ( object data ) : void |
public static ElapsedEvent ( int countDownMs, |
||
countDownMs | int | |
message | ||
Результат | void |
public static ElapsedEvent ( int countDownMs, OnWaitCursorElapsed target, object paramObj ) : void | ||
countDownMs | int | |
target | OnWaitCursorElapsed | |
paramObj | object | |
Результат | void |
public static ElapsedEventRunning ( ) : bool | ||
Результат | bool |