CGridCtrl:GetWndTitle
The GetWndTitle method returns the title of the window or pane containing the grid control attached to the CGridCtrl object.
strTitle = CGridCtrl:GetWndTitle()
On
success, the window title is returned as strTitle.
On
failure, nil is
returned.
Suppose a CImageView object is attached to a desktop image window containing a grid docking pane. The following script returns the title of the grid docking pane:
|
-- attach a grid control from an image window pane |
|
-- return the docking pane title |
|
-- list the title. |
Mira Pro x64 Script User's Guide, v.8.77 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.