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.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowSettingsConfigurationUI(
string openOnPageTitle,
Object openOnConfigurationObject
)
Sub ShowSettingsConfigurationUI (
openOnPageTitle As String,
openOnConfigurationObject As Object
)
void ShowSettingsConfigurationUI(
String^ openOnPageTitle,
Object^ openOnConfigurationObject
)
abstract ShowSettingsConfigurationUI :
openOnPageTitle : string *
openOnConfigurationObject : Object -> unit
Parameters
- openOnPageTitle
- Type: SystemString
- openOnConfigurationObject
- Type: SystemObject
See Also