Skip to main content

ICustomUIRegistry interface

Namespace: NextDesign.Desktop

Description

A registry of proprietary extended user interfaces.

Affiliation area

NameDescription
Custom UI APIs to access the 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
UnRegisterAllCustomUIs Unregisters all proprietary extended interfaces registered with the specified extension.
UnRegisterCustomEditor <TClass> Unregister your own extended editor.

-TClass: Custom Editor Types
UnRegisterCustomInspector <TClass> Unregister your own extended inspector.

-TClass: Custom Inspector Type
UnRegisterCustomNavigator <TClass> Unregister your own extended navigator.

-TClass: Custom Navigator Type