IControlPanelProvider Interface |
Namespace: Demo3D.Visuals
public interface IControlPanelProvider
The IControlPanelProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlPanelTitle |
Title of the control panel
| |
| KeepControlPanelOpen |
When true, keeps the control panel open after changing selection
|
| Name | Description | |
|---|---|---|
| CreateControlPanelContents |
The contents to show in the control panel, currently supports Winform or WPF controls.
| |
| OnControlPanelClosing |
Called before the control panel is closed
| |
| OnControlPanelOpening |
Called before the control panel is opened
|