The following tables list the members exposed by EmbeddableEditorBase.
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
CanFocus | Returns true if the editor can take focus while in edit mode (read-only). | |
CurrentEditText | Returns the current text being edited without doing any validation. This will return the text currently typed in. If the editor does not have an textbox-like control, it will return the current edit value in form of text. | |
DataFilter | If different than null, specifies custom data filter used by the editor. | |
DefaultOwner | Returns the default embeddable editor owner, which may provide default owner-specific values for an editor | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
EditorSharedObjectName | Specifies name of the shared object that was defined for this editor. | |
ElementBeingEdited | Returns the embeddable element that is currently in edit mode. | |
ExpectedType | Default type used by the editor in the case of data filter. Null means that editor supports multiple data types and expects type to be set or provided by the owner. | |
Focused | Returns true if the editor has focus (read-only). | |
IsDroppedDown | Returns true if in edit mode and dropped down | |
IsInEditMode | Returns true if the editor is in edit mode | |
IsValid | Returns true if the edited value is valid (read-only). | |
SelectedText | Gets or sets the currently selected text in the editor. | |
SelectionLength | Gets or sets the number of characters selected in the editor. | |
SelectionStart | Gets or sets the starting point of text selected in the editor. | |
SupportsAutoSizeEdit | Specifies whether the editor supports AutoSizeEdit (read-only). | |
SupportsDropDown | Returns true if this editor supports a dropdown. | |
SupportsSelectableText | Returns true if this editor supports selecting text. | |
SupportsSpellChecking | Returns true if this editor supports spell checking. | |
SupportsValueList | Specifies whether the editor supports value list (read-only). | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLength | Gets the length of the text in the editor. | |
Value | The current value being edited. Type matches editor owner data type. |
Name | Description | |
---|---|---|
HasOwnDefaultContextMenu | Property which should be overriden by derived editors which have their own default Context Menu, so an ancestor's ContextMenu would be prevented from showing. | |
SelectedTextInternal | Gets or sets the currently selected text in the editor. | |
SelectionLengthInternal | Gets or sets the number of characters selected in the editor. | |
SelectionStartInternal | Gets or sets the starting point of text selected in the editor. | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLengthInternal | Gets the length of the text in the editor. | |
WantsOwnerKeyEvents | Specifies whether the editor wants to receive key events from the owner while in edit mode (read-only). |
Name | Description | |
---|---|---|
ApplyToolTipAppearance | Applies tooltip backcolor, forecolor and BackGradientStyle to the specified appearance. It also strips those flags from the requestedPropFlags parameter. | |
ApplyValueAppearance | Applies any appearance associated with the dataVal data value. Base implementation does nothing. | |
AreTouchMetricsEnabled | Returns whether Touch mode is currently enabled on this control. | |
CanEditType | Determines if the type can be edited. | |
CanRenderType | Determines if the type can be rendered. | |
Clone | Creates a copy of the embeddable editor with the specified default owner. | |
CloseUp | Called to have the dropdown close up. | |
ComparesByValue | Returns whether the owner should compare items based on their underlying value rather than their display text. | |
CreateAccessibilityInstance | 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 | Used by an editor owner to create a UI Automation provider for a specific object managed by an editor. | |
DataValueToText | Overloaded. Converts data value to text making use of any format provider and format strings that owner may provide. If unsuccessful, returns null. | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
DropDown | Called to drop down the dropdown. | |
EnterEditMode | Called to place the editor in edit mode. | |
ExitEditMode | Called to have the editor exit edit mode. | |
Focus | Sets input focus to the editor. | |
GetDropDownState | Returns information about whether the dropdown is dropped down. | |
GetEditStatus | Returns information about whether the object is in edit mode. | |
GetEmbeddableElement | Overloaded. Called from inside the UIElement.PositionChildElements method of the parent element to create and position the embedded element or elements. | |
GetEmbeddableElementType | 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) | |
GetSize | Overloaded. Is called to get the size needed to render a value. | |
GetSpellCheckTarget | Gets the current spell check target | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsInputKey | Returns whether the key is used by the editor. | |
IsValidValue | 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). | |
SelectAll | Selects all text in the editor. | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
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. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
AdjustSizeForOwnerBorders | Adjusts the specified Size to account for the owner-specified borders | |
AdjustSizeForOwnerPadding | Adjusts (increases) the specified size for the owner padding. | |
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
DoCloseUp | Closes the dropdown. | |
DoDropDown | Drops down the dropdown. | |
GetAutoConvertedDestinationValue | Override this in specific editor to provide automatic conversions for that editor. | |
GetDisplayValue | Override this in specific editor to provide display value. | |
GetEditorValue | Override this in specific editor to provide editor value. | |
GetInkProvider | Gets the InkProvider registered for the owner's container. | |
GetTextSizeOfValue | Returns the size required to render the editor's value for the specified owner and ownerContext. | |
HookOwnersKeyEvents | Start listening to the owner's key events | |
InitializeFrom | Initializes the state of this object from a source object of the same type | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
IsDestinationValueValid | Override this in specific editor to check if converted value is valid. Note, this value does not use the ValueConstraint object returned by the owner's GetConstraints method during validation. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAfterCloseUp | Called after the dropdown has been closed up. | |
OnAfterDropDown | Called after the dropdown has been dropped down. | |
OnAfterEnterEditMode | Called after edit mode has been entered. | |
OnAfterExitEditMode | Called after edit mode has been exited. | |
OnBeforeDropDown | Called before the dropdown has been dropped down. | |
OnBeforeEnterEditMode | Called before edit mode has been entered. | |
OnBeforeExitEditMode | Called before edit mode has been exited. | |
OnDispose | Overridden. Called when the editor is disposed | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnOwnerKeyDown | Occurs when the owner gets a key down while in edit mode. | |
OnOwnerKeyPress | Occurs when the owner gets a key press while in edit mode. | |
OnOwnerKeyUp | Occurs when the owner gets a key up while in edit mode. | |
OnSubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
UnhookOwnersKeyEvents | Unhook from the owner's key events |
Name | Description | |
---|---|---|
AfterCloseUp | Occurs after closing up the dropdown. | |
AfterDropDown | Occurs after dropping down the dropdown. | |
AfterEnterEditMode | Occurs after entering edit mode. | |
AfterExitEditMode | Occurs after exiting edit mode. | |
BeforeDropDown | Occurs before dropping down the dropdown. | |
BeforeEnterEditMode | Occurs before entering edit mode. | |
BeforeExitEditMode | Occurs before exiting edit mode. | |
KeyDown | Occurs on a key down while the editor is in edit mode and the editor has focus. | |
KeyPress | Occurs on a key press while the editor is in edit mode and the editor has focus. | |
KeyUp | Occurs on a key up while the editor is in edit mode and the editor has focus. | |
SelectionChanged | Occurs when a new value is selected from the dropdown. | |
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
ValueChanged | Occurs when the value is changed in edit mode. |
EmbeddableEditorBase Class
Infragistics.Win Namespace
Infragistics.Shared.SubObjectBase