Click or drag to resize

ExportJobDefinitionConverterDoShowUI Method

Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.

Namespace: RAYLASE.MarkerPlugin.Exporters
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
protected override Control DoShowUI(
	string id
)

Parameters

id  String
The ID of the UI.

Return Value

Control

[Missing <returns> documentation for "M:RAYLASE.MarkerPlugin.Exporters.ExportJobDefinitionConverter.DoShowUI(System.String)"]

See Also