[r2]: / trunk / Library / Libname / Structs / VisuStructTrackColor / svnobj  Maximize  Restore  History

Download this file

14 lines (12 with data), 2.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
TYPE VisuStructTrackColor :
STRUCT
	
	{attribute 'DescriptionTextId' := 'TL_ElementProperties.Desc_ActiveColor'}
	ActiveColor : VisuStructColors;
	{attribute 'DescriptionTextId' := 'TL_ElementProperties.Desc_InactiveColor'}
	InactiveColor : VisuStructColors;
	{attribute 'DescriptionTextId' := 'TL_ElementProperties.Desc_DisabledActiveColor'}
	DisabledActiveColor : VisuStructColors;
	{attribute 'DescriptionTextId' := 'TL_ElementProperties.Desc_DisabledInactiveColor'}
	DisabledInactiveColor : VisuStructColors;
END_STRUCT
END_TYPE