I am would like to know what the ifw property is. It seems like VB .NET sets this property to Nothing, but I cannot find it in the help.
Example: Me.CtlTxtAndChecks1.ifw = Nothing
Printable View
I am would like to know what the ifw property is. It seems like VB .NET sets this property to Nothing, but I cannot find it in the help.
Example: Me.CtlTxtAndChecks1.ifw = Nothing
Of what class is object Me in the example you posted?
Me is a Form.
OK, what's CtlTxtAndChecks1?
A control I created.
If you created the control, you must also have created the Ifw property, or it belongs to a baseclass you're inheriting from.