BasePluginDoShowUI Method |
Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
Namespace: RAYLASE.Marker.PluginAssembly: RAYLASE.Marker.Plugin (in RAYLASE.Marker.Plugin.dll) Version: 2.19.0
Syntaxprotected 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