FormButton.ControlMode property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property ControlMode As SPControlMode
Get
Set
'Usage
Dim instance As FormButton
Dim value As SPControlMode
value = instance.ControlMode
instance.ControlMode = value
public virtual SPControlMode ControlMode { get; set; }
Property value
Type: Microsoft.SharePoint.WebControls.SPControlMode