Search Results for

    Show / Hide Table of Contents

    Class CueHelper

    Inheritance
    object
    MarshalByRefObject
    Component
    CueHelper
    Implements
    IComponent
    IDisposable
    IExtenderProvider
    Inherited Members
    Component.Dispose()
    Component.Dispose(bool)
    Component.GetService(Type)
    Component.ToString()
    Component.CanRaiseEvents
    Component.Events
    Component.Site
    Component.Container
    Component.DesignMode
    Component.Disposed
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class CueHelper : Component, IComponent, IDisposable, IExtenderProvider

    Constructors

    CueHelper()

    Declaration
    public CueHelper()

    Methods

    CanExtend(object)

    Declaration
    public bool CanExtend(object extendee)
    Parameters
    Type Name Description
    object extendee
    Returns
    Type Description
    bool

    GetCueBannerText(TextBox)

    Declaration
    public string GetCueBannerText(TextBox control)
    Parameters
    Type Name Description
    TextBox control
    Returns
    Type Description
    string

    SetCueBannerText(TextBox, string)

    Declaration
    public void SetCueBannerText(TextBox control, string cueText)
    Parameters
    Type Name Description
    TextBox control
    string cueText

    Implements

    IComponent
    IDisposable
    IExtenderProvider
    In this article
    Back to top Generated by DocFX