Class ZoomPopup
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[RadToolboxItem(false)]
public class ZoomPopup : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IMessageListener
Constructors
ZoomPopup(RadElement, SizeF)
Declaration
public ZoomPopup(RadElement element, SizeF zoomFactor)
Parameters
Rad
|
System.
|
ZoomPopup(RadElement, SizeF, Boolean)
Declaration
public ZoomPopup(RadElement element, SizeF zoomFactor, bool waitForAnimationFinished)
Parameters
Rad
|
System.
|
System.
|
ZoomPopup(RadElement, SizeF, Rectangle, Boolean)
Declaration
public ZoomPopup(RadElement element, SizeF zoomFactor, Rectangle initialBounds, bool waitForAnimationFinished)
Parameters
Rad
|
System.
|
System.
|
System.
|
Fields
Clicked
Declaration
public EventHandler Clicked
Field Value
System.
|
Closed
Declaration
public EventHandler Closed
Field Value
System.
|
Properties
AnimationFrames
Gets or sets the animation frames count
Declaration
public int AnimationFrames { get; set; }
Property Value
System.
|
AnimationInterval
Gets or sets the animation interval (in miliseconds)
Declaration
public int AnimationInterval { get; set; }
Property Value
System.
|
CreateParams
Declaration
protected override CreateParams CreateParams { get; }
Property Value
System.
|
HasShadow
Gets or sets the zoom popup shadow
Declaration
public bool HasShadow { get; set; }
Property Value
System.
|
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
Rad
|
Overrides
ProcessCaptureChangeRequested(RadElement, Boolean)
Declaration
protected override bool ProcessCaptureChangeRequested(RadElement element, bool capture)
Parameters
Rad
|
System.
|
Returns
System.
|
Overrides
ProcessFocusRequested(RadElement)
Declaration
protected override bool ProcessFocusRequested(RadElement element)
Parameters
Rad
|
Returns
System.
|
Overrides
SetVisibleCore(Boolean)
Declaration
protected override void SetVisibleCore(bool value)
Parameters
System.
|
Show()
Declaration
public void Show()
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.
|
Overrides
Explicit Interface Implementations
IMessageListener.DesiredHook
Declaration
InstalledHook IMessageListener.DesiredHook { get; }
Returns
Implements
IMessageListener.PreviewMessage(ref Message)
Declaration
MessagePreviewResult IMessageListener.PreviewMessage(ref Message msg)
Parameters
System.
|
Returns
Implements
IMessageListener.PreviewSystemMessage(SystemMessage, Message)
Declaration
void IMessageListener.PreviewSystemMessage(SystemMessage message, Message msg)
Parameters
System
|
System.
|
Implements
IMessageListener.PreviewWndProc(Message)
Declaration
void IMessageListener.PreviewWndProc(Message msg)
Parameters
System.
|