Hierarchy Properties Methods Events
弹出标注控件的基类。
Unit dxCalloutPopup
Syntax
TdxCustomCalloutPopup = class(TcxCustomComponent)
Description
Callout popup controls allow you to display OS X/iOS style callout popups with custom content.
如图所示:
通常,该控件用于弹出窗口来显示的callout指向控件的详细信息(也称为关联控件)。它可以自动调整弹出窗口和标注位置,使弹出窗口和相关控件正确对齐。 如图所示:
TdxCustomCalloutPopup 类可以通过以下成员来配置
分配一个控件,在弹出时显示该控件: (PopupControl);
切换控件的显示和隐藏: (Popup and Close);
隐藏和显示时的事件响应:(OnShow and OnHide);
设置弹出时的对齐方式、位置: (Alignment);
设置弹出时的动画特效: (AnimationOptions);1
自定义一些外观UI选项: (LookAndFeel, Color, and BorderColor);
边线是否可以圆角的设定: (Rounded and RoundRadius).
|