Click or drag to resize

IControlPanelManager Interface

Interface for the Control Panel Plugin

Namespace: Demo3D.ControlPanel
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IControlPanelManager

The IControlPanelManager type exposes the following members.

Methods
 NameDescription
Public methodGetControlPanelXaml Retrieve the XAML of a Control Panel on a visual as a string
Public methodHasControlPanel Check if a visual has a Control Panel
Public methodSetXamlControlPanel(Visual, UserResource, Boolean) Set the XAML of a Visual's Control Panel as a UserResource .xml file
Public methodSetXamlControlPanel(Visual, String, Boolean) Set the XAML of a Visual's Control Panel as a string
Public methodShowControlPanel Display the Control panel for a visual
Top
See Also