ICustomUIRegistry interface
Namespace: NextDesign.Desktop
Description
This is a registry of user interfaces for original extensions.
Area you belong to
Name | Description |
---|---|
Custom UI | A group of APIs to access custom UI. |
Method
Name | Description |
---|---|
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 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 |