Click or drag to resize
IMainViewShowSettingsConfigurationUI Method
Opens the configuration GUI, optionally jumping to a specific page / tab etc. or to the GUI for a given configuration object.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ShowSettingsConfigurationUI(
	string openOnPageTitle,
	Object openOnConfigurationObject
)

Parameters

openOnPageTitle
Type: SystemString
openOnConfigurationObject
Type: SystemObject
See Also