System.ComponentModel.Design.DesignerOptionService.DesignerOptionConverter.GetPropertiesSupported C# (CSharp) Method

GetPropertiesSupported() public method

public GetPropertiesSupported ( ITypeDescriptorContext cxt ) : bool
cxt ITypeDescriptorContext
return bool
            public override bool GetPropertiesSupported(ITypeDescriptorContext cxt)
            {
                return true;
            }
DesignerOptionService.DesignerOptionConverter