ComponentOne WinUI Edition
Demos
Docs
Samples
Download
WinUI | ComponentOne
C1.WinUI.Input Assembly
/
C1.WinUI.Input Namespace
/
C1MaskedTextBox Class
/ PromptChar Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Syntax
See Also
WinUI Overview
Get Started with WinUI
Section 508 Compliance
Configure WinUI Application
Adding NuGet Packages to your App
Controls
API Reference
C1.WinUI.Accordion Assembly
C1.WinUI.BarCode Assembly
C1.WinUI.Calendar Assembly
C1.WinUI.Chart Assembly
C1.WinUI.Core Assembly
C1.WinUI.DataCollection Assembly
C1.WinUI.DataFilter Assembly
C1.WinUI.DataPager Assembly
C1.WinUI.DateTimeEditors Assembly
C1.WinUI.Grid Assembly
C1.WinUI.GridControl Assembly
C1.WinUI.Input Assembly
Namespaces
C1.WinUI.Input Namespace
Overview
Classes
C1MaskedTextBox
Overview
Members
C1MaskedTextBox Constructor
Methods
Dispose Method
Dispose(Boolean) Method
OnApplyTemplate Method
OnMaskedTextChanged Method
UpdateValue Method
Properties
AutoConvert Property
Culture Property
IsValid Property
Mask Property
PromptChar Property
ReplaceMode Property
TextMaskFormat Property
Value Property
Fields
AutoConvertProperty Field
CultureProperty Field
MaskProperty Field
PromptCharProperty Field
ReplaceModeProperty Field
TextMaskFormatProperty Field
ValueProperty Field
Events
MaskedTextChanged Event
ValueChanged Event
C1NumericBox
C1Popup
C1PopupBorder
C1RangeSlider
C1ValidationDecorator
MaskedTextChangedEventArgs
TextBoxAutoCompleteEventArgs
Enumerations
Anchor
MaskFormat
RangeSliderScrollBehavior
RangeValidationMode
SelectOnFocusCondition
ValidationState
Structures
AnchorMatching
Delegates
MaskedTextChangedEventHandler
C1.WinUI.Input.C1_WinUI_Input_XamlTypeInfo Namespace
Overview
C1.WinUI.Menu Assembly
C1.WinUI.Rendering Assembly
C1.WinUI.Viewer Assembly
Release History
PromptChar Property
In This Topic
Syntax
See Also
Gets or sets the character used to show spaces where user is supposed to type.
Syntax
C#
public
char
PromptChar {
get
;
set
;}
See Also
Reference
C1MaskedTextBox Class
C1MaskedTextBox Members