dotnetCHARTING Send comments on this topic.
HelpEnabled Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : 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

Visual Basic (Declaration) 
Public Property HelpEnabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageZoomer
Dim value As Boolean
 
instance.HelpEnabled = value
 
value = instance.HelpEnabled
C# 
public bool HelpEnabled {get; set;}

See Also

© 2010 All Rights Reserved.