pltITitle GetContextMenuParameter
Gets the title’s context menu parameter.
Syntax
pltITitle_handle GetContextMenuParameter
Application
Tcl Query
Description
This command finds the context menu parameter string for the title.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetHeaderHandle title;
title GetContextMenuParameter;
Errors
Success (the context menu parameter) or an error message is returned.
Keywords
Tcl
Title
Query