Skip to main content
A newer version of this page is available. .

IPrintable.ShowHelp() Method

If implemented by a class, invokes the help system for the Property editor when implemented by a class.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.2.dll

Declaration

void ShowHelp()

Remarks

The ShowHelp method displays the help system for the Property editor of the IPrintable control. To determine whether the help system is available, the IPrintable.SupportsHelp method is called. See the IPrintable.PropertyEditorControl property for more information.

See Also