menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IComponentBannerTextProvider - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IComponentBannerTextProvider

    Defines the interface for extending text box owned by some components.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IComponentBannerTextProvider

    Properties

    ComponentType

    Type of extended component.

    Declaration
    Type ComponentType { get; }
    Property Value
    Type
    System.Type

    Methods

    CanExtend(Component)

    Specifies whether this component can provide banner text extender properties to the specified object.

    Declaration
    bool CanExtend(Component extendee)
    Parameters
    Type Name Description
    System.ComponentModel.Component extendee
    Returns
    Type Description
    System.Boolean

    true if this object can provide extender properties to the specified object.

    GetExtendableTexBox(Component, BannerTextProvider)

    Retrieves extendable text box info.

    Declaration
    IExtendableTexBox GetExtendableTexBox(Component extendee, BannerTextProvider provider)
    Parameters
    Type Name Description
    System.ComponentModel.Component extendee

    Extended component.

    BannerTextProvider provider
    Returns
    Type Description
    IExtendableTexBox

    IExtendableTexBox object

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved