OWSControl.ParentOWSForm property

NOTE: This API is now obsolete.

Gets the parent form for the control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
Public ReadOnly Property ParentOWSForm As OWSForm
    Get
'Usage
Dim instance As OWSControl
Dim value As OWSForm

value = instance.ParentOWSForm
[ObsoleteAttribute("This class has been deprecated.")]
public OWSForm ParentOWSForm { get; }

Property value

Type: Microsoft.SharePoint.WebControls.OWSForm
A OWSForm object that represents the parent form.

See also

Reference

OWSControl class

OWSControl members

Microsoft.SharePoint.WebControls namespace