Version

ProgressBarEmbeddableOwner Class Members

The following tables list the members exposed by ProgressBarEmbeddableOwner.

Public Constructors
 NameDescription
Public ConstructorProgressBarEmbeddableOwner ConstructorInitializes a new progress bar embeddable owner  
Public Properties
 NameDescription
Public PropertyDesignModeOverridden. Indicates if the owner is being used in design mode  
Public Methods
 NameDescription
Public MethodAccessibilityNotifyClientsNotifies the owner that an accessible event has occurred. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodAlwaysRaiseEditorButtonEventsThis method indicates whether editor buttons should always fire editor button events even if the editor is not in edit mode. Default implementation returns false. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodAreTouchMetricsEnabledReturns whether this editor should display using Touch metrics or not. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodCanProcessMouseWheelIndicates whether the editor should respond to the mouse wheel. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodDrawAsActiveReturns whether the element should be drawn as if it were in its "active" state. Only applicable if the return from the DisplayStyle property is not Standard. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodEnsureValueIsInListReturns whether an editor's value must correspond to an item in its ValueList (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodEnterEditModeOnClickIf true is returned, the editor will enter edit mode on either MouseDown or MouseUp, depending on the nature of the editor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetAutoCompleteModeReturns the Infragistics.Win.AutoCompleteMode constant which determines the automatic completion mode for the Infragistics.Win.EditorWithCombo editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetAutoEditIndicates whether AutoEdit should enabled. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetAutoSizeEditInfoReturns the AutoSizeEdit information to be used by editors that support AutoSizing (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetAutoSuggestFilterModeReturns the AutoSuggestFilterMode constant which determines the filtering mode for the EditorWithCombo embeddable editor's auto-complete functionality. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetBorderStyleOverridden. Returns the border style to be displayed by the element  
Public MethodGetButtonStyleReturns the ButtonStyle to be used by the embeddable element's button (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetCachedGraphicsCalled to get a graphics object suitable for doing metrics calculations only. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetCharacterCasingDetermines how the text will be cased. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetCheckedListSettingsReturns an object which determines whether checkboxes are displayed for the items in a ValueList, and defines the properties and behavior for the checkboxes. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetComponentRoleOverridden. Invoked by an editor to obtain the application style information.  
Public MethodGetConstraintsReturns a Infragistics.Win.ValueConstraint object associated with the owner context, if any. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetContextMenuReturns the ContextMenu that will be displayed by the editor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetContextMenuStripReturns the ContextMenuStrip that will be displayed by the editor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetControlOverridden. Returns the associated control  
Public MethodGetDataTypeOverridden. Returns the data type rendered/edited by the element  
Public MethodGetDisplayStyleReturns the DisplayStyle to be used by the embeddable element (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetDropDownListAdditionalWidthReturns the number of pixels by which to increase the dropdown list's width to compensate for borders, etc. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetDropDownListOffsetReturns the horizontal and vertical offset to apply to the DropDown's list (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetEditorOverridden. Returns the editor for the passed in ownerContext. This is used by the base implementation of EmbeddableOwnerBase.  
Public MethodGetEditorContextGets the editor context that was set with SetEditorContext method. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetEditorElementOverridden. Returns the embeddable uielement associated with a particular object or null if none is available.  
Public MethodGetExtendedInfoReturns owner-specific information to an editor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetExternalContextReturns an object that may be provided to the programmer using an editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetFormatInfoOverridden. Returns the format info used to render the text.  
Public MethodGetGlyphInfoReturns a GlyphInfo object which assists in the drawing of glyphs such as CheckBoxes and Radio buttons. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetImageListReturns the image list to be used by the editor's ValueList, or null (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetImageTransparentColorReturns the color that is used as the transparent color for images displayed by the editor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetImeModeGets the ImeMode value used for the editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetMaskInfoReturns masking information. This is only of ibterest to a editor that supports masking. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetMaxLengthReturns the maximum length for a string. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetMaxLinesReturns the maximum number of text lines displayed. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetMaxValueOverridden. Returns the maximum allowable value.  
Public MethodGetMinValueOverridden. Returns the minimum allowable value.  
Public MethodGetNullTextThe string to display for a null value. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetPadCharReturns character used as a substitute for spaces. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetPaddingThe padding to place around the value to display. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetPasswordCharReturns the character used to mask characters. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetPromptCharReturns the character used as prompt during editing (e.g. '_'). (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetScrollBarLookReturns the Infragistics.Win.UltraWinScrollBar.ScrollBarLook to be used by the scrollbars displayed by the embeddable editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetScrollBarViewStyleReturns the Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle that the editor should utilize for any scrollbars that it displays. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetShowInkButtonDetermines when to show the Ink Button on the editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetSizeOfImagesReturns the size of images to be used by the editor's ValueList (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetSpellCheckerGets the spell checker (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetTextBoxScrollBarsReturns which scrollbars should appear in an editor's multiline TextBox. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetTextRenderingModeReturns the text rendering mode to use. Default implementation returns Default value. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetTypeConverterReturns the type converter to use to convert values. The default implementation returns the type converter associated with the data type of the owner. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetValueOverridden. Returns the value rendered/edited  
Public MethodGetValueListReturns a list of predefined values. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodGetValueListsCollectionReturns the image list to be used by the editor's ValueList, or null (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodIsActionableAreaSupportedInvoked by an editor to determine if an area of the element that performs an action is supported. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodIsEditorAlwaysInEditModeReturns whether this editor is always in edit mode (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodIsEnabledOverridden. Indicates if the element is enabled.  
Public MethodIsHotTrackingEnabledReturns whether "hot tracking" effects should be enabled (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodIsKeyMappedReturns whether the key is used by the owner. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodIsMultiLineReturns whether the text is multiline. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodIsNullableOverridden. Indicates if the element may return a null value  
Public MethodIsPrintingReturns true if the editor is being used in printing. The default is false. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodIsReadOnlyReturns true is the value is read-only (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodIsVerticalOverridden. Indicates if the element should be displayed vertically  
Public MethodMustDisplayFromListReturns whether the text an element displays must correspond to the text of an item in a list (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodMustSelectFromListReturns whether a selection can only be made from the value list. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodOnEditorClickThe editor calls this method whenever any of its embeddable elements gets a click. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodOnEditorDoubleClickThe editor calls this method whenever any of its embeddable elements gets a double click. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodOnEditorGotFocusCalled when the editor gets focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodOnEditorLostFocusCalled when the editor loses focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodOnEditorMouseDownThe editor calls this method whenever any of its embeddable elements gets a mouse down. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodOnEditorMouseUpThe editor calls this method whenever any of its embeddable elements gets a mouse up. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodOnEnterEditorCalled when focus is entering the editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodOnLeaveEditorCalled when focus is leaving the editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodRaiseKeyDownRases KeyDown event. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodRaiseKeyPressRaises KeyPress event. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodRaiseKeyUpRaises KeyUp event. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodReleaseCachedGraphicsCalled to release a graphics object that was returned from a prior call to Infragistics.Win.EmbeddableEditorOwnerBase.GetCachedGraphics. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodResolveAppearanceOverloaded. Overridden. Resolves the appearance for the element  
Public MethodResolveDefaultAppearanceResolves the default appearance for an element. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodSetEditorContextSets the editor context for the passed in ownerContext. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodShouldDrawFocusOverridden. Indicates if the element should display focus  
Public MethodShouldShowOverflowIndicatorSets the out parameters to values relating to the overflow indicator's existence and if it should show a tooltip. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodShowHotkeyPrefixReturns whether the ampersand character is interpreted as a hotkey prefix. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodShowKeyboardCuesReturns whether the UI is in a proper state to show keyboard accelerators. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodSuppressEnterLeaveInvalidationBy default the editors will invalidate the embeddable editor elements as the mouse enters and leaves them. This method can be used to suppress this behavior. Default implementation returns false. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodUseDefaultEditorCursorReturns whether the editor should use its default cursor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodWrapTextReturns whether the text should be wrapped if it doesn't fit. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public Events
 NameDescription
Public EventKeyDownOccurs on a key down while the editor is in edit mode and the owner has focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public EventKeyPressOccurs on a key press while the editor is in edit mode and the owner has focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public EventKeyUpOccurs on a key up while the editor is in edit mode and the owner has focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
See Also