VS:SetStaticTextStyle

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Sets the style for the Layout Manager static Text


Plain 0
Bold 1
Italic 2
Underline 4

Can combine styles (bold + italic = 3)

PROCEDURE SetStaticTextStyle(
dialogID :LONGINT;
componentID :LONGINT;
style :INTEGER);
def vs.SetStaticTextStyle(dialogID, componentID, style):
    return None

Parameters

dialogID LONGINT
componentID LONGINT
style INTEGER

Version

Availability: from Vectorworks 2010