'Declaration Public Class AutoCompletingMaskEventArgs Inherits System.ComponentModel.CancelEventArgs
'Usage Dim instance As AutoCompletingMaskEventArgs
public class AutoCompletingMaskEventArgs : System.ComponentModel.CancelEventArgs
'Declaration Public Class AutoCompletingMaskEventArgs Inherits System.ComponentModel.CancelEventArgs
'Usage Dim instance As AutoCompletingMaskEventArgs
public class AutoCompletingMaskEventArgs : System.ComponentModel.CancelEventArgs
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Xceed.Wpf.Controls.AutoCompletingMaskEventArgs
Name | Description | |
---|---|---|
![]() | AutoCompletingMaskEventArgs Constructor | Initializes a new instance of the AutoCompletingMaskEventArgs class specifying the inputted text as well as the information required to automatically complete the mask. |
Name | Description | |
---|---|---|
![]() | AutoCompleteStartPosition | Gets or sets a value indicating the position at which the automatic completion of the mask starts. |
![]() | AutoCompleteText | Gets or sets the text that will be used to automatically complete the mask. |
![]() | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
![]() | Input | Gets the input text. |
![]() | MaskedTextProvider | Gets a copy of the MaskTextProvider that was used to mask the inputted text. |
![]() | SelectionLength | Gets a value indicating the number of selected characters. |
![]() | StartPosition | Gets the position at which the input text starts. |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2