Ribbon.HelpPaneContent Property
Gets or sets the contents of the help pane.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property HelpPaneContent As Object
public Object HelpPaneContent { get; set; }
public:
property Object^ HelpPaneContent {
Object^ get ();
void set (Object^ value);
}
member HelpPaneContent : Object with get, set
function get HelpPaneContent () : Object
function set HelpPaneContent (value : Object)
Property Value
Type: System.Object
The contents of the help pane. The registered default is nulla null reference (Nothing in Visual Basic). For more information about what can influence the value, see Dependency Property Value Precedence.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.