Infragistics2.Win.v8.1
EmbeddableEditorBase Class Members
See Also  Fields  Properties  Methods  Events
Infragistics.Win Namespace : EmbeddableEditorBase Class


The following tables list the members exposed by EmbeddableEditorBase.

Protected Fields

 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Top

Public Properties

 NameDescription
Public PropertyCanFocus Returns true if the editor can take focus while in edit mode (read-only).  
Public PropertyCurrentEditText 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.  
Public PropertyDataFilter If different than null, specifies custom data filter used by the editor.  
Public PropertyDefaultOwner Returns the default embeddable editor owner, which may provide default owner-specific values for an editor  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorSharedObjectName Specifies name of the shared object that was defined for this editor.  
Public PropertyElementBeingEdited Returns the embeddable element that is currently in edit mode.  
Public PropertyExpectedType 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.  
Public PropertyFocused Returns true if the editor has focus (read-only).  
Public PropertyIsDroppedDown Returns true if in edit mode and dropped down  
Public PropertyIsInEditMode Returns true if the editor is in edit mode  
Public PropertyIsValid Returns true if the edited value is valid (read-only).  
Public PropertySelectedText Gets or sets the currently selected text in the editor.  
Public PropertySelectionLength Gets or sets the number of characters selected in the editor.  
Public PropertySelectionStart Gets or sets the starting point of text selected in the editor.  
Public PropertySupportsAutoSizeEdit Specifies whether the editor supports AutoSizeEdit (read-only).  
Public PropertySupportsDropDown Returns true if this editor supports a dropdown.  
Public PropertySupportsSelectableText Returns true if this editor supports selecting text.  
Public PropertySupportsSpellChecking Returns true if this editor supports spell checking.  
Public PropertySupportsValueList Specifies whether the editor supports value list (read-only).  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextLength Gets the length of the text in the editor.  
Public PropertyValue The current value being edited. Type matches editor owner data type.  
Top

Protected Properties

 NameDescription
Protected PropertySelectedTextInternal Gets or sets the currently selected text in the editor.  
Protected PropertySelectionLengthInternal Gets or sets the number of characters selected in the editor.  
Protected PropertySelectionStartInternal Gets or sets the starting point of text selected in the editor.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTextLengthInternal Gets the length of the text in the editor.  
Protected PropertyWantsOwnerKeyEvents Specifies whether the editor wants to receive key events from the owner while in edit mode (read-only).  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)ApplyToolTipAppearance Applies tooltip backcolor, forecolor and BackGradientStyle to the specified appearance. It also strips those flags from the requestedPropFlags parameter.  
Public MethodApplyValueAppearance Applies any appearance associated with the dataVal data value. Base implementation does nothing.  
Public MethodCanEditType Determines if the type can be edited.  
Public MethodCanRenderType Determines if the type can be rendered.  
Public MethodClone Creates a copy of the embeddable editor with the specified default owner.  
Public MethodCloseUp Called to have the dropdown close up.  
Public MethodComparesByValue Returns whether the owner should compare items based on their underlying value rather than their display text.  
Public MethodCreateAccessibilityInstance Used by an editor owner to create an accessible object for a specific object managed by an editor.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDataValueToTextOverloaded.  Converts data value to text making use of any format provider and format strings that owner may provide. If unsuccessful, returns null.  
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodDropDown Called to drop down the dropdown.  
Public MethodEnterEditMode Called to place the editor in edit mode.  
Public MethodExitEditMode Called to have the editor exit edit mode.  
Public MethodFocus Sets input focus to the editor.  
Public MethodGetDropDownState Returns information about whether the dropdown is dropped down.  
Public MethodGetEditStatus Returns information about whether the object is in edit mode.  
Public MethodGetEmbeddableElementOverloaded.  Called from inside the UIElement.PositionChildElements method of the parent element to create and position the embedded element or elements.  
Public MethodGetEmbeddableElementType Returns the type of the EmbeddableUIElementBase derived class that this editor uses as it's embeddable element.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetSizeOverloaded.  Is called to get the size needed to render a value.  
Public MethodGetSpellCheckTarget Gets the current spell check target  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsInputKey Returns whether the key is used by the editor.  
Public MethodIsValidValue Returns true if the edited value is valid (read-only). If the value is invalid, the 'errorMessage' out parameter can contain an error message.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodSelectAll Selects all text in the editor.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodValueToDataValueOverloaded.  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.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Top

