Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 650 Bytes

File metadata and controls

36 lines (30 loc) · 650 Bytes

SetStaticTextStyle

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

Name Type Description
dialogID LONGINT
componentID LONGINT
style INTEGER

Version

Availability: from Vectorworks 2010

Category