CustomPopupPlacementCallback 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示为 Popup 控件提供自定义定位的一种方法。
public delegate cli::array <System::Windows::Controls::Primitives::CustomPopupPlacement> ^ CustomPopupPlacementCallback(Size popupSize, Size targetSize, Point offset);
public delegate System.Windows.Controls.Primitives.CustomPopupPlacement[] CustomPopupPlacementCallback(Size popupSize, Size targetSize, Point offset);
type CustomPopupPlacementCallback = delegate of Size * Size * Point -> CustomPopupPlacement[]
Public Delegate Function CustomPopupPlacementCallback(popupSize As Size, targetSize As Size, offset As Point) As CustomPopupPlacement()
参数
- targetSize
- Size
- offset
- Point
根据 HorizontalOffset 和VerticalOffset 属性值计算得到的 Point。
返回值
针对与 PlacementTarget 相关的 Popup 控件的可能 CustomPopupPlacement 位置数组。
注解
显示弹出窗口时,会选择一个最大化可见窗口量的 ToolTip 点。 ContextMenu和 PopupToolTip 类各自定义 类型的CustomPopupPlacementCallback属性。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |