Click or drag to resize

IRibbonItemCustomHelpCommand Property

The command triggered when the help button in the tooltip is clicked. When set this overrides the default HelpPage behaviour.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
ICommand CustomHelpCommand { get; set; }

Property Value

Type: ICommand
See Also