so it means after executing this line of form1:
the control moves to the set portion of the property:Code:Form2.getValue = txtName.Text
and then finally executes the get portion:Code:Set(ByVal value As String) txtName.Text = value End Set
am i getting it right?Code:Get Return txtName.Text End Get




Reply With Quote