System.ComponentModel.CustomTypeDescriptor.GetComponentName C# (CSharp) Method

GetComponentName() public method

public GetComponentName ( ) : string
return string
        public virtual string GetComponentName()
        {
            if (_parent != null)
            {
                return _parent.GetComponentName();
            }

            return null;
        }