Represents a tab in a RadTabbedFormControl instance.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadTabbedFormControlTab : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlPanelRadTabbedFormControlTab...
Implements:
Inherited Members
Constructors
public RadTabbedFormControlTab()
Properties
Gets or sets the image to be displayed by the associated RadTabbedFormControlItem instance.
public Image Image { get; set; }
Gets or sets the alignment of the image on the drawing surface.
public ContentAlignment ImageAlignment { get; set; }
Gets the RadTabbedFormControlItem instance which is the UI representation of this tab.
[Browsable(false)]
public RadTabbedFormControlItem Item { get; }
Gets the RadTabbedFormControl instance that owns this tab.
[Browsable(false)]
public RadTabbedFormControl Owner { get; }
Gets or sets the text to be displayed in the associated item.
[Browsable(true)]
public override string Text { get; set; }
Overrides:
Gets or sets the alignment of the text content on the drawing surface.
public ContentAlignment TextAlignment { get; set; }
Gets or sets the position of text and image relative to each other.
public TextImageRelation TextImageRelation { get; set; }
Gets or sets the tooltip to be displayed when the item hovers tab's associated item.
public string ToolTipText { get; set; }
Methods
protected virtual void Attach(RadTabbedFormControl tabbedControl)
protected virtual void CallBackColorChanged()
protected virtual void Detach()
protected virtual void ProcessCodedUIMessage(ref IPCMessage request)
public void ProcessMessage(ref IPCMessage request)
public void ResetValue(RadProperty property, ValueResetFlags flags)
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Overrides:
public void SetValue(RadProperty property, object value)
public void UpdateItemStyle()