Class RadTimeSpanPickerContentElement
Inheritance
System.Object
RadTimeSpanPickerContentElement
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 class RadTimeSpanPickerContentElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, ITimeSpanPickerContentElement, ITimeSpanPickerComponentMouse
Constructors
RadTimeSpanPickerContentElement(ITimeSpanPickerContentElementOwner)
Declaration
public RadTimeSpanPickerContentElement(ITimeSpanPickerContentElementOwner owner)
Parameters
ITimeSpanPickerContentElementOwner
owner
|
Properties
ButtonPanelHeight
Declaration
public int ButtonPanelHeight { get; set; }
Property Value
System.Int32
|
Components
Declaration
public RadItemOwnerCollection Components { get; }
Property Value
RadItemOwnerCollection
|
Implements
FooterPanel
MaxValue
Declaration
public TimeSpan MaxValue { get; set; }
Property Value
System.TimeSpan
|
Implements
MinValue
Declaration
public TimeSpan MinValue { get; set; }
Property Value
System.TimeSpan
|
Implements
ReadOnly
Declaration
public virtual bool ReadOnly { get; set; }
Property Value
System.Boolean
|
Implements
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Value
Declaration
public TimeSpan Value { get; set; }
Property Value
System.TimeSpan
|
Implements
Methods
CallOnMouseDown(MouseEventArgs)
Declaration
public void CallOnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Implements
CallOnMouseMove(MouseEventArgs)
Declaration
public void CallOnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Implements
CallOnMouseUp(MouseEventArgs)
Declaration
public void CallOnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Implements
CallOnMouseWheel(MouseEventArgs)
Declaration
public bool CallOnMouseWheel(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Returns
System.Boolean
|
Implements
ClearSelection()
Declaration
public virtual void ClearSelection()
Implements
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateComponents(IList<TimeSpanMaskPart>)
Declaration
public virtual void CreateComponents(IList<TimeSpanMaskPart> parts)
Parameters
System.Collections.Generic.IList<TimeSpanMaskPart>
parts
|
CreateTimeSpanComponent(TimeSpanMaskPart)
Declaration
protected virtual BaseTimeSpanPickerComponent CreateTimeSpanComponent(TimeSpanMaskPart maskPart)
Parameters
TimeSpanMaskPart
maskPart
|
Returns
BaseTimeSpanPickerComponent
|
GetDesiredSize(Boolean)
Declaration
public Size GetDesiredSize(bool invalidate)
Parameters
System.Boolean
invalidate
|
Returns
System.Drawing.Size
|
Implements
GetGroupLengthByMask(String)
Declaration
protected static int GetGroupLengthByMask(string mask)
Parameters
System.String
mask
|
Returns
System.Int32
|
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnComponentCreated(TimeSpanPickerComponentCreatedEventArgs)
Declaration
public void OnComponentCreated(TimeSpanPickerComponentCreatedEventArgs args)
Parameters
TimeSpanPickerComponentCreatedEventArgs
args
|
OnComponentsCreated()
Declaration
public void OnComponentsCreated()
PrepareContent()
SetSelected(Nullable<TimeSpan>)
Declaration
public void SetSelected(TimeSpan? timeSpan)
Parameters
System.Nullable<System.TimeSpan>
timeSpan
|
Implements
SetValue(TimeSpan)
Declaration
public void SetValue(TimeSpan value)
Parameters
System.TimeSpan
value
|
Implements
SetValueAndClose()
Declaration
public virtual void SetValueAndClose()
SetValueAndClose(Nullable<TimeSpan>)
Declaration
public virtual void SetValueAndClose(TimeSpan? value)
Parameters
System.Nullable<System.TimeSpan>
value
|
UpdateLocalization()
Declaration
public void UpdateLocalization()
Implements
UpdateOwnerValue()
Declaration
public void UpdateOwnerValue()
Implements
Events
ComponentCreated
Declaration
public event TimeSpanPickerComponentCreatedEventHandler ComponentCreated
Event Type
TimeSpanPickerComponentCreatedEventHandler
|
Implements
ComponentsCreated
Declaration
public event EventHandler ComponentsCreated
Event Type
System.EventHandler
|