Creates the custom presentation for the specified prompt.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
Inline CreateRepresentation(
	IPrompt prompt
)
Visual Basic (Declaration)
Function CreateRepresentation ( _
	prompt As IPrompt _
) As Inline

Parameters

prompt
Type: Mindscape.WpfElements..::.IPrompt
The prompt.

Return Value

An Inline to represent the prompt in the MaskedTextBox. This should contain exactly one character or UIElement. The MaskedTextBox will throw an exception if an implementation returns an Inline containing a run of more than one character or element.

See Also