|
|
|
SftDirectory.Refresh Method |
Repaints the entire control.
Syntax
VB.NET |
object.Refresh()
|
||
VB |
object.Refresh |
||
C#.NET |
void object.Refresh();
|
||
VC++ |
HRESULT object->Refresh(); |
||
C |
HRESULT object->raw_Refresh(); |
||
Delphi |
procedure object.Refresh(); |
object
A SftDirectory object.
Comments
The Refresh method repaints the entire control.
The Reload method is used to reload the contents of the control.