 srinivas
		
			srinivas
		
		
		
		
		
		
		
		
	
			08-25-2009 02:14 PM
Solved! Go to Solution.
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			08-25-2009 02:19 PM
You use the DisabledItems[] property. The input is an array and you pass it the index of the elements you want disabled.
 Harold_Timmis
		
			Harold_Timmis
		
		
		
		
		
		
		
		
	
			08-25-2009 02:19 PM - edited 08-25-2009 02:20 PM
maybe you can use the disabled Items[] property
dennis beat me to it.....
08-25-2009 02:47 PM
how to enable for disabling i am passing array with indexes i want to disable for enable what should i do.
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			08-25-2009 02:53 PM
08-25-2009 02:57 PM
 RavensFan
		
			RavensFan
		
		
		 
		
		
		
		
		
	
			08-25-2009 03:32 PM
 jinyu0315
		
			jinyu0315
		
		
		
		
		
		
		
		
	
			01-31-2017 04:27 AM - edited 01-31-2017 04:28 AM
Dennis, thanks for your answer.
 DBLV
		
			DBLV
		
		
		
		
		
		
		
		
	
			06-26-2025 09:13 PM
Suppose that enum control is actually inside in an array....
Could I, for example, disable the 2nd enum element of the 1st array elements, the 5th enum element of the 2nd array element, etc.?
My gut feeling is no, because there's no way to access the individual array elements with property nodes.... Or is there?
 altenbach
		
			altenbach
		
		
		 
		
		
		
		
		
	
			06-27-2025 01:07 AM - edited 06-27-2025 01:08 AM
@DBLV wrote:
My gut feeling is no, because there's no way to access the individual array elements with property nodes.... Or is there?
No, there isn't. All elements of an array share all their properties. Array elements can only differ in value.