Click or drag to resize

BasePluginDoShowUI Method

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

Namespace: RAYLASE.Marker.Plugin
Assembly: RAYLASE.Marker.Plugin (in RAYLASE.Marker.Plugin.dll) Version: 2.19.0
Syntax
C#
protected abstract Control DoShowUI(
	string id
)

Parameters

id  String
The ID of the UI.

Return Value

Control

[Missing <returns> documentation for "M:RAYLASE.Marker.Plugin.BasePlugin.DoShowUI(System.String)"]

See Also