FormComponent.ControlMode property

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

Syntax

'Declaration
Public Property ControlMode As SPControlMode
    Get
    Set
'Usage
Dim instance As FormComponent
Dim value As SPControlMode

value = instance.ControlMode

instance.ControlMode = value
public SPControlMode ControlMode { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.SPControlMode

See also

Reference

FormComponent class

FormComponent members

Microsoft.SharePoint.WebControls namespace