Version

CurrentState Property (UltraWinEditorMaskedControlBase)

Returns bit flags that signify the current editing state of the control.
Syntax
'Declaration
 
Public ReadOnly Property CurrentState As Infragistics.Win.UltraWinMaskedEdit.MaskedEditState
public Infragistics.Win.UltraWinMaskedEdit.MaskedEditState CurrentState {get;}
Remarks
The CurrentState property is used primarily in conjunction with the KeyActionMappings property and the PerformAction method to return information about the state of the control with regards to user interaction. The setting of the CurrentState property indicates which object has focus in the control, whether the user has placed the control into edit mode, and other information such as whether a combo box is dropped down or whether a row is expanded.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also