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

Download this file

19 lines (16 with data), 3.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
TYPE VisuStructThumbColor :
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;
		
	{attribute 'DescriptionTextId' := 'TL_ElementProperties.Desc_HoverActiveColor'}
	HoverActiveColor : VisuStructColors;
	{attribute 'DescriptionTextId' := 'TL_ElementProperties.Desc_HoverInactiveColor'}
	HoverInactiveColor : VisuStructColors;
END_STRUCT
END_TYPE