Back to Devexpress

IPrintable.SupportsHelp() Method

windowsforms-devexpress-dot-xtraprinting-dot-iprintable-ce8579f1.md

latest1.7 KB
Original Source

IPrintable.SupportsHelp() Method

If implemented by a class, determines whether the help system is available for the Property editor when implemented by a class.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
bool SupportsHelp()
vb
Function SupportsHelp As Boolean

Returns

TypeDescription
Boolean

true if the help system is available for the Property editor ; otherwise, false.

|

Remarks

The SupportsHelp method is used to determine whether the help system is available for the Property editor. The IPrintable.ShowHelp method must invoke it. See the IPrintable.PropertyEditorControl property for more information.

See Also

PropertyEditorControl

ShowHelp()

IPrintable Interface

IPrintable Members

DevExpress.XtraPrinting Namespace