GetQuickAccessToolbarStatusPath

Description

Gets the file path of the QuickAccessToolbar item status (QatItems.qat).

Applies to

Application object

Syntax

applicationname.GetQuickAccessToolbarStatusPath ()

Argument

Description

applicationname

The name of the application object for which you want to get the file path of the QuickAccessToolbar item status


Return Value

String

Returns the path of the QuickAccessToolbar item status (QatItems.qat).

Examples

String  ls_qatpath

//In Application object
ls_qatpath = this.getquickaccesstoolbarstatuspath()

See also

SetQuickAccessToolbarStatusPath