For a list of all members of this type, see ToggleEditorBase 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) | |
CanEditType | Overridden. This editor only edits boolean and string values. | |
CanRenderType | Overridden. Only Boolean and string types can be rendered by this editor | |
Clone | Creates a copy of the embeddable editor with the specified default owner. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
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) | |
CreateAccessibilityInstance | Used by an editor owner to create an accessible object for a specific object managed by an editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
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. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
DataValueToText | Overloaded. Converts data value to text making use of any format provider and format strings that owner may provide. If unsuccessful, returns null. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
DropDown | Called to drop down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
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. Called from inside the UIElement.PositionChildElements method of the parent element to create and position the embedded element or elements. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetEmbeddableElementType | Returns the type of the EmbeddableUIElementBase derived class that this editor uses as it's embeddable element. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetOwnerCheckState | Overloaded. Returns the the value of the Owner as a CheckState | |
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) | |
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. | |
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. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
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) | |
ResetCheckedAppearance | Called by environment to reset property. | |
ResetHotTrackingAppearance | Called by environment to reset property. | |
ResetIndeterminateAppearance | Called by environment to reset property. | |
ResolveAppearance | Overloaded. Resolves the elements appearance. | |
SelectAll | Selects all text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ShouldSerializeCheckedAppearance | Called to determine if Appearance should be serialized | |
ShouldSerializeHotTrackingAppearance | Called to determine if Appearance should be serialized | |
ShouldSerializeIndeterminateAppearance | Called to determine if Appearance should be serialized | |
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. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
AdjustSizeForOwnerBorders | Adjusts the specified Size to account for the owner-specified borders (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
AdjustSizeForOwnerPadding | Adjusts (increases) the specified size for the owner padding. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
DoCloseUp | Closes the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
DoDropDown | Drops down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetAutoConvertedDestinationValue | Overridden. Override this in specific editor to provide automatic conversions for that editor. | |
GetDisplayValue | Override this in specific editor to provide display value. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetEditorValue | Overridden. Override this in specific editor to provide editor value. | |
GetInkProvider | Gets the InkProvider registered for the owner's container. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetTextSizeOfValue | Returns the size required to render the editor's value for the specified owner and ownerContext. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
HookOwnersKeyEvents | Start listening to the owner's key events (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
InitializeFrom | Overridden. 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. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAfterCheckStateChanged | Fires the AfterCheckStateChanged event | |
OnAfterCloseUp | Called after the dropdown has been closed up. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
OnAfterDropDown | Called after the dropdown has been dropped down. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
OnAfterEnterEditMode | Overridden. Fired after control enters edit mode. | |
OnAfterExitEditMode | Called after edit mode has been exited. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
OnBeforeCheckStateChanged | Fires the BeforeCheckStateChanged event | |
OnBeforeDropDown | Called before the dropdown has been dropped down. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
OnBeforeEnterEditMode | Called before edit mode has been entered. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
OnBeforeExitEditMode | Overridden. Invoked before the CheckEditor exits edit mode. | |
OnDispose | Overridden. Clean up any resources being used. | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnOwnerKeyDown | Occurs when the owner gets a key down while in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
OnOwnerKeyPress | Occurs when the owner gets a key press while in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
OnOwnerKeyUp | Overridden. Handles keyUp of owner | |
OnSubObjectPropChanged | Overridden. Invoked when a property has changed on a sub object | |
OnValidateCheckState | Fires the ValidateCheckState event | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
UnhookOwnersKeyEvents | Unhook from the owner's key events (Inherited from Infragistics.Win.EmbeddableEditorBase) |