Top Property (Characters Object)

[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]

Description

Returns or sets the top edge of the specified character's frame.

Syntax

agent**.Characters ("CharacterID").Top** [ = value]

Part Description
value A Long integer that specifies the character's top edge.

 

Remarks

The Top property is always expressed in pixels, relative to screen origin (upper left). This property's setting applies to all clients of the character.

Even though the character appears in an irregularly shaped region window, the location of the character is based on the external dimensions of the rectangular animation frame used when the character was compiled with the Microsoft Agent Character Editor.

Use the MoveTo method to change the character's location.

See Also

Left property, MoveTo method