In This Topic
Refresh the control with optional wait for return
Syntax
'Declaration
Public Overloads Sub Refresh( _
ByVal As Boolean _
)
'Usage
Dim instance As DicomViewer
Dim Synchronous As Boolean
instance.Refresh(Synchronous)
public void Refresh(
bool
)
public:
void Refresh(
bool
)
Parameters
- Synchronous
-
if true, then the method issues a sychronous Invoke to the main thread
and therefore does not return until the redraw has completed.
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also