ZForge.Controls.TreeViewAdv.Tree.TreeColumn.TreeColumnConverter.GetPropertiesSupported C# (CSharp) Method

GetPropertiesSupported() public method

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool
            public override bool GetPropertiesSupported(ITypeDescriptorContext context)
            {
                return false;
            }
TreeColumn.TreeColumnConverter