Class TrackBarBodyElement
Inheritance
System.Object
TrackBarBodyElement
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 TrackBarBodyElement : TrackBarVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TrackBarBodyElement()
Declaration
public TrackBarBodyElement()
Properties
IndicatorContainerElement
Declaration
public TrackBarIndicatorContainerElement IndicatorContainerElement { get; }
Property Value
TrackBarIndicatorContainerElement
|
ScaleContainerElement
Declaration
public TrackBarScaleContainerElement ScaleContainerElement { get; }
Property Value
TrackBarScaleContainerElement
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateTrackBarIndicatorContainerElement()
Declaration
protected virtual TrackBarIndicatorContainerElement CreateTrackBarIndicatorContainerElement()
Returns
TrackBarIndicatorContainerElement
|
CreateTrackBarScaleContainerElement()
Declaration
protected virtual TrackBarScaleContainerElement CreateTrackBarScaleContainerElement()
Returns
TrackBarScaleContainerElement
|
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
PerformMouseClick(MouseEventArgs)
Declaration
public void PerformMouseClick(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|