Version

ISplitterOwner Interface Members

The following tables list the members exposed by ISplitterOwner.

Public Properties
 NameDescription
 PropertyButtonExtentThe extent of the Collapse / Restore button when shown.  
 PropertyCanStartDragReturns a value from the owner indicating whether a drag start should be allowed.  
 PropertyCollapsedReturns true if the splitter is collapsed; otherwise false.  
 PropertyCollapseUITypeGets the type of user interface used to collapse /restore the splitter.  
 PropertyDragIndicatorColorGets the color of the drag indicator used when dragging a splitter.  
 PropertyDragIndicatorOpacityGets the opacity of the drag indicator used when dragging a splitter.  
 PropertyMaxExtentGets / Sets the maximum extent of the target area.  
 PropertyMinExtentGets / Sets the minimum extent of the target area.  
 PropertySplitterBorderStyleThe BorderStyle for the UltraSplitterUIElement  
 PropertySplitterButtonElementUIRoleThe UIRole for the SplitterButtonUIElement  
 PropertySplitterButtonStyleGets the button style for buttons on the splitter.  
 PropertySplitterDockGets the direction in which the splitter is docked.  
 PropertySplitterElementUIRoleThe UIRole for the UltraSplitterUIElement  
Public Methods
 NameDescription
 MethodGetTargetExtentGets the current extent of the object that is to be sized by the splitter.  
 MethodOnSplitterDragCancelledCalled when the splitter drag operation is cancelled.  
 MethodOnSplitterDragCompletedCalled when the splitter is successfully dragged.  
 MethodOnSplitterDraggingCalled when the splitter is being dragged.  
 MethodOnSplitterDragStartCalled when a Splitter Drag operation has been started.  
 MethodResolveButtonAppearanceResolves the control-level appearances for the button. Note that this does not include any application styling or ButtonStyle info.  
 MethodResolveSplitterAppearanceResolves the appearance of the UltraSplitterUIElement  
 MethodSetTargetExtentSets the extent of the object that the splitter is sizing.  
 MethodToggleToggles the state of the split from collapsed to expanded or vice versa.  
See Also