[]
Represents the Spread scroll bar.
[TypeConverter(typeof(_pf))]
public abstract class FpScrollBar : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISerializeSupport, ISerializable, IDeserializationCallback
<TypeConverter(GetType(_pf))>
Public MustInherit Class FpScrollBar
Inherits Control
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISerializeSupport, ISerializable, IDeserializationCallback
Name | Description |
---|---|
FpScrollBar() | Initializes the FpScrollBar class. |
FpScrollBar(SerializationInfo, StreamingContext) | Creates a new Spread scroll bar from serialization. |
Name | Description |
---|---|
Buttons | Gets or sets the Spread scroll bar buttons collection. |
ContextMenuStrip | Gets or sets the shortcut menu associated with the control. |
CreateParams | Gets the required creation parameters when the control handle is created. |
DefaultImeMode | Gets the default Input Method Editor (IME) mode supported by the control. |
DefaultMargin | Gets the space between controls, in pixels, that is specified by default. |
Renderer | Get or sets the scroll bar renderer that draws the skin of the scroll bar. |
ScrollBarShowMax | Gets the value of ScrollbarShowMax. If the parent control is Spread; return parent.ScrollBarShowMax, else return true. |
Size | Gets or sets the size of the control. |
Name | Description |
---|---|
ButtonClick | Occurs when a button of the scroll bar is clicked. |
Scroll | Occurs when the scroll bar is scrolling. |
ValueChanged | Occurs when the value of the scroll bar is changed. |