Class ScrollBarThumb
Represents a scrollbar thumb in the scroll bar.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class ScrollBarThumb : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
ScrollBarThumb()
Declaration
public ScrollBarThumb()
Fields
IsPressedProperty
Properties
GripImage
Gets or sets the image associated with the thumb
Declaration
public Image GripImage { get; set; }
Property Value
System.Drawing.Image
|
IsPressed
Gets a value indicating whether the thumb is in pressed state.
Declaration
public bool IsPressed { get; }
Property Value
System.Boolean
|
ThumbBorder
Gets the BorderPrimitive contained in the thumb.
Declaration
public BorderPrimitive ThumbBorder { get; }
Property Value
BorderPrimitive
|
ThumbFill
Gets an instance of FillPrimitive contained in the thumb.
Declaration
public FillPrimitive ThumbFill { get; }
Property Value
FillPrimitive
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
GetVistaVisualStyle()
Declaration
public override VisualStyleElement GetVistaVisualStyle()
Returns
System.Windows.Forms.VisualStyles.VisualStyleElement
|
Overrides
GetXPVisualStyle()
Declaration
public override VisualStyleElement GetXPVisualStyle()
Returns
System.Windows.Forms.VisualStyles.VisualStyleElement
|
Overrides
InitializeFields()
OnLoaded()
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseLeave(EventArgs)
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
PaintElementSkin(IGraphics)
Declaration
protected override void PaintElementSkin(IGraphics graphics)
Parameters
IGraphics
graphics
|
Overrides
ShouldPaintChild(RadElement)
Declaration
protected override bool ShouldPaintChild(RadElement element)
Parameters
RadElement
element
|
Returns
System.Boolean
|