Xceed Toolkit Plus for WPF v4.6 Documentation
HelpButtonVisibility Property (WizardPage)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > WizardPage Class : HelpButtonVisibility Property

Gets or sets the visibility of the Help button for this wizard page.

Syntax
'Declaration
 
Public Property HelpButtonVisibility As WizardPageButtonVisibility
'Usage
 
Dim instance As WizardPage
Dim value As WizardPageButtonVisibility
 
instance.HelpButtonVisibility = value
 
value = instance.HelpButtonVisibility
public WizardPageButtonVisibility HelpButtonVisibility {get; set;}

Property Value

A WizardPageButtonVisibility value representing the visibility of the Help button for this wizard page.

Remarks

If this property is set to WizardPageButtonVisibility.Inherit, the visibility value of the HelpButtonVisibility property of the containing Wizard will instead be used. Otherwise, this property will override the setting of the containing Wizard's HelpButtonVisibility property.

Example

 

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WizardPage Class
WizardPage Members