| Maptitude GISDK Help |
Sets the title of a COM control window.
Added to Version 5.0.
SetCOMControlTitle(string name, string title)
| Argument | Contents |
|---|---|
| name | The name of the COM control window |
| title | The title for the COM control window |
name = CreateCOMControl("My Control", "Shell.Explorer", {
{"Event Macro", "Explorer Event Macro"}})
SetCOMControlTitle(name, "My COM Control")
| Error Type | Meaning |
|---|---|
| NotFound | A COM window was not found by that name |
| Function | Summary |
|---|---|
| CreateCOMControl() | Creates a new COM control window |
| CloseCOMControl() | Closes the window containing the COM control |
| ©2025 Caliper Corporation | www.caliper.com |