Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the mode of the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Enumeration SPControlMode
'Usage
Dim instance As SPControlMode
public enum SPControlMode
Member name | Description | |
---|---|---|
Invalid | A placeholder value in the enumeration indicating that it has no valid display mode from one of the other enumeration values. | |
Display | Specifies that the control is in display mode. | |
Edit | Specifies that the control is in edit mode. | |
New | Specifies that the control is in New mode. |