IDLitTool::RegisterStatusBarSegment

Syntax | Arguments | Keywords | Version History | See Also

The IDLitTool::RegisterStatusBarSegment procedure method registers a status message bar segment with the tool.

Syntax

Obj->[IDLitTool::]RegisterStatusBarSegment, Name [, IDENTIFIER=string] [, NORMALIZED_WIDTH=scalar]

Arguments

Name

A scalar string containing the name of the status bar segment.

Keywords

IDENTIFIER

Set this keyword to a string containing the relative identifier for the status bar segment being registered. If this keyword is not specified, the Name argument is used as the identifier. See iTool Object Identifiers (iTool Developer's Guide) for a discussion of iTool identifiers.

NORMALIZED_WIDTH

Set this keyword to a floating-point integer between 0 and 1.0 indicating the normalized width (relative to the overall width of the status bar) that this segment should occupy.

Version History

6.1

Introduced

See Also

IDLitTool::UnRegisterStatusBarSegment