Class ScrollTextPanel
A panel that displays a single line of text scrolling horizontally (marquee style), driven by a timer; scrolling and speed are configurable.
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ScrollTextPanel : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
View SourceScrollTextPanel()
Declaration
public ScrollTextPanel()
Fields
View SourceScrollString
Declaration
public string ScrollString
Field Value
| Type | Description |
|---|---|
| string |
Speed
Declaration
public float Speed
Field Value
| Type | Description |
|---|---|
| float |
Properties
View SourceScrollText
Declaration
public bool ScrollText { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceOnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | e |