ShellHelpPanel
Represents help panel that shows help for the current object and is toggleable by pressing F1
Constructors
new ShellHelpPanel()
new ShellHelpPanel():
ShellHelpPanel
Returns
Accessors
syncCurrentObject
getsyncCurrentObject():boolean
Controls whether the help panel shows help for the current object as it changes
setsyncCurrentObject(x):void
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
boolean
Source
visible
getvisible():boolean
Controls help panel visibility
setvisible(x):void
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
boolean
Source
Methods
showHelp()
showHelp(
x):void
Shows the content in the help window for the [x] URL or object.
Parameters
| Parameter | Type |
|---|---|
x | any |
Returns
void