|
|
|
SftButton.Refresh Method |
Repaints the entire control.
Syntax
VB.NET |
object.Refresh()object.CtlRefresh() |
||
VB |
object.Refresh |
||
C#.NET |
void object.Refresh(); |
||
VC++ |
HRESULT object->Refresh(); |
||
C |
HRESULT object->raw_Refresh(); |
||
Delphi |
procedure object.Refresh(); |
object
A SftButton object.
Comments
The Refresh method repaints the entire control.
Painting a control is handled automatically while no events are occurring. However, there may be situations where you want the control updated immediately. The Refresh method causes the control to be immediately repainted.