SetRecentTitle
PowerScript function
Description
Sets the title for the recent menu list in the application menu. The
title will be displayed on top of the recent menu list.
Applies to
Syntax
|
1 |
controlname.SetRecentTitle ( String Title ) |
|
Argument |
Description |
|---|---|
|
controlname |
The name of the RibbonApplicationMenu control in which you |
|
Title |
Title of the recent menu list. It will be displayed on top |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs. If any
argument’s value is null, returns null.
Examples
This example sets the title of the recent menu list to “Recently
Opened Windows”.
|
1 2 3 4 |
Long li_Return RibbonApplicationMenu lr_AppMenu li_Return = lr_AppMenu.SetRecentTitle ("Recently Opened Windows") |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest