Maptitude GISDK Help

SetCOMControlTitle()

Summary

Sets the title of a COM control window.

 

Changes

Added to Version 5.0.

 

Syntax

SetCOMControlTitle(string name, string title)

 

Argument Contents
name The name of the COM control window
title The title for the COM control window

 

Example

name = CreateCOMControl("My Control", "Shell.Explorer", {

     {"Event Macro", "Explorer Event Macro"}})

SetCOMControlTitle(name, "My COM Control")

 

Error Codes

Error Type Meaning
NotFound A COM window was not found by that name

 

See Also

Function Summary
CreateCOMControl() Creates a new COM control window
CloseCOMControl() Closes the window containing the COM control

 

 

©2025 Caliper Corporation www.caliper.com