VariableMaskedTextProviderReplace Method |
Called to replace a character at the specified position in the masked text.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual bool Replace(
char character,
ref int position
)
Public Overridable Function Replace (
character As Char,
ByRef position As Integer
) As Boolean
abstract Replace :
character : char *
position : int byref -> bool
override Replace :
character : char *
position : int byref -> bool
Parameters
- character
- Type: SystemChar
Character to insert. - position
- Type: SystemInt32
Position to insert at.
Return Value
Type:
Booleantrue when the replacement was successful, or
false if it failed.
Implements
IMaskedTextProviderReplace(Char, Int32)See Also