cadencii.SelectedEventEntryTypeConverter.GetPropertiesSupported C# (CSharp) Method

GetPropertiesSupported() public method

public GetPropertiesSupported ( ITypeDescriptorContext context ) : boolean
context ITypeDescriptorContext
return boolean
        public override boolean GetPropertiesSupported( ITypeDescriptorContext context ) {
            return true;
        }
    }