Method SetActiveLayout
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
SetActiveLayout(object)
Set the passed layout object as active.If it is null or undefined the Model is activated. This method also post a redraw action.
public void SetActiveLayout(object layout)
Parameters
layoutobjectA layout object to be activated or null for Model layout
- See Also