IImportDataSourceViewSetSpecificImportSourceControl Method |
Sets the control to show the source of data (like the file name for Ascii import, etc.).
Namespace: Altaxo.Gui.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetSpecificImportSourceControl(
string header,
Object p
)
Parameters
- header String
- The header to show above the control.
- p Object
- The Gui control to show.
See Also