EnableBrowserStatusHelp Property
Gets or sets a value that indicates whether the status bar displays a help messages.
Syntax
'Declaration Public Property EnableBrowserStatusHelp As Boolean
'Usage Dim instance As NavigatorOptions Dim value As Boolean instance.EnableBrowserStatusHelp = value value = instance.EnableBrowserStatusHelp
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.
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.
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