FastColoredTextBoxNS.FCTBTypeDescriptor.GetComponentName C# (CSharp) 메소드

GetComponentName() 공개 메소드

public GetComponentName ( ) : string
리턴 string
        public override string GetComponentName()
        {
            var ctrl = (instance as Control);
            return ctrl == null ? null : ctrl.Name;
        }