Gets whether the implementation provides a custom presentation for the specified prompt. If this returns false, the MaskedTextBox will use the default presentation (the prompt character).

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

Syntax

C#
bool OverridesRepresentation(
	IPrompt prompt
)
Visual Basic (Declaration)
Function OverridesRepresentation ( _
	prompt As IPrompt _
) As Boolean

Parameters

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

Return Value

true if there is a custom presentation for this prompt, otherwise false.

See Also