InputScope::RegularExpression Property

 

Gets or sets a regular expression to be used as a suggested text input pattern by input processors.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property String^ RegularExpression {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that defines a regular expression to be used as a suggested text input pattern by input processors.

This property has no default value.

Exception Condition
ArgumentNullException

Raised when an attempt is made to set this property to null.

.NET Framework
Available since 3.0
Return to top
Show: