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 |