The IDLitTool::RegisterStatusBarSegment procedure method registers a status message bar segment with the tool.
Obj->[IDLitTool::]RegisterStatusBarSegment, Name [, IDENTIFIER=string] [, NORMALIZED_WIDTH=scalar]
A scalar string containing the name of the status bar segment.
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 for a discussion of iTool identifiers.
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.
Introduced: 6.1
IDLitTool::UnRegisterStatusBarSegment