'Declaration Public Shared Function CustomPopupPlacementCallbackImpl( _ ByVal popupSize As Size, _ ByVal targetSize As Size, _ ByVal offset As Point _ ) As CustomPopupPlacement()
'Usage Dim popupSize As Size Dim targetSize As Size Dim offset As Point Dim value() As CustomPopupPlacement value = ToolTipAssist.CustomPopupPlacementCallbackImpl(popupSize, targetSize, offset)
public static CustomPopupPlacement[] CustomPopupPlacementCallbackImpl( Size popupSize, Size targetSize, Point offset )
Parameters
- popupSize
- targetSize
- offset