Click to See Complete Forum and Search --> : ifw Property


buckyII
August 31st, 2004, 07:31 AM
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

DSJ
August 31st, 2004, 08:27 AM
Of what class is object Me in the example you posted?

buckyII
August 31st, 2004, 09:52 AM
Me is a Form.

DSJ
August 31st, 2004, 10:39 AM
OK, what's CtlTxtAndChecks1?

buckyII
August 31st, 2004, 10:45 AM
A control I created.

DSJ
August 31st, 2004, 12:18 PM
If you created the control, you must also have created the Ifw property, or it belongs to a baseclass you're inheriting from.