For a list of all members of this type, see DropDownResizeHandleUIElement members.
Name | Description | |
---|---|---|
AdjustableElementFromPoint | Overloaded. 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) | |
AdjustRectForRightToLeft | Takes a rect and adjusts it for RightToLeft relative to this UIElement. (Inherited from Infragistics.Win.UIElement) | |
AdjustRectForZooming | Adjust the rectangle size and position based on the zoom factor of the ControlUIElement. (Inherited from Infragistics.Win.UIElement) | |
AdjustRegionToZoomFactor | Adjusts the region for the provided zoom factor (Inherited from Infragistics.Win.UIElement) | |
ApplyAdjustment | Overridden. Called after a move/resize operation, or from OnNewDeltaX and OnNewDeltaY when "show window contents while dragging" is enabled. | |
Contains | Overloaded. 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) | |
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) | |
DirtyChildElements | Overloaded. Sets the dirty flag so that the next time the element is drawn it will reposition its child elements (Inherited from Infragistics.Win.UIElement) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
Draw | Overloaded. Draws the element. (Inherited from Infragistics.Win.UIElement) | |
DrawElement | Renders 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) | |
DrawToBitmap | Returns a bitmap into which the UIElement has been drawn. (Inherited from Infragistics.Win.UIElement) | |
ElementFromPoint | Overloaded. Returns the lowest level element that contains the passed in point (Inherited from Infragistics.Win.UIElement) | |
GetAdjustableCursor | Overridden. The cursor to use over the adjustable area of the element. | |
GetAdjustmentRange | Overridden. Returns the range limits for adjusting the element in either or both dimensions. | |
GetAncestor | Walks 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) | |
GetBorderWidths | Returns the widths of all four borders (Inherited from Infragistics.Win.UIElement) | |
GetContext | Overloaded. Returns the primary context object. (Inherited from Infragistics.Win.UIElement) | |
GetDescendant | Overloaded. Returns an element of the requested type or null. (Inherited from Infragistics.Win.UIElement) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
HasAncestor | Returns true if the passed in element is in this elment's parent chain (Inherited from Infragistics.Win.UIElement) | |
HasContext | Overloaded. Returns true if this element (or any of its ancestors) has this context (Inherited from Infragistics.Win.UIElement) | |
HitTest | Retrieves the child accessible object at the specified screen coordinates. (Inherited from Infragistics.Win.UIElement) | |
Initialize | Initializes this element for reuse. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Invalidate | Overloaded. Invalidates this element (Inherited from Infragistics.Win.UIElement) | |
IsDescendantOf | Returns 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) | |
Navigate | Overloaded. Navigates to another accessible object (Inherited from Infragistics.Win.UIElement) | |
Offset | Overloaded. Offsets this element rect and all of its child elements (Inherited from Infragistics.Win.UIElement) | |
OnElementAdjusted | Overridden. Called after a move/resize operation to notify any listeners | |
OnElementAdjustmentAborted | Called after a CaptureAborted is received and the adjustment is canceled. (Inherited from Infragistics.Win.AdjustableUIElement) | |
PointInAdjustableArea | Overridden. Returns true if the point is in the adjustable area. | |
PointInElement | Overloaded. Checks if the point is over the element and is not over an overlapping sibling element. (Inherited from Infragistics.Win.UIElement) | |
Draws the element into a printer dc. (Inherited from Infragistics.Win.UIElement) | ||
SupportsLeftRightAdjustmentsFromPoint | Returns true if the element can be moved or resized horizontally by clicking on the passed in mouse point (Inherited from Infragistics.Win.AdjustableUIElement) | |
SupportsUpDownAdjustmentsFromPoint | Returns true if the element can be moved or resized vertically by clicking on the passed in mouse point (Inherited from Infragistics.Win.AdjustableUIElement) | |
VerifyChildElements | Overloaded. 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) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
AdjustForDrawing | Takes a range and adjusts it for RightToLeft and Zooming, if needed. (Inherited from Infragistics.Win.AdjustableUIElement) | |
AdjustRangeForRightToLeft | Takes a range and adjusts it for LeftToRight, if needed. (Inherited from Infragistics.Win.AdjustableUIElement) | |
AdjustRangeForZooming | Takes a range and adjusts it for zooming, if needed. (Inherited from Infragistics.Win.AdjustableUIElement) | |
AdjustRectForResizeDirection | Resize the specified System.Drawing.Rectangle according to which border is handling the resizing | |
CanStartAdjustment | Overridden. Invoked when the mouse is pressed down on the adjustable area before an adjustment begins. | |
ContinueDescendantSearch | This 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) | |
CreateUIAutomationProvider | Factory method which creates a UI Automation wrapper for the specified context. (Inherited from Infragistics.Win.UIElement) | |
DrawBackColor | Default backcolor drawing just does a FillRectangle with the backcolor. (Inherited from Infragistics.Win.UIElement) | |
DrawBorders | Default border rendering (Inherited from Infragistics.Win.UIElement) | |
DrawChildElements | Default child element rendering - draws each of the child elements. (Inherited from Infragistics.Win.UIElement) | |
DrawFocus | Default drawfocus method draws a focus rect inside the element's borders (Inherited from Infragistics.Win.UIElement) | |
DrawForeground | Overridden. Overrides the rendering of the foreground to draw the grab handle. | |
DrawGrabHandle | Draw the grab handle in the location specified by GrabHandleLocation | |
DrawImage | Default image rendering - does nothing (Inherited from Infragistics.Win.UIElement) | |
DrawImageBackground | Default background picture drawing (Inherited from Infragistics.Win.UIElement) | |
DrawTheme | Used 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) | |
GetDropDownForm | Gets the DropDownManager.DropDownFormBase that should be the parent. | |
GetMaxHorizontalDeltaFromPoint | Calculates the maximum horizontal distance that the elemenet can be resized. | |
GetMaxVerticalDeltaFromPoint | Calculates the maximum vertical distance that the element can be resized. | |
GetUIRole | Helper method for obtaining a Infragistics.Win.AppStyling.UIRole for a particular role name. (Inherited from Infragistics.Win.UIElement) | |
InitAppearance | Overridden. Merges the appearance object into the passed in structure | |
InternalCursorFromAppearance | Extracts the cursor from the appearance object this method is overridden by an element with a mousepointer set (Inherited from Infragistics.Win.UIElement) | |
InternalSetElementsChanged | Default 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) | |
IntersectInvalidRect | Returns the intersection of the element's rect with the invalid rect for the current draw operation. (Inherited from Infragistics.Win.UIElement) | |
InvertFrame | Inverts the borders of the specified rect (calling it twice with same rect removes it). | |
InvertHorizontalBar | Inverts the horizontal bar (for up/down adjustments) (Inherited from Infragistics.Win.AdjustableUIElement) | |
InvertLine | Inverts 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) | |
InvertRect | inverts the passed in rect (calling it twice with the same rect removes it) (Inherited from Infragistics.Win.AdjustableUIElement) | |
InvertVerticalBar | Inverts the vertical bar (for left/right adjustments) (Inherited from Infragistics.Win.AdjustableUIElement) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAfterDraw | A virtual method that gets called after the element draw operation finishes. (Inherited from Infragistics.Win.UIElement) | |
OnBeforeDraw | A virtual method that gets called before the element draw process starts. (Inherited from Infragistics.Win.UIElement) | |
OnDispose | Called when element is disposed of. (Inherited from Infragistics.Win.UIElement) | |
OnElementAdjustmentStart | Overridden. Called when a mousedown is received and a resize operation is started. | |
OnMousePanCapture | Called when this element is captured to begin a mouse panning operation. (Inherited from Infragistics.Win.UIElement) | |
OnMousePanCaptureTerminated | Called when capture is released from this element to end a mouse panning operation. (Inherited from Infragistics.Win.UIElement) | |
OnMousePanHorizontal | Virtual method that is called each time the mouse pans horizontally Derived classes should override this method (Inherited from Infragistics.Win.UIElement) | |
OnMousePanVertical | Virtual method that is called each time the mouse pans vertically Derived classes should override this method (Inherited from Infragistics.Win.UIElement) | |
OnNewDeltaX | Overridden. Called when the the X delta has changed. | |
OnNewDeltaY | Overridden. Called when the the Y delta has changed. | |
PositionChildElements | Overridden. Position and Size the Child UIElements | |
ResolveGrabHandleDarkColor | Returns the correct dark color to be used to draw the GrabHandle | |
ResolveGrabHandleLightColor | Returns the correct light color to be used to draw the GrabHandle | |
SetParent | Sets the parent element (Inherited from Infragistics.Win.UIElement) | |
WantsInputNotification | Returns 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) |