ClassZoomPopup
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
[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
ZoomPopup(RadElement, SizeF)
Declaration
public ZoomPopup(RadElement element, SizeF zoomFactor)
Parameters
element
zoomFactor
ZoomPopup(RadElement, SizeF, Rectangle, bool)
Declaration
public ZoomPopup(RadElement element, SizeF zoomFactor, Rectangle initialBounds, bool waitForAnimationFinished)
Parameters
element
zoomFactor
initialBounds
waitForAnimationFinished
ZoomPopup(RadElement, SizeF, bool)
Declaration
public ZoomPopup(RadElement element, SizeF zoomFactor, bool waitForAnimationFinished)
Parameters
element
zoomFactor
waitForAnimationFinished
Fields
Properties
AnimationFrames
Gets or sets the animation frames count
Declaration
[Browsable(true)]
public int AnimationFrames { get; set; }
Property Value
AnimationInterval
Gets or sets the animation interval (in miliseconds)
Declaration
[Browsable(true)]
public int AnimationInterval { get; set; }
Property Value
CreateParams
Declaration
protected override CreateParams CreateParams { get; }
Property Value
Overrides
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
parent
Overrides
ProcessCaptureChangeRequested(RadElement, bool)
Processes a capture request from the specified element.
Declaration
protected override bool ProcessCaptureChangeRequested(RadElement element, bool capture)
Parameters
element
The element which requested the capture.
capture
Returns
True if the capture request is approved, otherwise false.
Overrides
ProcessFocusRequested(RadElement)
Processes a focus request from the specified element.
Declaration
protected override bool ProcessFocusRequested(RadElement element)
Parameters
element
The element that requested the focus.
Returns
True if focus is approved, false otherwise.
Overrides
SetVisibleCore(bool)
Declaration
protected override void SetVisibleCore(bool value)
Parameters
value
Overrides
Show()
Declaration
public void Show()
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
m
Overrides