FormButton.ControlMode Property

Gets or sets the control mode.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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

See Also

Reference

FormButton Class

FormButton Members

Microsoft.SharePoint.WebControls Namespace