Click or drag to resize

IControlPanelManager Methods

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