Ribbon.HelpPaneContent Property

Definition

Gets or sets the contents of the help pane.

public:
 property System::Object ^ HelpPaneContent { System::Object ^ get(); void set(System::Object ^ value); };
public object HelpPaneContent { get; set; }
member this.HelpPaneContent : obj with get, set
Public Property HelpPaneContent As Object

Property Value

The contents of the help pane. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

You can set the contents of the help pane to enable users to access help content for your application. You will typically set the HelpPaneContent property to a single button that launches a separate help window. However, you can define any content to go in the help pane. You can specify the layout and appearance of the content by setting the HelpPaneContentTemplate property.

Dependency Property Information

Identifier field HelpPaneContentProperty
Metadata properties set to true None

Applies to