.netCHARTING v10.5 Documentation


HelpEnabled Property
Gets or sets a value that determines if the help button is enabled. This button displays in between the scroll bars and pops up a window showing the help text when pressed.
Syntax
'Declaration
 
Public Property HelpEnabled As Boolean
'Usage
 
Dim instance As ImageZoomer
Dim value As Boolean
 
instance.HelpEnabled = value
 
value = instance.HelpEnabled
public bool HelpEnabled {get; set;}
Requirements

Target Platforms: 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