IStackedDialogPageService.RedrawPageControl Method

IStackedDialogPageServiceRedrawPageControl Method

Redraw the specified control.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
void RedrawPageControl(
	Object pageControl
)
Sub RedrawPageControl ( 
	pageControl As Object
)

Parameters

pageControl
Type: SystemObject
Control to redraw
See Also