Class ScrollTextPanel
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ScrollTextPanel : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
ScrollTextPanel()
Declaration
public ScrollTextPanel()
Fields
ScrollString
Declaration
public string ScrollString
Field Value
| Type | Description |
|---|---|
| string |
Speed
Declaration
public float Speed
Field Value
| Type | Description |
|---|---|
| float |
Properties
ScrollText
Declaration
public bool ScrollText { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | e |