ZoomPopup
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[RadToolboxItem(false)]
public class ZoomPopup : RadControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IMessageListener
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlZoomPopup...
Implements:
Inherited Members
Constructors
C#
public ZoomPopup(RadElement element, SizeF zoomFactor, bool waitForAnimationFinished)
C#
public ZoomPopup(RadElement element, SizeF zoomFactor, Rectangle initialBounds, bool waitForAnimationFinished)
C#
public ZoomPopup(RadElement element, SizeF zoomFactor)
Fields
C#
public EventHandler Clicked
C#
public EventHandler Closed
Properties
Gets or sets the animation frames count
C#
[Browsable(true)]
public int AnimationFrames { get; set; }
Gets or sets the animation interval (in miliseconds)
C#
[Browsable(true)]
public int AnimationInterval { get; set; }
C#
protected override CreateParams CreateParams { get; }
Overrides:
Methods
C#
protected override void CreateChildItems(RadElement parent)
Overrides:
Processes a capture request from the specified element.
C#
protected override bool ProcessCaptureChangeRequested(RadElement element, bool capture)
The element which requested the capture.
captureboolReturns:True if the capture request is approved, otherwise false.
Overrides:
Processes a focus request from the specified element.
C#
protected override bool ProcessFocusRequested(RadElement element)
The element that requested the focus.
Returns:True if focus is approved, false otherwise.
Overrides:
C#
public void Show()