Class RadTabbedFormControlElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class RadTabbedFormControlElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTabbedFormControlElement()
Declaration
public RadTabbedFormControlElement()
Fields
IsTabbedFormActiveProperty
ItemDragHintProperty
ItemDragModeProperty
TabbedFormWindowStateProperty
Properties
CaptionBorder
Gets the BorderPrimitiveinstance that represents the border of the tabbed control's caption.
Declaration
public BorderPrimitive CaptionBorder { get; }
Property Value
BorderPrimitive
|
CaptionFill
Gets the FillPrimitiveinstance that represents the fill of the tabbed control's caption.
Declaration
public FillPrimitive CaptionFill { get; }
Property Value
FillPrimitive
|
CaptionHeight
Gets or sets the height of the extended title bar.
Declaration
public int CaptionHeight { get; set; }
Property Value
System.Int32
|
CaptionTextElement
CloseButton
Gets or sets the Close button
Declaration
public bool CloseButton { get; set; }
Property Value
System.Boolean
|
ContentArea
Gets the element which represents the content area of the tab view.
Declaration
public RadTabbedFormControlContentAreaElement ContentArea { get; }
Property Value
RadTabbedFormControlContentAreaElement
|
IconPrimitive
Gets the icon element.
Declaration
public ImagePrimitive IconPrimitive { get; }
Property Value
ImagePrimitive
|
ItemDragHint
Gets or sets the RadImageShape instance which describes the hint that indicates where an item will be dropped after a drag operation.
Declaration
[VsbBrowsable(true)]
public RadImageShape ItemDragHint { get; set; }
Property Value
RadImageShape
|
ItemDragMode
Gets or sets the drag mode of the tabs.
Declaration
public virtual TabItemDragMode ItemDragMode { get; set; }
Property Value
TabItemDragMode
|
ItemDragService
Gets or sets the RadDragDropService instance which handles item drag requests.
Declaration
public RadTabbedFormDragDropService ItemDragService { get; set; }
Property Value
RadTabbedFormDragDropService
|
Items
Gets all the items currently present within this element.
Declaration
public IReadOnlyCollection<RadTabbedFormControlItem> Items { get; }
Property Value
IReadOnlyCollection<RadTabbedFormControlItem>
|
LeftItems
Gets the collection of the left items.
Declaration
public RadItemOwnerCollection LeftItems { get; }
Property Value
RadItemOwnerCollection
|
LeftItemsContainer
Gets the LeftItemsContainer
Declaration
public RadQuickAccessToolBar LeftItemsContainer { get; }
Property Value
RadQuickAccessToolBar
|
MaximizeButton
Gets or sets the Maximize button
Declaration
public bool MaximizeButton { get; set; }
Property Value
System.Boolean
|
MinimizeButton
Gets or sets the Minimize button
Declaration
public bool MinimizeButton { get; set; }
Property Value
System.Boolean
|
MinimumTabWidth
Gets or sets the minimum width of the tab.
Declaration
public virtual int MinimumTabWidth { get; set; }
Property Value
System.Int32
|
NewItem
Gets the item which stands for adding new tabs on click.
Declaration
public LightVisualButtonElement NewItem { get; }
Property Value
LightVisualButtonElement
|
Owner
Gets or sets the owner RadTabbedFormControl instance.
Declaration
public RadTabbedFormControl Owner { get; }
Property Value
RadTabbedFormControl
|
PinnedItems
Gets all the pinned items.
Declaration
public ObservableCollection<RadTabbedFormControlItem> PinnedItems { get; }
Property Value
ObservableCollection<RadTabbedFormControlItem>
|
PinnedItemsPosition
Gets or sets whether the pinned items will be displayed at the front or at the back of the title bar.
Declaration
public virtual PinnedItemsPosition PinnedItemsPosition { get; set; }
Property Value
PinnedItemsPosition
|
RightItems
Gets the collection of the right items.
Declaration
public RadItemOwnerCollection RightItems { get; }
Property Value
RadItemOwnerCollection
|
RightItemsContainer
Gets the RightItemsContainer
Declaration
public RadQuickAccessToolBar RightItemsContainer { get; }
Property Value
RadQuickAccessToolBar
|
SelectedItem
Gets or sets the currently selected item in the view.
Declaration
public RadTabbedFormControlItem SelectedItem { get; set; }
Property Value
RadTabbedFormControlItem
|
ShowIcon
Gets or sets a value indicating whether an icon is displayed in the caption bar of the form.
Declaration
public virtual bool ShowIcon { get; set; }
Property Value
System.Boolean
|
ShowNewTabButton
Gets or sets whether the new tab button will be visible.
Declaration
public virtual bool ShowNewTabButton { get; set; }
Property Value
System.Boolean
|
ShowTabCloseButton
Gets or sets whether close button will be displayed in the tab.
Declaration
public virtual bool ShowTabCloseButton { get; set; }
Property Value
System.Boolean
|
ShowTabPinButton
Gets or sets whether pin button will be displayed in the tab.
Declaration
public bool ShowTabPinButton { get; set; }
Property Value
System.Boolean
|
ShowText
Gets or sets whether the element holding the text is visible.
Declaration
public virtual bool ShowText { get; set; }
Property Value
System.Boolean
|
TabbedFormCaption
Gets the element which represents the caption area of the control.
Declaration
public RadTabbedFormControlCaption TabbedFormCaption { get; set; }
Property Value
RadTabbedFormControlCaption
|
TabHeight
Gets or sets the default height of the tab.
Declaration
public virtual int TabHeight { get; set; }
Property Value
System.Int32
|
TabSpacing
Gets or sets the spacing between the tabs.
Declaration
public virtual int TabSpacing { get; set; }
Property Value
System.Int32
|
TabWidth
Gets or sets the default width of the tab.
Declaration
public virtual int TabWidth { get; set; }
Property Value
System.Int32
|
Methods
AddItemCore(RadTabbedFormControlItem)
Declaration
protected virtual void AddItemCore(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
BringFormToFront()
Declaration
protected virtual void BringFormToFront()
BringIntoView(RadTabbedFormControlItem)
Scrolls the RadTabbedFormControlTabsElement so that the passed item is visible and centered.
Declaration
protected virtual void BringIntoView(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
CanDropInTitleBarArea(Point, RadTabbedFormControlElement)
Declaration
protected virtual bool CanDropInTitleBarArea(Point client, RadTabbedFormControlElement dropTarget)
Parameters
System.Drawing.Point
client
|
RadTabbedFormControlElement
dropTarget
|
Returns
System.Boolean
|
CanDropOverItem(RadTabbedFormControlItem, RadTabbedFormControlItem, Point)
Declaration
protected virtual bool CanDropOverItem(RadTabbedFormControlItem dragItem, RadTabbedFormControlItem hitItem, Point mousePosition)
Parameters
RadTabbedFormControlItem
dragItem
|
RadTabbedFormControlItem
hitItem
|
System.Drawing.Point
mousePosition
|
Returns
System.Boolean
|
CanPerformImmediateDrag(Point)
Declaration
protected virtual bool CanPerformImmediateDrag(Point mousePosition)
Parameters
System.Drawing.Point
mousePosition
|
Returns
System.Boolean
|
CanPerformImmediateDrop(DragDirection, Int32, RadTabbedFormControlItem, RadTabbedFormControlItem)
Declaration
protected virtual bool CanPerformImmediateDrop(DragDirection direction, int x, RadTabbedFormControlItem dragItem, RadTabbedFormControlItem hitItem)
Parameters
DragDirection
direction
|
System.Int32
x
|
RadTabbedFormControlItem
dragItem
|
RadTabbedFormControlItem
hitItem
|
Returns
System.Boolean
|
CanSelectItem(RadTabbedFormControlItem)
Declaration
protected virtual bool CanSelectItem(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
Returns
System.Boolean
|
CloseForm()
Declaration
protected virtual void CloseForm()
CloseItem(RadTabbedFormControlItem)
Declaration
protected virtual void CloseItem(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
Control_VisibleChanged(Object, EventArgs)
Declaration
protected void Control_VisibleChanged(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
CreateBorderElement()
CreateButtonGroup()
Declaration
protected virtual RadQuickAccessToolBar CreateButtonGroup()
Returns
RadQuickAccessToolBar
|
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateContentAreaElement()
Declaration
protected virtual RadTabbedFormControlContentAreaElement CreateContentAreaElement()
Returns
RadTabbedFormControlContentAreaElement
|
CreateDefaultContextMenu()
CreateFillElement()
CreateIconElement()
CreateItem()
Declaration
protected virtual RadTabbedFormControlItem CreateItem()
Returns
RadTabbedFormControlItem
|
CreateTabbedFormCaption()
Declaration
protected virtual RadTabbedFormControlCaption CreateTabbedFormCaption()
Returns
RadTabbedFormControlCaption
|
CreateTextElement()
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
DpiScaleChanged(SizeF)
Declaration
public override void DpiScaleChanged(SizeF scaleFactor)
Parameters
System.Drawing.SizeF
scaleFactor
|
Overrides
EndItemDrag(RadTabbedFormControlItem)
Declaration
protected virtual void EndItemDrag(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
GetClientRectangleFromContentElement(RadTabbedFormControlContentAreaElement)
Declaration
public virtual Rectangle GetClientRectangleFromContentElement(RadTabbedFormControlContentAreaElement contentArea)
Parameters
RadTabbedFormControlContentAreaElement
contentArea
|
Returns
System.Drawing.Rectangle
|
GetContentAreaRectangle()
Declaration
public virtual Rectangle GetContentAreaRectangle()
Returns
System.Drawing.Rectangle
|
GetEmptyTab()
GetItemAt(Int32)
Declaration
public RadTabbedFormControlItem GetItemAt(int index)
Parameters
System.Int32
index
|
Returns
RadTabbedFormControlItem
|
GetNextItemIndex(RadTabbedFormControlItem, Boolean, Boolean)
Declaration
protected virtual int GetNextItemIndex(RadTabbedFormControlItem current, bool forward, bool wrap)
Parameters
RadTabbedFormControlItem
current
|
System.Boolean
forward
|
System.Boolean
wrap
|
Returns
System.Int32
|
HandleNewTabRequested()
Declaration
protected virtual void HandleNewTabRequested()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
InitializeNewForm()
InsertItemCore(Int32, RadTabbedFormControlItem)
Declaration
protected virtual void InsertItemCore(int index, RadTabbedFormControlItem item)
Parameters
System.Int32
index
|
RadTabbedFormControlItem
item
|
ItemFromPoint(Point)
Gets the item that contains the porvided point (in control's client coordinates).
Declaration
public RadTabbedFormControlItem ItemFromPoint(Point client)
Parameters
System.Drawing.Point
client
|
Returns
RadTabbedFormControlItem
|
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OffsetTabContent(Rectangle)
Declaration
protected virtual Rectangle OffsetTabContent(Rectangle contentRect)
Parameters
System.Drawing.Rectangle
contentRect
|
Returns
System.Drawing.Rectangle
|
OnCloseMenuItemClick(Object, EventArgs)
Declaration
protected virtual void OnCloseMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnContentBoundsChanged()
Declaration
protected virtual void OnContentBoundsChanged()
OnContextMenuOpening(RadTabbedFormControlItemConextMenuOpeningEventArgs)
Declaration
protected virtual void OnContextMenuOpening(RadTabbedFormControlItemConextMenuOpeningEventArgs args)
Parameters
RadTabbedFormControlItemConextMenuOpeningEventArgs
args
|
OnControlAdded(Object, ControlEventArgs)
Declaration
protected virtual void OnControlAdded(object sender, ControlEventArgs e)
Parameters
System.Object
sender
|
System.Windows.Forms.ControlEventArgs
e
|
OnDoubleClick(EventArgs)
Declaration
protected override void OnDoubleClick(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnItemClick(RadTabbedFormControlItem, EventArgs)
Declaration
protected virtual void OnItemClick(RadTabbedFormControlItem sender, EventArgs e)
Parameters
RadTabbedFormControlItem
sender
|
System.EventArgs
e
|
OnItemCreating(RadTabbedFormControlItemCreatingEventArgs)
Declaration
protected virtual RadTabbedFormControlItem OnItemCreating(RadTabbedFormControlItemCreatingEventArgs args)
Parameters
RadTabbedFormControlItemCreatingEventArgs
args
|
Returns
RadTabbedFormControlItem
|
OnItemDrag(RadTabbedFormControlItem, MouseEventArgs)
Declaration
protected virtual void OnItemDrag(RadTabbedFormControlItem sender, MouseEventArgs e)
Parameters
RadTabbedFormControlItem
sender
|
System.Windows.Forms.MouseEventArgs
e
|
OnItemDropped(Object, RadTabbedFormControlItemDroppedEventArgs)
Declaration
protected virtual void OnItemDropped(object sender, RadTabbedFormControlItemDroppedEventArgs args)
Parameters
System.Object
sender
|
RadTabbedFormControlItemDroppedEventArgs
args
|
OnItemDropping(Object, RadTabbedFormControlItemDroppingEventArgs)
Declaration
protected virtual void OnItemDropping(object sender, RadTabbedFormControlItemDroppingEventArgs args)
Parameters
System.Object
sender
|
RadTabbedFormControlItemDroppingEventArgs
args
|
OnItemMouseDown(RadTabbedFormControlItem, MouseEventArgs)
Declaration
protected virtual void OnItemMouseDown(RadTabbedFormControlItem sender, MouseEventArgs e)
Parameters
RadTabbedFormControlItem
sender
|
System.Windows.Forms.MouseEventArgs
e
|
OnItemMouseUp(RadTabbedFormControlItem, MouseEventArgs)
Declaration
protected virtual void OnItemMouseUp(RadTabbedFormControlItem sender, MouseEventArgs e)
Parameters
RadTabbedFormControlItem
sender
|
System.Windows.Forms.MouseEventArgs
e
|
OnItemsChanged(Object, RadTabbedFormControlItemsChangedEventArgs)
Declaration
protected virtual void OnItemsChanged(object sender, RadTabbedFormControlItemsChangedEventArgs args)
Parameters
System.Object
sender
|
RadTabbedFormControlItemsChangedEventArgs
args
|
OnItemSelected(Object, RadTabbedFormControlItemSelectedEventArgs)
Declaration
public virtual void OnItemSelected(object sender, RadTabbedFormControlItemSelectedEventArgs args)
Parameters
System.Object
sender
|
RadTabbedFormControlItemSelectedEventArgs
args
|
OnItemSelecting(Object, RadTabbedFormControlItemSelectingEventArgs)
Declaration
public virtual void OnItemSelecting(object sender, RadTabbedFormControlItemSelectingEventArgs args)
Parameters
System.Object
sender
|
RadTabbedFormControlItemSelectingEventArgs
args
|
OnLoaded()
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnNewMenuItemClick(Object, EventArgs)
Declaration
protected virtual void OnNewMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnNewTabItemClicked(Object, EventArgs)
Declaration
protected virtual void OnNewTabItemClicked(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnOtherMenuItemClick(Object, EventArgs)
Declaration
protected virtual void OnOtherMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnPinMenuItemClick(Object, EventArgs)
Declaration
protected virtual void OnPinMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
OnRightTabsMenuItemClick(Object, EventArgs)
Declaration
protected virtual void OnRightTabsMenuItemClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnSelectedTabChanged(RadTabbedFormControlEventArgs)
Declaration
protected virtual void OnSelectedTabChanged(RadTabbedFormControlEventArgs e)
Parameters
RadTabbedFormControlEventArgs
e
|
OnTabbedFormControlCreating(Object, TabbedFormControlCreatingEventArgs)
Declaration
protected virtual void OnTabbedFormControlCreating(object sender, TabbedFormControlCreatingEventArgs e)
Parameters
System.Object
sender
|
TabbedFormControlCreatingEventArgs
e
|
OnTabIndexChanged(RadTabbedFormControlIndexChangedEventArgs)
Declaration
protected virtual void OnTabIndexChanged(RadTabbedFormControlIndexChangedEventArgs e)
Parameters
RadTabbedFormControlIndexChangedEventArgs
e
|
PaintOverride(IGraphics, Rectangle, Single, SizeF, Boolean)
Declaration
protected override void PaintOverride(IGraphics screenRadGraphics, Rectangle clipRectangle, float angle, SizeF scale, bool useRelativeTransformation)
Parameters
IGraphics
screenRadGraphics
|
System.Drawing.Rectangle
clipRectangle
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
System.Boolean
useRelativeTransformation
|
Overrides
PerformItemDrop(RadTabbedFormControlItem, RadTabbedFormControlItem)
Declaration
protected virtual void PerformItemDrop(RadTabbedFormControlItem dragItem, RadTabbedFormControlItem hitItem)
Parameters
RadTabbedFormControlItem
dragItem
|
RadTabbedFormControlItem
hitItem
|
ProcessDragDrop(Point, ISupportDrag)
Declaration
protected override void ProcessDragDrop(Point dropLocation, ISupportDrag dragObject)
Parameters
System.Drawing.Point
dropLocation
|
ISupportDrag
dragObject
|
Overrides
ProcessDragOver(Point, ISupportDrag)
Declaration
protected override bool ProcessDragOver(Point mousePosition, ISupportDrag dragObject)
Parameters
System.Drawing.Point
mousePosition
|
ISupportDrag
dragObject
|
Returns
System.Boolean
|
Overrides
RemoveItemCore(RadTabbedFormControlItem)
Declaration
protected virtual void RemoveItemCore(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
SelectNextItem()
Selects the next available item.
Declaration
public bool SelectNextItem()
Returns
System.Boolean
|
SelectNextItemCore(RadTabbedFormControlItem, Boolean, Boolean)
Declaration
protected virtual bool SelectNextItemCore(RadTabbedFormControlItem current, bool forward, bool wrap)
Parameters
RadTabbedFormControlItem
current
|
System.Boolean
forward
|
System.Boolean
wrap
|
Returns
System.Boolean
|
SelectPreviousItem()
Selects the previous available item.
Declaration
public bool SelectPreviousItem()
Returns
System.Boolean
|
SetItemIndex(Int32, Int32)
Declaration
protected virtual void SetItemIndex(int currentIndex, int newIndex)
Parameters
System.Int32
currentIndex
|
System.Int32
newIndex
|
SetSelectedContent(RadTabbedFormControlItem)
Declaration
protected virtual void SetSelectedContent(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
SetSelectedItem(RadTabbedFormControlItem)
Declaration
protected virtual void SetSelectedItem(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
ShouldArrangeChild(RadElement)
Declaration
protected override bool ShouldArrangeChild(RadElement child)
Parameters
RadElement
child
|
Returns
System.Boolean
|
Overrides
ShouldFitTitleBarOnTwoRows()
Declaration
protected virtual bool ShouldFitTitleBarOnTwoRows()
Returns
System.Boolean
|
ShouldLayoutChild(RadElement)
Declaration
protected virtual bool ShouldLayoutChild(RadElement child)
Parameters
RadElement
child
|
Returns
System.Boolean
|
ShouldMeasureChild(RadElement)
Declaration
protected override bool ShouldMeasureChild(RadElement child)
Parameters
RadElement
child
|
Returns
System.Boolean
|
Overrides
ShowContextMenu(RadTabbedFormControlItem)
Declaration
protected virtual void ShowContextMenu(RadTabbedFormControlItem tabItem)
Parameters
RadTabbedFormControlItem
tabItem
|
StartItemDrag(RadTabbedFormControlItem)
Declaration
protected virtual void StartItemDrag(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
SyncronizeItem(RadTabbedFormControlItem)
Declaration
protected virtual void SyncronizeItem(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
UpdateButtonGroupsOnItemsChanged(RadItemCollection, RadItem, ItemsChangeOperation)
Declaration
protected virtual void UpdateButtonGroupsOnItemsChanged(RadItemCollection changed, RadItem target, ItemsChangeOperation operation)
Parameters
RadItemCollection
changed
|
RadItem
target
|
ItemsChangeOperation
operation
|
UpdateLayoutWhileImmediateDrag(RadTabbedFormControlItem, DragDirection, Int32)
Declaration
protected virtual void UpdateLayoutWhileImmediateDrag(RadTabbedFormControlItem dragItem, DragDirection direction, int deltaX)
Parameters
RadTabbedFormControlItem
dragItem
|
DragDirection
direction
|
System.Int32
deltaX
|
UpdatePinnedItems(RadTabbedFormControlItem)
Declaration
protected virtual void UpdatePinnedItems(RadTabbedFormControlItem item)
Parameters
RadTabbedFormControlItem
item
|
UpdateReferences(ComponentThemableElementTree, Boolean, Boolean)
Declaration
protected override void UpdateReferences(ComponentThemableElementTree tree, bool updateInheritance, bool recursive)
Parameters
ComponentThemableElementTree
tree
|
System.Boolean
updateInheritance
|
System.Boolean
recursive
|
Overrides
UpdateTabBounds(RadTabbedFormControlTab)
Declaration
protected virtual void UpdateTabBounds(RadTabbedFormControlTab tab)
Parameters
RadTabbedFormControlTab
tab
|
VisibleChangedCore()
Declaration
protected virtual void VisibleChangedCore()
Events
ContextMenuOpening
Occurs before the default context menu is opened.
Declaration
public event EventHandler<RadTabbedFormControlItemConextMenuOpeningEventArgs> ContextMenuOpening
Event Type
System.EventHandler<RadTabbedFormControlItemConextMenuOpeningEventArgs>
|
ItemClicked
Occurs when a tab is clicked.
Declaration
public event EventHandler ItemClicked
Event Type
System.EventHandler
|
ItemCreating
Occurs before the tab items is attached to its owner element.
Declaration
public event EventHandler<RadTabbedFormControlItemCreatingEventArgs> ItemCreating
Event Type
System.EventHandler<RadTabbedFormControlItemCreatingEventArgs>
|
ItemDropped
Occurs after a tap is dropped.
Declaration
public event EventHandler<RadTabbedFormControlItemDroppedEventArgs> ItemDropped
Event Type
System.EventHandler<RadTabbedFormControlItemDroppedEventArgs>
|
ItemDropping
Occurs before a tab is dropped.
Declaration
public event EventHandler<RadTabbedFormControlItemDroppingEventArgs> ItemDropping
Event Type
System.EventHandler<RadTabbedFormControlItemDroppingEventArgs>
|
ItemsChanged
Occurs when a tab is added or removed.
Declaration
public event EventHandler<RadTabbedFormControlItemsChangedEventArgs> ItemsChanged
Event Type
System.EventHandler<RadTabbedFormControlItemsChangedEventArgs>
|
ItemSelected
Occurs after a tab is selected.
Declaration
public event EventHandler<RadTabbedFormControlItemSelectedEventArgs> ItemSelected
Event Type
System.EventHandler<RadTabbedFormControlItemSelectedEventArgs>
|
ItemSelecting
Occurs before the tab is selected.
Declaration
public event EventHandler<RadTabbedFormControlItemSelectingEventArgs> ItemSelecting
Event Type
System.EventHandler<RadTabbedFormControlItemSelectingEventArgs>
|