IImportDataSourceViewSetCommonImportOptionsControl Method |
Sets the control to show common import options (like when to update after change of the source, if the table script should be executed, etc.).
Namespace: Altaxo.Gui.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetCommonImportOptionsControl(
string header,
Object p
)
Parameters
- header String
- The header to show above the control.
- p Object
- The Gui control to show.
See Also