EndFormatPainter

GridDesktop.EndFormatPainter method

Notifica a GridDesktop di terminare FormatPainter.

public void EndFormatPainter()

Esempi

[C#]
gridDesktop1.StartFormatPainter(false);
...
//Operazione interfaccia utente
...
gridDesktop1.EndFormatPainter();

[Visual Basic]
gridDesktop1.StartFormatPainter(False)
...
'Operazione interfaccia utente
...
gridDesktop1.EndFormatPainter()

Guarda anche