SPLinkButton.InDesign property

Gets or sets a value that indicates whether the link button is in design mode.

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

Syntax

'Declaration
Public Property InDesign As Boolean
    Get
    Set
'Usage
Dim instance As SPLinkButton
Dim value As Boolean

value = instance.InDesign

instance.InDesign = value
public bool InDesign { get; set; }

Property value

Type: System.Boolean
true if the button is in design mode; otherwise, false.

See also

Reference

SPLinkButton class

SPLinkButton members

Microsoft.SharePoint.WebControls namespace