Class CueHelper
Assembly: Reportman.Drawing.Forms.dll
public class CueHelper : Component, IComponent, IDisposable, IExtenderProvider
Constructors
Declaration
Methods
Declaration
public bool CanExtend(object extendee)
Parameters
| Type |
Name |
Description |
| object |
extendee |
|
Returns
GetCueBannerText(TextBox)
Declaration
public string GetCueBannerText(TextBox control)
Parameters
| Type |
Name |
Description |
| TextBox |
control |
|
Returns
SetCueBannerText(TextBox, string)
Declaration
public void SetCueBannerText(TextBox control, string cueText)
Parameters
Implements