VCOM:VectorWorks:ISDK::CreateStaticText: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
Line 48: Line 48:
short
short
widthInCharacters
widthInCharacters
No information available.
Width in the number of the width of the 'a' character.
</line>
</line>
</lineList>
</lineList>

Latest revision as of 19:39, 17 September 2019

.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Description

namespace VectorWorks

Member of VCOM:VectorWorks:ISDK

Creates a layout manager static text menu with the given itemID.

widthInCharacters is only used for multiline static texts. For single line static text set this field to -1 and the appropriate width will be calculated.


Event handling:

no event handling for static text.

virtual void CreateStaticText(
long dialogID,
long itemID,
const TXString& text,
short widthInCharacters)

Parameters

long dialogID No information available.
long itemID No information available.
constTXString& text No information available.
short widthInCharacters Width in the number of the width of the 'a' character.

Version

Availability: from Vectorworks 2009