Version

Show(Rectangle,Boolean,Boolean,Boolean,Rectangle,Boolean,Boolean,EmbeddableEditorBase,EmbeddableEditorOwnerBase,Object) Method

Displays the tooltip rendered with editor. If calculateEmbeddableEditorSize is true then it will calculate the size and use that size if it's smaller than displayRect's size. adjustX, adjustY dictate whether to adjust the x and y coordinates to fit the desktop. excludeX and excludeY indicate whether to use excluseionRect. NOTE: This is the only method that shows embeddable editors. Calling any other Show overloads subsequently will display the tooltip text, and not the embeddable editos.
Syntax
'Declaration
 
Public Overloads Sub Show( _
   ByVal displayRect As Rectangle, _
   ByVal calculateEmbeddableEditorSize As Boolean, _
   ByVal adjustX As Boolean, _
   ByVal adjustY As Boolean, _
   ByVal exclusionRect As Rectangle, _
   ByVal excludeX As Boolean, _
   ByVal excludeY As Boolean, _
   ByVal editor As EmbeddableEditorBase, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object _
) 

Parameters

displayRect
preferred rectangle to display the tool tip in
calculateEmbeddableEditorSize
Specifies whether we should calculate the size and use that size if it's smaller than displayRect's size
adjustX
dictate whether to adjust the x coordinates to fit the desktop
adjustY
dictate whether to adjust the x coordinates to fit the desktop
exclusionRect
A rect (in screen coordinates) which will be avoided when positioning the tooltip. Whenever possible, the tooltip will be positioned so that it does not obscure any part of the rect.
excludeX
excludeX indicate whether to use excluseionRect
excludeY
excludeY indicate whether to use excluseionRect
editor
owning editor
owner
owner
ownerContext
owner context
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also