Gets if the control is performing an operation or not.
Read-only property
Visual Basic |
---|
Public Property Idle As Boolean |
True if the control is idle. Otherwise, False means no operation is being performed.
This method is only of value when the Async property is True, or you are loading/saving remote files (over the Internet).