Protected Methods

 NameDescription
Protected MethodAdjustSizeForOwnerBorders Adjusts the specified Size to account for the owner-specified borders  
Protected MethodAdjustSizeForOwnerPadding Adjusts (increases) the specified size for the owner padding.  
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDoCloseUp Closes the dropdown.  
Protected MethodDoDropDown Drops down the dropdown.  
Protected MethodGetAutoConvertedDestinationValue Override this in specific editor to provide automatic conversions for that editor.  
Protected MethodGetDisplayValue Override this in specific editor to provide display value.  
Protected MethodGetEditorValue Override this in specific editor to provide editor value.  
Protected MethodGetInkProvider Gets the InkProvider registered for the owner's container.  
Protected MethodGetTextSizeOfValue Returns the size required to render the editor's value for the specified owner and ownerContext.  
Protected MethodHookOwnersKeyEvents Start listening to the owner's key events  
Protected MethodInitializeFrom Initializes the state of this object from a source object of the same type  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodIsDestinationValueValid 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.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAfterCloseUp Called after the dropdown has been closed up.  
Protected MethodOnAfterDropDown Called after the dropdown has been dropped down.  
Protected MethodOnAfterEnterEditMode Called after edit mode has been entered.  
Protected MethodOnAfterExitEditMode Called after edit mode has been exited.  
Protected MethodOnBeforeDropDown Called before the dropdown has been dropped down.  
Protected MethodOnBeforeEnterEditMode Called before edit mode has been entered.  
Protected MethodOnBeforeExitEditMode Called before edit mode has been exited.  
Protected MethodOnDisposeOverridden.  Called when the editor is disposed  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnOwnerKeyDown Occurs when the owner gets a key down while in edit mode.  
Protected MethodOnOwnerKeyPress Occurs when the owner gets a key press while in edit mode.  
Protected MethodOnOwnerKeyUp Occurs when the owner gets a key up while in edit mode.  
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodRaiseKeyDownEvent Raises the KeyDown event  
Protected MethodRaiseKeyPressEvent Raises the KeyPress event  
Protected MethodRaiseKeyUpEvent Raises the KeyUp event  
Protected MethodRaiseSelectionChangedEvent Raises the SelectionChanged  
Protected MethodRaiseValueChangedEvent Raises the ValueChanged event and sets the value changed flag  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodUnhookOwnersKeyEvents Unhook from the owner's key events  
Protected MethodValueToString Returns the string representation of the specified value.  
Top

Public Events

 NameDescription
Public EventAfterCloseUp Occurs after closing up the dropdown.  
Public EventAfterDropDown Occurs after dropping down the dropdown.  
Public EventAfterEnterEditMode Occurs after entering edit mode.  
Public EventAfterExitEditMode Occurs after exiting edit mode.  
Public EventBeforeDropDown Occurs before dropping down the dropdown.  
Public EventBeforeEnterEditMode Occurs before entering edit mode.  
Public EventBeforeExitEditMode Occurs before exiting edit mode.  
Public EventKeyDown Occurs on a key down while the editor is in edit mode and the editor has focus.  
Public EventKeyPress Occurs on a key press while the editor is in edit mode and the editor has focus.  
Public EventKeyUp Occurs on a key up while the editor is in edit mode and the editor has focus.  
Public EventSelectionChanged Occurs when a new value is selected from the dropdown.  
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Public EventValueChanged Occurs when the value is changed in edit mode.  
Top

See Also