ClassRadTabbedFormControlTab
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
RadTabbedFormControlTab()
Declaration
public RadTabbedFormControlTab()
Properties
BackColor
Declaration
public override Color BackColor { get; set; }
Property Value
Overrides
Context
Declaration
[Browsable(false)]
public IntPtr Context { get; set; }
Property Value
Dock
Declaration
[Browsable(false)]
public override DockStyle Dock { get; set; }
Property Value
Overrides
Image
Gets or sets the image to be displayed by the associated RadTabbedFormControlItem instance.
ImageAlignment
Gets or sets the alignment of the image on the drawing surface.
Declaration
public ContentAlignment ImageAlignment { get; set; }
Property Value
Item
Gets the RadTabbedFormControlItem instance which is the UI representation of this tab.
Declaration
[Browsable(false)]
public RadTabbedFormControlItem Item { get; }
Property Value
Owner
Gets the RadTabbedFormControl instance that owns this tab.
Declaration
[Browsable(false)]
public RadTabbedFormControl Owner { get; }
Property Value
Text
Gets or sets the text to be displayed in the associated item.
Declaration
[Browsable(true)]
public override string Text { get; set; }
Property Value
Overrides
TextAlignment
Gets or sets the alignment of the text content on the drawing surface.
Declaration
public ContentAlignment TextAlignment { get; set; }
Property Value
TextImageRelation
Gets or sets the position of text and image relative to each other.
Declaration
public TextImageRelation TextImageRelation { get; set; }
Property Value
ToolTipText
Gets or sets the tooltip to be displayed when the item hovers tab's associated item.
Methods
Attach(RadTabbedFormControl)
Declaration
protected virtual void Attach(RadTabbedFormControl tabbedControl)
Parameters
tabbedControl
CallBackColorChanged()
Declaration
protected virtual void CallBackColorChanged()
Detach()
Declaration
protected virtual void Detach()
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
Overrides
OnEnabledChanged(EventArgs)
Declaration
protected override void OnEnabledChanged(EventArgs e)
Parameters
e
Overrides
OnImageAlignmentChanged(EventArgs)
Declaration
protected virtual void OnImageAlignmentChanged(EventArgs e)
Parameters
e
OnImageChanged(EventArgs)
Declaration
protected virtual void OnImageChanged(EventArgs e)
Parameters
e
OnTextAlignmentChanged(EventArgs)
Declaration
protected virtual void OnTextAlignmentChanged(EventArgs e)
Parameters
e
OnTextChanged(EventArgs)
Declaration
protected override void OnTextChanged(EventArgs e)
Parameters
e
Overrides
OnTextImageRelationChanged(EventArgs)
Declaration
protected virtual void OnTextImageRelationChanged(EventArgs e)
Parameters
e
OnToolTipTextChanged(EventArgs)
Declaration
protected virtual void OnToolTipTextChanged(EventArgs e)
Parameters
e
ProcessCodedUIMessage(ref IPCMessage)
Declaration
protected virtual void ProcessCodedUIMessage(ref IPCMessage request)
Parameters
request
IPCMessage
ProcessMessage(ref IPCMessage)
Declaration
public void ProcessMessage(ref IPCMessage request)
Parameters
request
IPCMessage
ResetValue(RadProperty)
Declaration
public void ResetValue(RadProperty property)
Parameters
property
ResetValue(RadProperty, ValueResetFlags)
Declaration
public void ResetValue(RadProperty property, ValueResetFlags flags)
Parameters
property
flags
SetBoundsCore(int, int, int, int, BoundsSpecified)
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
x
y
width
height
specified
Overrides
SetValue(RadProperty, object)
Declaration
public void SetValue(RadProperty property, object value)
Parameters
property
value
UpdateItemStyle()
Declaration
public void UpdateItemStyle()
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
m
Overrides