Castle.MonoRail.Framework.Views.Aspx.EventListConverter.GetStandardValuesExclusive C# (CSharp) Method

GetStandardValuesExclusive() public method

Returns whether the collection of standard values returned from is an exclusive list of possible values, using the specified context.
public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext An that provides a format context.
return bool
		public override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
		{
			return true;
		}