Version

IPeekOwner Interface Members

The following tables list the members exposed by IPeekOwner.

Public Properties
 NameDescription
 PropertyAutoHideDelayGets the delay in milliseconds after the Peek loses focus and/or mouse moves outside its bounds, that the Peek is automatically hidden.  
 PropertyButtonStyleGets the style of the caption buttons.  
 PropertyCaptionGets the caption displayed on the Peek control.  
 PropertyCaptionButtonsLeftGets the collection of EditorButtons to be displayed on the left of the caption.  
 PropertyCaptionButtonsRightGets the collection of EditorButtons to be displayed on the right of the caption.  
 PropertyCaptionMarginGets the margin around the Peek's caption.  
 PropertyContentGets the control to be displayed within the Peek control.  
 PropertyContentMarginGets the margin around the content within the Peek control.  
 PropertyExclusionRectGets the exclusion rectangle relative to which the Peek is displayed.  
 PropertyOwnerGets the owning control.  
 PropertyPreferredLocationGets the relative location of where the Peek should be displayed.  
Public Methods
 NameDescription
 MethodOnPeekClosedMethod called when the Peek is closed.  
 MethodResolvePeekAppearanceResolves the appearance of the Peek control.  
 MethodResolvePeekCaptionAppearanceResolves the appearance of the caption on the Peek control.  
Public Events
 NameDescription
 EventUpdatePeekEvent that is fired when the peek (size and caption) require updating.  
See Also