FormsAuthenticationControl.PadLeft Property

Gets or sets a value that indicates whether text entered in the control can be right-aligned, padding with spaces on the left.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property PadLeft As Boolean
    Get
    Set
'Usage
Dim instance As FormsAuthenticationControl
Dim value As Boolean

value = instance.PadLeft

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

Property Value

Type: System.Boolean
true if the control can be right-aligned and padded with spaces on the left; otherwise, false.

See Also

Reference

FormsAuthenticationControl Class

FormsAuthenticationControl Members

Microsoft.Office.Server.Search.WebControls Namespace