Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 963 Bytes

File metadata and controls

36 lines (29 loc) · 963 Bytes

SetLBItemTextColorN

Description

Sets the text color tint for the specified list browser item.

FUNCTION SetLBItemTextColorN(
				dialogID     : LONGINT;
				componentID  : LONGINT;
				itemIndex    : INTEGER;
				subItemIndex : INTEGER;
				tint         : INTEGER): BOOLEAN;
def vs.SetLBItemTextColorN(dialogID, componentID, itemIndex, subItemIndex, tint):
    return BOOLEAN

Parameters

Name Type Description
dialogID LONGINT id of the dialog that contains the list browser
componentID LONGINT id of the list browser control
itemIndex INTEGER the row index
subItemIndex INTEGER the column index
tint INTEGER Tint number. See Appendix for the available values.

Remarks

For a list of available tints, see SetStaticTextColorN

Version

Availability: from Vectorworks 2023

Category