Hide standard control's properties in designer

Hi,

I inherited Button control from Windows.Forms... but i would like to hide vertain
standard properties so that it will not shown in designer...

Is there anyway i can do that

Thanks


Answer this question

Hide standard control's properties in designer

  • MarilynJ

    Hi,

    I don't think i have enough expertise to comment here. Could you please post your query on WinForms Forum - http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=8&SiteID=1.

    Thanks.



  • PCr

    hi,

      What i mean by hide is to hide that property from designer not really hide it from code.
    so... yes you can do that...

    Thanks for your repply

  • DejanR

    I guess you can't do that. You can't override public methods to be private or protected.

    Lett us know if you find a solution to this.


  • Hide standard control's properties in designer