Click or drag to resize

IImportDataSourceViewSetSpecificImportSourceControl Method

Sets the control to show the source of data (like the file name for Ascii import, etc.).

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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