Posted 16 years ago
		by Vadim Cherkashin
			
				-
				IA&E SB RAS
			
	
Hi,
Can you made new property Attribute - StandardValuesAttibute?
for set StandardValues without xaml
Can you made new property Attribute - StandardValuesAttibute?
for set StandardValues without xaml
public class Properties
{
  [StandardValues(obj1,obj2,...)]
  [Editor(typeof(ComboBoxPropertyEditor), typeof(PropertyEditor))]
  public object Property { set; get; } }
}