Updates the UI
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
[ObsoleteAttribute("Please use UpdateUI with the parameters, because it helps to improve the performances. For example you might want to NOT update the template, which is very time consuming")]
public void UpdateUI() |
| Visual Basic |
|---|
<ObsoleteAttribute("Please use UpdateUI with the parameters, because it helps to improve the performances. For example you might want to NOT update the template, which is very time consuming")> _
Public Sub UpdateUI |
| JScript |
|---|
public function UpdateUI() |
See Also