For a list of all members of this type, see EditorWithMask members.
Name | Description | |
---|---|---|
ApplyValueAppearance | Applies any appearance associated with the dataVal data value. Base implementation does nothing. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
AreTouchMetricsEnabled | Returns whether Touch mode is currently enabled on this control. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Beep | Calls the MessageBeep api | |
CalcDefaultCurrencyMask | Overloaded. Calculates the default mask for currency based on the cultureInfo. | |
CalcDefaultDateMask | Overloaded. Calculates the default mask for a date based on the specified IFormatProvider implementation, optionally including culture-specific separator/formatting characters. | |
CalcDefaultDoubleMask | Overloaded. Calculates the default mask for double mask based on the CultureInfo | |
CalcDefaultTimeMask | Calculates the default mask for currency based on the cultureInfo. | |
CanEditType | Overridden. Determines if the type can be edited. | |
CanRenderType | Overridden. Determines if the type can be rendered. | |
Clone | Overridden. Creates a copy of the embeddable editor with the specified default owner. | |
CloseUp | Called to have the dropdown close up. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ComparesByValue | Returns whether the owner should compare items based on their underlying value rather than their display text. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Copy | Performs a Copy edit operation on the currently selected text, placing it on the clipboard. | |
CreateAccessibilityInstance | Overridden. Used by an editor owner to create an accessible object for a specific object managed by an editor. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
CreateUIAutomationProvider | Overridden. Creates the UI automation provider. | |
Cut | Performs a Cut edit operation on the currently selected text, removing it from the control and placing it on the clipboard. | |
DataValueToText | Overloaded. Overridden. Converts data value to text making use of any format provider and format strings that owner may provide. If unsuccessful, returns null. | |
Delete | Deletes currently selected text if possible and shifts characters accordingly. | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
DropDown | Called to drop down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
EnsureCaretPositionForNumericSections | Ensures the caret position is set to the next non-filled char in the a number section so when a character is typed, caret is moved there. This only applies to number and fraction sections. | |
EnterEditMode | Called to place the editor in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ExitEditMode | Called to have the editor exit edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Focus | Overridden. Sets input focus to the editor. | |
GetDropDownState | Returns information about whether the dropdown is dropped down. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetEditStatus | Returns information about whether the object is in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetEmbeddableElement | Overloaded. Overridden. Called from inside the UIElement.PositionChildElements method of the parent element to create and position the embedded element or elements. | |
GetEmbeddableElementType | Overridden. Returns the type of the EmbeddableUIElementBase derived class that this editor uses as it's embeddable element. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetMaskForType | Returns the default mask used for editing values of dataType. If the dataType is not supported then returns null. | |
GetMinimumTouchFriendlyHeight | Returns the minimum height needed to display in touch-friendly mode. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
GetSize | Overloaded. Overridden. Used to determine the size preferred/required by the editor. | |
GetSpellCheckTarget | Gets the current spell check target (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetText | Returns the text for the object using the specified mask mode. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsInputKey | Overridden. Returns whether the key is used by the editor. | |
IsMaskValidForDataType | Overloaded. Returns true if mask is valid for the type. | |
IsValidPromptChar | Indicates if the specified character is valid for use as a prompt character for the EditorWithMask. | |
IsValidValue | Overridden. Returns true if the edited value is valid (read-only). If the value is invalid, the 'errorMessage' out parameter can contain an error message. | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
OnTouchMetricsChanged | Called when the TouchProvider's state or registration has changed (e.g. when its Visble or Enabled property has changed). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Paste | Performs a Paste edit operation. | |
PerformAction | Simulates user interaction with the control. | |
ResetButtonsLeft | Used to reset the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsLeft collection (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
ResetButtonsRight | Used to reset the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsRight collection (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
ResetSelectedTextBackColor | Reset TextSlectionBackColor | |
ResetSelectedTextForeColor | Reset TextSlectionForeColor | |
ResetSpinButtonDisplayStyle | Reset SpinButtonDisplayStyle | |
ScrollFirstFilledCharacterIntoView | Scrolls the first filled character in the mask into view. If no characters in the mask are filled, this will do nothing. | |
SelectAll | Overridden. Selects all the text in the control. | |
SetText | Overloaded. Sets the text. | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SupportsDataType | Returns true if the data type is supported by the EditorWithMask, false otherwise. | |
ToggleInsertMode | Toggles between insert and overstrike mode. | |
ValueToDataValue | Overloaded. Converts val to an object of type returned by owner's GetDataType method. If it can not convert, it returns null. It makes use of any format provided and format string off the owner. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |