Shows the provided pad content in the pad area.
Namespace: Altaxo.Gui.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void ShowPad(
IPadContent content,
bool switchToPad
)
Parameters
- content IPadContent
- The content.
- switchToPad Boolean
- If true, the pad is made the active content, i.e. it is selected.
See Also