The following tables list the members exposed by IPeekOwner.
Name | Description | |
---|---|---|
AutoHideDelay | Gets the delay in milliseconds after the Peek loses focus and/or mouse moves outside its bounds, that the Peek is automatically hidden. | |
ButtonStyle | Gets the style of the caption buttons. | |
Caption | Gets the caption displayed on the Peek control. | |
CaptionButtonsLeft | Gets the collection of EditorButtons to be displayed on the left of the caption. | |
CaptionButtonsRight | Gets the collection of EditorButtons to be displayed on the right of the caption. | |
CaptionMargin | Gets the margin around the Peek's caption. | |
Content | Gets the control to be displayed within the Peek control. | |
ContentMargin | Gets the margin around the content within the Peek control. | |
ExclusionRect | Gets the exclusion rectangle relative to which the Peek is displayed. | |
Owner | Gets the owning control. | |
PreferredLocation | Gets the relative location of where the Peek should be displayed. |
Name | Description | |
---|---|---|
OnPeekClosed | Method called when the Peek is closed. | |
ResolvePeekAppearance | Resolves the appearance of the Peek control. | |
ResolvePeekCaptionAppearance | Resolves the appearance of the caption on the Peek control. |
Name | Description | |
---|---|---|
UpdatePeek | Event that is fired when the peek (size and caption) require updating. |