Extent Tab Pages in the Tab Control

Dave Vorgang <[email protected]>
Newsgroups gmane.comp.windows.devel.dotnet.advanced
Message-ID <34BDEF4FDF97EC46B7565B38A5F93FF701EA101DDB2F@MSDMAIL.medford.k12.or.us>
Hi All,

Here is my code the extend the Tab control:

Imports System.ComponentModel

Public Class VTab : Inherits TabControl

    Implements IVplusControl

    Private _ReturnValueLength As Integer = 0

    Public Property ReturnValueLength() As Integer Implements IVplusControl.ReturnValueLength
        Get
            Return _ReturnValueLength
        End Get
        Set(ByVal value As Integer)
            _ReturnValueLength = value
        End Set
    End Property

End Class

I'm wanting to add additional properties to the TabPage object in the TabPages collection.

Any help on this would be greatly appreciated.

Thanks,


Dave Vorgang
Senior Programmer / Analyst
Medford School District - Information Technology
(541) 842-1021
mailto:[email protected]<BLOCKED::mailto:[email protected]>


===================================
View archives and manage your subscription(s) at http://peach.ease.lsoft.com/archives
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.