In This Topic
Refresh the control with optional wait for return
Syntax
'Declaration
Public Overloads Sub Refresh( _
ByVal As System.Boolean _
)
'Usage
Dim instance As DicomViewer
Dim Synchronous As System.Boolean
instance.Refresh(Synchronous)
public void Refresh(
System.bool
)
public procedure Refresh(
: System.Boolean
);
public function Refresh(
: System.boolean
);
public: void Refresh(
System.bool
)
public:
void Refresh(
System.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.8 or higher
See Also