Class RadTabbedFormControlTab
Represents a tab in a RadTabbedFormControl instance.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTabbedFormControlTab : Panel, IPCHost
Constructors
RadTabbedFormControlTab()
Declaration
public RadTabbedFormControlTab()
RadTabbedFormControlTab(String)
Declaration
public RadTabbedFormControlTab(string text)
Parameters
System.String
text
|
Properties
Anchor
Declaration
public override AnchorStyles Anchor { get; set; }
Property Value
System.Windows.Forms.AnchorStyles
|
BackColor
Declaration
public override Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
Context
Declaration
public IntPtr Context { get; set; }
Property Value
System.IntPtr
|
Implements
Dock
Declaration
public override DockStyle Dock { get; set; }
Property Value
System.Windows.Forms.DockStyle
|
Image
Gets or sets the image to be displayed by the associated RadTabbedFormControlItem instance.
Declaration
public Image Image { get; set; }
Property Value
System.Drawing.Image
|
ImageAlignment
Gets or sets the alignment of the image on the drawing surface.
Declaration
public ContentAlignment ImageAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
Item
Gets the RadTabbedFormControlItem instance which is the UI representation of this tab.
Declaration
public RadTabbedFormControlItem Item { get; }
Property Value
RadTabbedFormControlItem
|
Owner
Gets the RadTabbedFormControl instance that owns this tab.
Declaration
public RadTabbedFormControl Owner { get; }
Property Value
RadTabbedFormControl
|
TabIndex
Declaration
public int TabIndex { get; set; }
Property Value
System.Int32
|
Text
Gets or sets the text to be displayed in the associated item.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
TextAlignment
Gets or sets the alignment of the text content on the drawing surface.
Declaration
public ContentAlignment TextAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
TextImageRelation
Gets or sets the position of text and image relative to each other.
Declaration
public TextImageRelation TextImageRelation { get; set; }
Property Value
System.Windows.Forms.TextImageRelation
|
ToolTipText
Gets or sets the tooltip to be displayed when the item hovers tab's associated item.
Declaration
public string ToolTipText { get; set; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
Attach(RadTabbedFormControl)
Declaration
protected virtual void Attach(RadTabbedFormControl tabbedControl)
Parameters
RadTabbedFormControl
tabbedControl
|
CallBackColorChanged()
Declaration
protected virtual void CallBackColorChanged()
Detach()
Declaration
protected virtual void Detach()
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
OnEnabledChanged(EventArgs)
Declaration
protected override void OnEnabledChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnImageAlignmentChanged(EventArgs)
Declaration
protected virtual void OnImageAlignmentChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnImageChanged(EventArgs)
Declaration
protected virtual void OnImageChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnTextAlignmentChanged(EventArgs)
Declaration
protected virtual void OnTextAlignmentChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnTextChanged(EventArgs)
Declaration
protected override void OnTextChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnTextImageRelationChanged(EventArgs)
Declaration
protected virtual void OnTextImageRelationChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnToolTipTextChanged(EventArgs)
Declaration
protected virtual void OnToolTipTextChanged(EventArgs e)
Parameters
System.EventArgs
e
|
ProcessCodedUIMessage(ref IPCMessage)
Declaration
protected virtual void ProcessCodedUIMessage(ref IPCMessage request)
Parameters
IPCMessage
request
|
ProcessMessage(ref IPCMessage)
Declaration
public void ProcessMessage(ref IPCMessage request)
Parameters
IPCMessage
request
|
Implements
ResetValue(RadProperty)
ResetValue(RadProperty, ValueResetFlags)
Declaration
public void ResetValue(RadProperty property, ValueResetFlags flags)
Parameters
RadProperty
property
|
ValueResetFlags
flags
|
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
System.Int32
x
|
System.Int32
y
|
System.Int32
width
|
System.Int32
height
|
System.Windows.Forms.BoundsSpecified
specified
|
SetValue(RadProperty, Object)
Declaration
public void SetValue(RadProperty property, object value)
Parameters
RadProperty
property
|
System.Object
value
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
UpdateItemStyle()
Declaration
public void UpdateItemStyle()
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.Windows.Forms.Message
m
|