To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
VBForums  

VB Wire News
Part 10 of the Visual Basic .NET 2010 Express Tutorial Complete!
How to Use the Visual Studio Code Analysis Tool FxCop
Article :: Interview with Andrei Alexandrescu (Part 3 of 3)
Introducing Visual Studio LightSwitch
Visual Studio LightSwitch Beta 1 is Available



Go Back   VBForums > Visual Basic > Visual Basic .NET

Reply Post New Thread
 
Thread Tools Display Modes
Old Jun 22nd, 2007, 09:09 AM   #1
Makavelli
Junior Member
 
Join Date: Mar 05
Posts: 17
Makavelli is an unknown quantity at this point (<10)
How to inherit all control's properties in user control

I am trying to create a user control with a label and combobox controls and I don't want to have to create all the exposed properties that already exist for the combobox in my control.

My question is this: Is is possible to automatically inherit all the properties for the combobox and the label?

For example, I don't want to have to write this code to show the combobox's SelectedIndex Property but have it show up in the control's property

Code:
<System.ComponentModel.Description("Selected Index"), _
System.ComponentModel.Category("Combobox")> _
Public Property SelectedIndex() as Integer
        Get 
              Return Combobox.SelectedIndex
        End Get
        Set (ByVal value as Integer)
              Combobox.SelectedIndex = value
        End Set
End Property
Thanks
Makavelli is offline   Reply With Quote
Reply

Go Back   VBForums > Visual Basic > Visual Basic .NET


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 05:32 AM.





Acceptable Use Policy

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.