sethindeed
Well-known member
Hey its me again
I am trying to declare a class that acts as a maskededit control.
Here is what I have done so far :
Public Class MyMaskedEdit
Inherits MSMask.MaskEdClass
End Class
Doing so, I am unable to access most of the maskededit properties (Left.Top, BackColor ... ). When declaring classes for common controls, I am using the following inheritance structure :
Inherits System.Windows.Forms.TextBox
...but I just cant find the maskededit control in the forms collection. Anybody has experienced the same kind of problems before ?
thx
I am trying to declare a class that acts as a maskededit control.
Here is what I have done so far :
Public Class MyMaskedEdit
Inherits MSMask.MaskEdClass
End Class
Doing so, I am unable to access most of the maskededit properties (Left.Top, BackColor ... ). When declaring classes for common controls, I am using the following inheritance structure :
Inherits System.Windows.Forms.TextBox
...but I just cant find the maskededit control in the forms collection. Anybody has experienced the same kind of problems before ?
thx