Version

DropDownResizeHandleUIElement Class Members

The following tables list the members exposed by DropDownResizeHandleUIElement.

Public Constructors
 NameDescription
Public ConstructorDropDownResizeHandleUIElement ConstructorConstructor initializes a new instance of DropDownResizeHandleUIElement.  
Protected Fields
 NameDescription
Protected FieldchildElementsCollectionThe collection of child elements (Inherited from Infragistics.Win.UIElement)
Protected FieldchildElementsCollectionDirtyIndicates if the child elements for this element need to be repositioned/created (Inherited from Infragistics.Win.UIElement)
Protected FieldgrabHandleRectDefines the bounds of the grab handle.  
Protected FieldinitialLeftRightAdjustmentPointInRightBorderIndicates which border was clicked on to start the left/right adjustment (Inherited from Infragistics.Win.AdjustableUIElement)
Protected FieldinitialUpDownAdjustmentPointInBottomBorderIndicates which border was clicked on to start the up/down adjustment (Inherited from Infragistics.Win.AdjustableUIElement)
Protected FieldparentElementThe parent UIElement (will be null for the ControlUIElementBase derived classes (Inherited from Infragistics.Win.UIElement)
Protected FieldrectValueThe rect of this elements in client coordinates of the control (Inherited from Infragistics.Win.UIElement)
Public Properties
 NameDescription
Public PropertyAccessibilityInstanceReturns the accessible object associated with the element. (Inherited from Infragistics.Win.UIElement)
Public PropertyAccessibilityInstanceResolvedReturns the accessible object associated with this element or one of its parent elements. (Inherited from Infragistics.Win.UIElement)
Public PropertyAdjustableReturns true if this element can be moved or resized by the mouse (Inherited from Infragistics.Win.AdjustableUIElement)
Public PropertyAreTouchMetricsEnabledReturns whether Touch mode is currently enabled on this control. (Inherited from Infragistics.Win.UIElement)
Public PropertyBorderSidesReturns flags indicating which borders will be drawn (Inherited from Infragistics.Win.UIElement)
Public PropertyBorderStyleOverridden. The border style of the element  
Public PropertyCancelCaptureOnEscapeIndicates if capture for this element should be terminated if the escape key is pressed. (Inherited from Infragistics.Win.UIElement)
Public PropertyChildElementsReturns the child elements array (read-only) (Inherited from Infragistics.Win.UIElement)
Public PropertyChildElementsDirtyTrue indicates that the child elements need to be created/adjusted on the next draw operation (read-only) (Inherited from Infragistics.Win.UIElement)
Public PropertyClipRectReturns the intersection of this element's rect's with all of its parent element's rects (Inherited from Infragistics.Win.UIElement)
Public PropertyControlWalks up the parent chain until it reaches a Control element (which overrides this method) (Inherited from Infragistics.Win.UIElement)
Public PropertyControlElementReturns the top level/control element. Read-only. (Inherited from Infragistics.Win.UIElement)
Public PropertyCursorReturns the cursor that should be used when the mouse is over the element. By default this just walks up the parent chain by returning its parent's cursor (Inherited from Infragistics.Win.UIElement)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDrawingClipRectReturns the intersection of this element's rect's with all of its parent element's rects. This can differ from the ClipRect when RightToLeft is true or if the ZoomFactor is different than 1. (Inherited from Infragistics.Win.UIElement)
Public PropertyDrawingRectReturns the rect into which the element will draw. This can differ from the Rect when RightToLeft is true or if the ZoomFactor is different than 1. (Inherited from Infragistics.Win.UIElement)
Public PropertyDrawingRectInsideBordersReturns the rect into which the element will draw after adjusting for any borders. This can differ from the RectInsideBorders when RightToLeft is true or if the ZoomFactor is different than 1. (Inherited from Infragistics.Win.UIElement)
Public PropertyDrawingRegionReturns the Region into which the element will draw. This can differ from the Region when RightToLeft is true or if the ZoomFactor is different than 1. (Inherited from Infragistics.Win.UIElement)
Public PropertyEnabledGets/sets whether this element is enabled. Note: this will return false the element or any of its ancestors are disabled. (Inherited from Infragistics.Win.UIElement)
Public PropertyForceUpdateOnAdjustmentGets or sets the value indicating whether the drop down should automatically repaint when a resize occurs.  
Public PropertyGrabHandleLocationSpecifies the location of the grab handle, which also determines its behavior.  
Public PropertyHasChildElementsReturns true if there are any child elements (read-only) (Inherited from Infragistics.Win.UIElement)
Public PropertyIsAccessibleElementIndicates if the element supports accessibility. (Inherited from Infragistics.Win.UIElement)
Public PropertyIsDrawingTrue if this element is in a drawing operation (read-only). (Inherited from Infragistics.Win.UIElement)
Public PropertyIsElementDrawnTrue if this element is drawn normally. The default implementation of this property returns true. It may be overidden by some elements who don't do any rendering (e.g. scrollbars since they are actually scrollbar windows that render themselves) (Inherited from Infragistics.Win.UIElement)
Public PropertyIsFullyVisibleReturns true if the entire elment is visible or false if any part is clipped (Inherited from Infragistics.Win.UIElement)
Public PropertyIsUiaDelegatingElementIndicates that this element supports UI Automation, but only as an invisible delegate that does not display in the UIAutomation tree. (Inherited from Infragistics.Win.UIElement)
Public PropertyIsUiaElementIndicates if the element supports UI Automation. (Inherited from Infragistics.Win.UIElement)
Public PropertyMaximumSizeThe maximum size to which the form can be resized.  
Public PropertyMaximumSizeResolvedGets the resolved value of the MaximumSize property.  
Public PropertyMinimumSizeThe minimum size to which the form can be resized.  
Public PropertyMinimumSizeResolvedThe resolved minimum size.  
Public PropertyNestDepthThe nesting depth, 0 for top level control elements, 1 for their direct child elements, 2 for those element's child elements etc. (read-only) (Inherited from Infragistics.Win.UIElement)
Public PropertyParentThe parent/containing element (will be null for a top level/control element). (Inherited from Infragistics.Win.UIElement)
Public PropertyParentIsRightToLeftReturns whether this element is contained within an element that is RightToLeft. (Inherited from Infragistics.Win.UIElement)
Public PropertyPathSpecifies a GraphicsPath to use for drawing the Background, Borders, or ImageBackground of the UIElement. (Inherited from Infragistics.Win.UIElement)
Public PropertyPreferredMinimumSizeThe smallest size that this element will allow, based on its location.  
Public PropertyRectThe element's bounding rectangle in client coordinates (Inherited from Infragistics.Win.UIElement)
Public PropertyRectInsideBordersReturns the rectangle after adjusting for any borders (Inherited from Infragistics.Win.UIElement)
Public PropertyRegionReturns the region of this element. The default returns the element's Rect as a region. This method can be overriden to supply an irregularly shaped region (Inherited from Infragistics.Win.UIElement)
Public PropertyResizeHandleImageUIElementReturns the imageElement, creating it if necessary  
Public PropertyRightToLeftGets a value indicating whether elements are aligned to support locales using right-to-left fonts. (Inherited from Infragistics.Win.UIElement)
Public PropertyRightToLeftResolvedReturns the resolved RightToLeft state of the element. (Inherited from Infragistics.Win.UIElement)
Public PropertySelectableItemIf the context for this element is a selectable item (e.g. a grid row, cell or header) it is returned. The default implementation walks up the parent chain calling this method recursively until a selectable item is found or the control element is reached (Inherited from Infragistics.Win.UIElement)
Public PropertyThemedElementRegionReturns the region of this element that themed drawing should be clipped to. The default implementation returns null. (Inherited from Infragistics.Win.UIElement)
Public PropertyToolTipItemReturns or sets an object that provides tooltip information for the element. (Inherited from Infragistics.Win.UIElement)
Public PropertyUIAutomationProviderReturns a UIAutomation provider for this UIElement. (Inherited from Infragistics.Win.UIElement)
Public PropertyUIRoleOverridden. Returns the UI role for the element.  
Public PropertyUIRoleResolvedReturns the Infragistics.Win.AppStyling.UIRole used by this element or an element higher up the parent chain. (Inherited from Infragistics.Win.UIElement)
Protected Properties
 NameDescription
Protected PropertyAdjustForControlPositionOverridden. Used to determine if the delta calculated during an adjustment operation should be adjusted to account for the repositioning of the containing control in the screen - e.g. if the control may be repositioned during the adjustment.  
Protected PropertyCanResizeHorizontallyTrue if the element allows horizontal resizing.  
Protected PropertyCanResizeVerticallyTrue if the element allows vertical resizing.  
Protected PropertyChildElementArrayCapacityReturns the expected number of child elements for this element (Inherited from Infragistics.Win.UIElement)
Protected PropertyClipChildrenReturning true causes all drawing of this element's child elements to be expicitly clipped to the area inside this elements borders (Inherited from Infragistics.Win.UIElement)
Protected PropertyClipRectChildrenReturns the rect inside borders as the default (Inherited from Infragistics.Win.UIElement)
Protected PropertyClipSelfReturning true causes all drawing of this element to be expicitly clipped to its region (Inherited from Infragistics.Win.UIElement)
Protected PropertyDelegateMousePanningToParentReturns the element which handles mouse panning for this element. (Inherited from Infragistics.Win.UIElement)
Protected PropertyDrawAdjustmentBarWhileSizingOverridden. True if Adjustment Bar should be drawn while sizing.  
Protected PropertyDrawsFocusRectReturns true if this element needs to draw a focus rect. This should be overridden since the default implementation always returns false. (Inherited from Infragistics.Win.UIElement)
Protected PropertyForceDrawsFocusRectReturns a boolean value indicating whether this element's focus rectangle drawing logic should ignore the associated control's focused state. (Inherited from Infragistics.Win.UIElement)
Protected PropertyGrabHandleDarkColorGets the color for the dark squares of the grab handle area.  
Protected PropertyGrabHandleLightColorGets the color for the light squares of the grab handle area.  
Protected PropertyHasCaptureIndicates if the element has capture. (Inherited from Infragistics.Win.UIElement)
Protected PropertyInkProviderReturns the InkProvider registered for our control's container. (Inherited from Infragistics.Win.UIElement)
Protected PropertyIsAdjustmentFromBottomBorderReturns true if the vertical adjustment is done from the bottom.  
Protected PropertyIsAdjustmentFromRightBorderReturns true if the horizontal adjustment is done from the right.  
Protected PropertyNotificationBadgeProviderIf the element can show Notification Badges it will return its provider. (Inherited from Infragistics.Win.UIElement)
Protected PropertyPrimaryContextUsed to keep track of the primary context for this element (e.g. its Row, Cell, Header etc.). Since most elements need only one context this property is usually adequate. (Inherited from Infragistics.Win.UIElement)
Protected PropertySupportsHorizontalMousePanningGets whether this Element supports horizontal mouse panning Default implementation returns false; derived elements that want to support panning must override this property implementation and return true If a derived element returns true, the mouse is captured when the middle button is pressed. The virtual 'OnMousePanHorizontal' method will be called during the capture. Derived elements that want to support panning should override OnMousePanHorizontal, and perform scrolling operations from within that method (Inherited from Infragistics.Win.UIElement)
Protected PropertySupportsLeftRightAdjustmentsTrue if this element supports left to right adjustments (Inherited from Infragistics.Win.AdjustableUIElement)
Protected PropertySupportsLeftRightAdjustmentsFromLeftBorderOverridden. True if this element supports left to right adjustments by grabbing the left border  
Protected PropertySupportsLeftRightAdjustmentsFromRightBorderOverridden. True if this element supports left to right adjustments by grabbing the right border  
Protected PropertySupportsUpDownAdjustmentsTrue if this element supports up and down adjustments (Inherited from Infragistics.Win.AdjustableUIElement)
Protected PropertySupportsUpDownAdjustmentsFromBottomBorderOverridden. True if this element supports up and down adjustments by grabbing the bottom border.  
Protected PropertySupportsUpDownAdjustmentsFromTopBorderOverridden. True if this element supports up and down adjustments by grabbing the top border.  
Protected PropertySupportsVerticalMousePanningGets whether this Element supports vertical mouse panning Default implementation returns false; derived elements that want to support panning must override this property implementation and return true If a derived element returns true, the mouse is captured when the middle button is pressed. The virtual 'OnMousePanVertical' method will be called during the capture. Derived elements that want to support panning should override OnMousePanVertical, and perform scrolling operations from within that method (Inherited from Infragistics.Win.UIElement)
Protected PropertyUseFloatingDragIndicatorWindowGets a value indicating whether to use a floating drag indicator window instead of the ControlPaint's device context rendering. (Inherited from Infragistics.Win.AdjustableUIElement)
Protected PropertyWantsMouseHoverNotificationReturn true if this element wants to be notified when the mouse hovers over it. This property is read-only. (Inherited from Infragistics.Win.UIElement)
Public Methods
 NameDescription
Public MethodAdjustableElementFromPointOverloaded. Returns an element reference if the passed in point is over the AdjustableArea of this element (or any of its child elements) (Inherited from Infragistics.Win.UIElement)
Public MethodAdjustRectForRightToLeftTakes a rect and adjusts it for RightToLeft relative to this UIElement. (Inherited from Infragistics.Win.UIElement)
Public MethodAdjustRectForZoomingAdjust the rectangle size and position based on the zoom factor of the ControlUIElement. (Inherited from Infragistics.Win.UIElement)
Public MethodAdjustRegionToZoomFactorAdjusts the region for the provided zoom factor (Inherited from Infragistics.Win.UIElement)
Public MethodApplyAdjustmentOverridden. Called after a move/resize operation, or from OnNewDeltaX and OnNewDeltaY when "show window contents while dragging" is enabled.  
Public MethodContainsOverloaded. Checks if the point is over the element. This may be overridden in derived classes for specialized hit test logic. (Inherited from Infragistics.Win.UIElement)
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 MethodDirtyChildElementsOverloaded. Sets the dirty flag so that the next time the element is drawn it will reposition its child elements (Inherited from Infragistics.Win.UIElement)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodDrawOverloaded. Draws the element. (Inherited from Infragistics.Win.UIElement)
Public MethodDrawElementRenders the element into the graphics object of the specified defaultDrawParams. This method will recursively invoke itself for rendering the descendant elements. (Inherited from Infragistics.Win.UIElement)
Public MethodDrawToBitmapReturns a bitmap into which the UIElement has been drawn. (Inherited from Infragistics.Win.UIElement)
Public MethodElementFromPointOverloaded. Returns the lowest level element that contains the passed in point (Inherited from Infragistics.Win.UIElement)
Public MethodGetAdjustableCursorOverridden. The cursor to use over the adjustable area of the element.  
Public MethodGetAdjustmentRangeOverridden. Returns the range limits for adjusting the element in either or both dimensions.  
Public MethodGetAncestorWalks up the parent chain until it reaches the parent of the requested type. Also, if this element is of the passed in type then this elemnt will be returned. (Inherited from Infragistics.Win.UIElement)
Public MethodGetBorderWidthsReturns the widths of all four borders (Inherited from Infragistics.Win.UIElement)
Public MethodGetContextOverloaded. Returns the primary context object. (Inherited from Infragistics.Win.UIElement)
Public MethodGetDescendantOverloaded. Returns an element of the requested type or null. (Inherited from Infragistics.Win.UIElement)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodHasAncestorReturns true if the passed in element is in this elment's parent chain (Inherited from Infragistics.Win.UIElement)
Public MethodHasContextOverloaded. Returns true if this element (or any of its ancestors) has this context (Inherited from Infragistics.Win.UIElement)
Public MethodHitTestRetrieves the child accessible object at the specified screen coordinates. (Inherited from Infragistics.Win.UIElement)
Public MethodInitializeInitializes this element for reuse.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInvalidateOverloaded. Invalidates this element (Inherited from Infragistics.Win.UIElement)
Public MethodIsDescendantOfReturns true if this element is the same as the specified element or if this element is a descendant of the specified element. (Inherited from Infragistics.Win.UIElement)
Public MethodNavigateOverloaded. Navigates to another accessible object (Inherited from Infragistics.Win.UIElement)
Public MethodOffsetOverloaded. Offsets this element rect and all of its child elements (Inherited from Infragistics.Win.UIElement)
Public MethodOnElementAdjustedOverridden. Called after a move/resize operation to notify any listeners  
Public MethodOnElementAdjustmentAbortedCalled after a CaptureAborted is received and the adjustment is canceled. (Inherited from Infragistics.Win.AdjustableUIElement)
Public MethodPointInAdjustableAreaOverridden. Returns true if the point is in the adjustable area.  
Public MethodPointInElementOverloaded. Checks if the point is over the element and is not over an overlapping sibling element. (Inherited from Infragistics.Win.UIElement)
Public MethodPrintDraws the element into a printer dc. (Inherited from Infragistics.Win.UIElement)
Public MethodSupportsLeftRightAdjustmentsFromPointReturns true if the element can be moved or resized horizontally by clicking on the passed in mouse point (Inherited from Infragistics.Win.AdjustableUIElement)
Public MethodSupportsUpDownAdjustmentsFromPointReturns true if the element can be moved or resized vertically by clicking on the passed in mouse point (Inherited from Infragistics.Win.AdjustableUIElement)
Public MethodVerifyChildElementsOverloaded. Called to ensure that all child elements are created and positioned properly. If the ChildElementsDirty flag is true then the PositionChildElements will be called and the dirty flag will be reset. This method gets called recursively for all descendant elements. (Inherited from Infragistics.Win.UIElement)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodAdjustForDrawingTakes a range and adjusts it for RightToLeft and Zooming, if needed. (Inherited from Infragistics.Win.AdjustableUIElement)
Protected MethodAdjustRangeForRightToLeftTakes a range and adjusts it for LeftToRight, if needed. (Inherited from Infragistics.Win.AdjustableUIElement)
Protected MethodAdjustRangeForZoomingTakes a range and adjusts it for zooming, if needed. (Inherited from Infragistics.Win.AdjustableUIElement)
Protected MethodAdjustRectForResizeDirectionResize the specified System.Drawing.Rectangle according to which border is handling the resizing  
Protected MethodCanStartAdjustmentOverridden. Invoked when the mouse is pressed down on the adjustable area before an adjustment begins.  
Protected MethodContinueDescendantSearchThis method is called from UIElement.GetDescendant as an optimization to prevent searching down element paths that can't possibly contain the element that is being searched for. (Inherited from Infragistics.Win.UIElement)
Protected MethodCreateUIAutomationProviderFactory method which creates a UI Automation wrapper for the specified context. (Inherited from Infragistics.Win.UIElement)
Protected MethodDrawBackColorDefault backcolor drawing just does a FillRectangle with the backcolor. (Inherited from Infragistics.Win.UIElement)
Protected MethodDrawBordersDefault border rendering (Inherited from Infragistics.Win.UIElement)
Protected MethodDrawChildElementsDefault child element rendering - draws each of the child elements. (Inherited from Infragistics.Win.UIElement)
Protected MethodDrawFocusDefault drawfocus method draws a focus rect inside the element's borders (Inherited from Infragistics.Win.UIElement)
Protected MethodDrawForegroundOverridden. Overrides the rendering of the foreground to draw the grab handle.  
Protected MethodDrawGrabHandleDraw the grab handle in the location specified by GrabHandleLocation  
Protected MethodDrawImageDefault image rendering - does nothing (Inherited from Infragistics.Win.UIElement)
Protected MethodDrawImageBackgroundDefault background picture drawing (Inherited from Infragistics.Win.UIElement)
Protected MethodDrawThemeUsed by an element to render using the system theme. This method will not be invoked if the themes are not supported. (Inherited from Infragistics.Win.UIElement)
Protected MethodGetDropDownFormGets the DropDownManager.DropDownFormBase that should be the parent.  
Protected MethodGetMaxHorizontalDeltaFromPointCalculates the maximum horizontal distance that the elemenet can be resized.  
Protected MethodGetMaxVerticalDeltaFromPointCalculates the maximum vertical distance that the element can be resized.  
Protected MethodGetUIRoleHelper method for obtaining a Infragistics.Win.AppStyling.UIRole for a particular role name. (Inherited from Infragistics.Win.UIElement)
Protected MethodInitAppearanceOverridden. Merges the appearance object into the passed in structure  
Protected MethodInternalCursorFromAppearanceExtracts the cursor from the appearance object this method is overridden by an element with a mousepointer set (Inherited from Infragistics.Win.UIElement)
Protected MethodInternalSetElementsChangedDefault implementation just walks up the parent chain. This is overriden by the ControlUIElementBase class which maintains a flag that some descendant element may have changed (Inherited from Infragistics.Win.UIElement)
Protected MethodIntersectInvalidRectReturns the intersection of the element's rect with the invalid rect for the current draw operation. (Inherited from Infragistics.Win.UIElement)
Protected MethodInvertFrameInverts the borders of the specified rect (calling it twice with same rect removes it).  
Protected MethodInvertHorizontalBarInverts the horizontal bar (for up/down adjustments) (Inherited from Infragistics.Win.AdjustableUIElement)
Protected MethodInvertLineInverts the line from the top/left to the right/bottom of the passed in rect (calling it twice with the same rect removes it). This should only be called when the rect has a zero width or height. (Inherited from Infragistics.Win.AdjustableUIElement)
Protected MethodInvertRectinverts the passed in rect (calling it twice with the same rect removes it) (Inherited from Infragistics.Win.AdjustableUIElement)
Protected MethodInvertVerticalBarInverts the vertical bar (for left/right adjustments) (Inherited from Infragistics.Win.AdjustableUIElement)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAfterDrawA virtual method that gets called after the element draw operation finishes. (Inherited from Infragistics.Win.UIElement)
Protected MethodOnBeforeDrawA virtual method that gets called before the element draw process starts. (Inherited from Infragistics.Win.UIElement)
Protected MethodOnDisposeCalled when element is disposed of. (Inherited from Infragistics.Win.UIElement)
Protected MethodOnElementAdjustmentStartOverridden. Called when a mousedown is received and a resize operation is started.  
Protected MethodOnMousePanCaptureCalled when this element is captured to begin a mouse panning operation. (Inherited from Infragistics.Win.UIElement)
Protected MethodOnMousePanCaptureTerminatedCalled when capture is released from this element to end a mouse panning operation. (Inherited from Infragistics.Win.UIElement)
Protected MethodOnMousePanHorizontalVirtual method that is called each time the mouse pans horizontally Derived classes should override this method (Inherited from Infragistics.Win.UIElement)
Protected MethodOnMousePanVerticalVirtual method that is called each time the mouse pans vertically Derived classes should override this method (Inherited from Infragistics.Win.UIElement)
Protected MethodOnNewDeltaXOverridden. Called when the the X delta has changed.  
Protected MethodOnNewDeltaYOverridden. Called when the the Y delta has changed.  
Protected MethodPositionChildElementsOverridden. Position and Size the Child UIElements  
Protected MethodResolveGrabHandleDarkColorReturns the correct dark color to be used to draw the GrabHandle  
Protected MethodResolveGrabHandleLightColorReturns the correct light color to be used to draw the GrabHandle  
Protected MethodSetParentSets the parent element (Inherited from Infragistics.Win.UIElement)
Protected MethodWantsInputNotificationReturns true if this ui element is interested in getting notificaions of type inputType at the specified location. Default implementation always returns true. (Inherited from Infragistics.Win.UIElement)
Public Events
 NameDescription
Public EventElementAdjustedFired after the element has been adjusted (Inherited from Infragistics.Win.AdjustableUIElement)
See Also