Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6867985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:22:40+00:00 2026-05-27T03:22:40+00:00

From a WinForms Designer, I can get the list of components and if a

  • 0

From a WinForms Designer, I can get the list of components and if a component is a control I can get its name using the GetName() method on it.

However, if the component is a Component there is no GetName() method. How could I get the name of the component?

By name I refer to the object name given from the property sheet of the winforms designer where the component is located.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T03:22:41+00:00Added an answer on May 27, 2026 at 3:22 am

    Never mind, figured out that GetName() was my own extension method on a Control.

    I needed to change that to extend a Component instead.

    For posterity, here’s how you get a control or component name:

    public static string GetName(this Component component)
    {
        return (string)TypeDescriptor.GetProperties(component)["Name"].GetValue(component);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to output unicode string into RTF format. (using c# and winforms) From
I am running some import code asynchronously from a simple WinForms app using a
How can I use the ListView_GetBkImage macro: http://msdn.microsoft.com/en-us/library/bb761246(v=VS.85).aspx ... from a C#/WinForms application? I
I'm using Tasks in WinForms to remove expensive methods from my UI thread. In
Using WinForms and data bindings. I have a form containing a BindingSource component and
I'am using a custom control code for my winforms application to create a custom
We migrate from WinForms to WPF... slowly =) No we use WPF User Controls
Is it possible to read WPF ResourceDictionaries from WinForms? If yes, how?
Is there any way to add reference from one winforms to another winforms?? There
In this case, the source of the text is from a winforms textbox. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.