Compartilhar via


TextBox.Numeric property

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

Syntax

'Declaração
Public Property Numeric As Boolean
    Get
    Set
'Uso
Dim instance As TextBox
Dim value As Boolean

value = instance.Numeric

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

Property value

Type: System.Boolean

Ver também

Referência

TextBox class

TextBox members

Microsoft.SharePoint.Mobile.Controls namespace