VS:SetStaticTextStyle: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:38, 12 August 2013

.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