EndFormatPainter
GridDesktop.EndFormatPainter method
通知 GridDesktop 结束 FormatPainter.
public void EndFormatPainter()
例子
[C#]
gridDesktop1.StartFormatPainter(false);
...
//用户界面操作
...
gridDesktop1.EndFormatPainter();
[Visual Basic]
gridDesktop1.StartFormatPainter(False)
...
'用户界面操作
...
gridDesktop1.EndFormatPainter()