Version

IResizeHost Interface Members

The following tables list the members exposed by IResizeHost.

Public Properties
 NameDescription
 PropertyControllerReturns the ResizeController (read-only).  
 PropertyRootElementReturns the root element which normally is the control itself (read-only).  
Public Methods
 NameDescription
 MethodAddResizerBarCalled at the start of a resize operation to add the resizer bar to the parent tree  
 MethodCanResizeDetermines if the resizing is allowed.  
 MethodGetResizeAreaForItemGets an element that defines the resize area for an item.  
 MethodGetResizeCursorGets the cursor to use while the mouse is over a resizable border.  
 MethodInitializeResizeConstraintsCalled before a resize operation begins.  
 MethodRemoveResizerBarCalled at the end of a resize operation to remove the resizer bar from the parent tree  
 MethodResizeResizes the item.  
See Also