Table of Contents

Method SetIsNumericOnly

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

SetIsNumericOnly(DependencyObject, bool)

Sets the IsNumericOnly property. This dependency property indicates the text box only allows numeric or not.

public static void SetIsNumericOnly(DependencyObject d, bool value)

Parameters

d DependencyObject

DependencyObjectTo set the property on.

value bool

Value of the property.