Class RadTimePickerPopup
Inheritance
System.Object
RadTimePickerPopup
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTimePickerPopup : RadEditorPopupControlBase, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl
Constructors
RadTimePickerPopup(IPickerContentElementOwner)
Declaration
public RadTimePickerPopup(IPickerContentElementOwner owner)
Parameters
IPickerContentElementOwner
owner
|
Properties
ContentElement
Declaration
public RadTimePickerContentElement ContentElement { get; }
Property Value
RadTimePickerContentElement
|
Methods
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
System.Int32
x
|
System.Int32
y
|
System.Int32
width
|
System.Int32
height
|
System.Windows.Forms.BoundsSpecified
specified
|
Overrides
ShowPopupCore(Size, Point)
Declaration
protected override void ShowPopupCore(Size size, Point location)
Parameters
System.Drawing.Size
size
|
System.Drawing.Point
location
|