Skip to main content

ICustomUIRegistry interface

Namespace: NextDesign.Desktop

Description

This is a registry of user interfaces for original extensions.

Area you belong to

NameDescription
Custom UIA group of APIs to access custom UI.

Method

NameDescription
RegisterCustomEditor<TClass, TViewClass>Register your own extended editor.

- TClass : Custom editor type
- TViewClass : Custom editor view (xaml) type
RegisterCustomFinder<TClass>Register your own extended finder.

- TClass : Custom finder type
RegisterCustomInspector<TClass, TViewClass>Register your own extended inspector.

- TClass : Custom inspector type
- TViewClass : Custom inspector view (xaml) type
RegisterCustomNavigator<TClass, TViewClass>Register your own extended navigator.

- TClass : Custom navigator type
- TViewClass : Custom navigator view (xaml) type
UnRegisterAllCustomUIsUnregisters all custom extended interfaces registered with the specified extension.
UnRegisterCustomEditor<TClass>Unregisters an independently extended editor.

- TClass : Custom editor type
UnRegisterCustomFinder<TClass>Unregisters the uniquely extended finder.

- TClass : Custom finder type
UnRegisterCustomInspector<TClass>Unregisters an independently extended inspector.

- TClass : Custom inspector type
UnRegisterCustomNavigator<TClass>Unregisters a custom-extended navigator.

- TClass : Custom navigator type