Share via


TextBox.Numeric property

Namespace:  Microsoft.SharePoint.Mobile.Controls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Numeric As Boolean
    Get
    Set
'Usage
Dim instance As TextBox
Dim value As Boolean

value = instance.Numeric

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

Property value

Type: System.Boolean

See also

Reference

TextBox class

TextBox members

Microsoft.SharePoint.Mobile.Controls namespace