Click or drag to resize

IControlPanelProvider Interface

Aspects that implement this interface will open a control panel when its owning Visual is selected. The default behaviour is to close the panel when the visual is unselected.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public interface IControlPanelProvider

The IControlPanelProvider type exposes the following members.

Properties
  NameDescription
Public propertyControlPanelTitle
Title of the control panel
Public propertyKeepControlPanelOpen
When true, keeps the control panel open after changing selection
Top
Methods
  NameDescription
Public methodCreateControlPanelContents
The contents to show in the control panel, currently supports Winform or WPF controls.
Public methodOnControlPanelClosing
Called before the control panel is closed
Public methodOnControlPanelOpening
Called before the control panel is opened
Top
See Also