Class BaseTimeSpanPickerComponent
Inheritance
System.Object
BaseTimeSpanPickerComponent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class BaseTimeSpanPickerComponent : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, ITimeSpanPickerComponent
Constructors
BaseTimeSpanPickerComponent(ITimeSpanPickerContentElement)
Declaration
public BaseTimeSpanPickerComponent(ITimeSpanPickerContentElement owner)
Parameters
ITimeSpanPickerContentElement
owner
|
Fields
DefaultComponentSize
Declaration
public readonly Size DefaultComponentSize
Field Value
System.Drawing.Size
|
Properties
DefaultSize
Declaration
public override Size DefaultSize { get; set; }
Property Value
System.Drawing.Size
|
Overrides
Maximum
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Implements
Minimum
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|
Implements
Owner
Declaration
public ITimeSpanPickerContentElement Owner { get; }
Property Value
ITimeSpanPickerContentElement
|
Implements
Step
Declaration
public double Step { get; set; }
Property Value
System.Double
|
Implements
TimeSpanPickerUIComponent
Declaration
public BaseTimeSpanPickerUIComponent TimeSpanPickerUIComponent { get; }
Property Value
BaseTimeSpanPickerUIComponent
|
Implements
Methods
CreateVisualElement()
Declaration
public abstract BaseTimeSpanPickerUIComponent CreateVisualElement()
Returns
BaseTimeSpanPickerUIComponent
|
Implements
GetValueInTicks()
Declaration
public abstract long GetValueInTicks()
Returns
System.Int64
|
Implements
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
SetValue(TimeSpan)
Declaration
public abstract void SetValue(TimeSpan value)
Parameters
System.TimeSpan
value
|
Implements
UpdateLocalization()
Declaration
public abstract void UpdateLocalization()