L
Lou
How do I access a property of a control that is part of frmMain from a
class?
Example:
Public Class myClass
Public ReadOnly Property DWidth() As Integer
Get
DWidth = frmMain.myObject.Width
End Get
End Property
class?
Example:
Public Class myClass
Public ReadOnly Property DWidth() As Integer
Get
DWidth = frmMain.myObject.Width
End Get
End Property