dotnetCHARTING Send comments on this topic.
EnableBrowserStatusHelp Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : EnableBrowserStatusHelp Property


Gets or sets a value that indicates whether the status bar displays a help messages.

Syntax

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

Remarks

This may not work for some browsers by default.
For example, to enable it in IE 8, choose Internet Options > Security tab > custom level > Under Scripting > Allow status bar updates via script, choose the Enable radio button. Using the SetHelpMessageHost javascript property of the client side chart, a text box or other element can be associated with this message.

See Also

© 2010 All Rights Reserved.