Mono Class Library: Overview

System.ComponentModel.MaskedTextProvider: Members

The members of System.ComponentModel.MaskedTextProvider are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
AllowPromptAsInputbool. Documentation for this section has not yet been entered.
[read-only]
AsciiOnlybool. Documentation for this section has not yet been entered.
[read-only]
AssignedEditPositionCountint. Documentation for this section has not yet been entered.
[read-only]
AvailableEditPositionCountint. Documentation for this section has not yet been entered.
[read-only]
CultureSystem.Globalization.CultureInfo. Documentation for this section has not yet been entered.
[read-only]
static
DefaultPasswordCharchar. Documentation for this section has not yet been entered.
[read-only]
EditPositionCountint. Documentation for this section has not yet been entered.
[read-only]
EditPositionsIEnumerator. Documentation for this section has not yet been entered.
IncludeLiteralsbool. Documentation for this section has not yet been entered.
IncludePromptbool. Documentation for this section has not yet been entered.
[read-only]
static
InvalidIndexint. Documentation for this section has not yet been entered.
IsPasswordbool. Documentation for this section has not yet been entered.
[read-only]
default property
Item(int)char. Documentation for this section has not yet been entered.
[read-only]
LastAssignedPositionint. Documentation for this section has not yet been entered.
[read-only]
Lengthint. Documentation for this section has not yet been entered.
[read-only]
Maskstring. Documentation for this section has not yet been entered.
[read-only]
MaskCompletedbool. Documentation for this section has not yet been entered.
[read-only]
MaskFullbool. Documentation for this section has not yet been entered.
PasswordCharchar. Documentation for this section has not yet been entered.
PromptCharchar. Documentation for this section has not yet been entered.
ResetOnPromptbool. Documentation for this section has not yet been entered.
ResetOnSpacebool. Documentation for this section has not yet been entered.
SkipLiteralsbool. Documentation for this section has not yet been entered.

Public Methods

Add(char) : bool
Documentation for this section has not yet been entered.
Add(string) : bool
Documentation for this section has not yet been entered.
Add(char, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
Add(string, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Clear(out MaskedTextResultHint)
Documentation for this section has not yet been entered.
Clone() : object
Documentation for this section has not yet been entered.
FindAssignedEditPositionFrom(int, bool) : int
Documentation for this section has not yet been entered.
FindAssignedEditPositionInRange(int, int, bool) : int
Documentation for this section has not yet been entered.
FindEditPositionFrom(int, bool) : int
Documentation for this section has not yet been entered.
FindEditPositionInRange(int, int, bool) : int
Documentation for this section has not yet been entered.
FindNonEditPositionFrom(int, bool) : int
Documentation for this section has not yet been entered.
FindNonEditPositionInRange(int, int, bool) : int
Documentation for this section has not yet been entered.
FindUnassignedEditPositionFrom(int, bool) : int
Documentation for this section has not yet been entered.
FindUnassignedEditPositionInRange(int, int, bool) : int
Documentation for this section has not yet been entered.
static
GetOperationResultFromHint(MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
InsertAt(char, int) : bool
Documentation for this section has not yet been entered.
InsertAt(string, int) : bool
Documentation for this section has not yet been entered.
InsertAt(char, int, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
InsertAt(string, int, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
IsAvailablePosition(int) : bool
Documentation for this section has not yet been entered.
IsEditPosition(int) : bool
Documentation for this section has not yet been entered.
static
IsValidInputChar(char) : bool
Documentation for this section has not yet been entered.
static
IsValidMaskChar(char) : bool
Documentation for this section has not yet been entered.
static
IsValidPasswordChar(char) : bool
Documentation for this section has not yet been entered.
Remove() : bool
Documentation for this section has not yet been entered.
Remove(out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
RemoveAt(int) : bool
Documentation for this section has not yet been entered.
RemoveAt(int, int) : bool
Documentation for this section has not yet been entered.
RemoveAt(int, int, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
Replace(char, int) : bool
Documentation for this section has not yet been entered.
Replace(string, int) : bool
Documentation for this section has not yet been entered.
Replace(char, int, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
Replace(string, int, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
Replace(char, int, int, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
Replace(string, int, int, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
Set(string) : bool
Documentation for this section has not yet been entered.
Set(string, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
ToDisplayString() : string
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
ToString(bool) : string
Documentation for this section has not yet been entered.
ToString(bool, bool) : string
Documentation for this section has not yet been entered.
ToString(int, int) : string
Documentation for this section has not yet been entered.
ToString(bool, int, int) : string
Documentation for this section has not yet been entered.
ToString(bool, bool, int, int) : string
Documentation for this section has not yet been entered.
ToString(bool, bool, bool, int, int) : string
Documentation for this section has not yet been entered.
VerifyChar(char, int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.
VerifyEscapeChar(char, int) : bool
Documentation for this section has not yet been entered.
VerifyString(string) : bool
Documentation for this section has not yet been entered.
VerifyString(string, out int, out MaskedTextResultHint) : bool
Documentation for this section has not yet been entered.