dotnetCHARTING Send comments on this topic.
HelpText Property
See Also 
dotnetCHARTING.Zoomer Namespace > ImageZoomer Class : HelpText Property


Gets or sets a string that overrides the default help text which displays when hitting the help icon.

Syntax

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

See Also

© 2010 All Rights Reserved.