New to Telerik UI for WinFormsStart a free 30-day trial

RadTabbedForm is internally working with a tabbed form control which is interacting with the tabs. Most of the functionality of the form is defined and exposed by the RadTabbedFormControl.

RadTabbedForm

Updated over 1 year ago

Properties

PropertyDescription
AllowAeroGets or sets a boolean value that determines whether the Windows title bar styles are enabled.
FormElementGets the main element of the RadTabbedForm.
TabbedFormControlGets the RadTabbedFormControl which is used internally by the form responsible for working with the tabs.

Events

EventDescription
TabbedFormControlCreatingRaised while creating the RadTabbedFormControl. The event is raised only when the form is created at run-time.

RadTabbedFormControl

Properties

PropertyDescription
SelectedTabGets or sets the RadTabbedFormControlTab instance that is currently selected.
TabsGets the collection of tabs for this view.
CausesValidationGets or sets a flag indicating whether the control causes validation
LeftItemsContainerGets the left LeftItemsContainer element
LeftItemsGets the collection of the left items.
RightItemsContainerGets the right RightItemsContainer element
RightItemsGets the collection of the right items.
TabbedFormControlTabsElementGets the TabbedFormControlTabsElement element
TabbedFormControlElementGets the instance of TabbedFormControlElement wrapped by this control. TabbedFormControlElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadTabbedFormControl.
MinimizeButtonGets or sets if the tabbed form has minimize button in its caption
MaximizeButtonGets or sets if the tabbed form has maximize button in its caption
CloseButtonGets or sets if the tabbed form has close button in its caption
BackColorRadTabbedFormControl consists of multiple visual elements and separate settings are provided to customize their appearance. Current BackColor property might be ignored.
ForeColorRadTabbedFormControl consists of multiple visual elements and separate settings are provided to customize their appearance. Current ForeColor property might be ignored.
CaptionHeightGets or sets the height of the title bar.
ShowTextShow or hides the text in the title bar.
ShowTabCloseButtonShows or hides the close button in each tab.
ShowTabPinButtonShows or hides the pin button in each tab.
ShowNewTabButtonShows or hides the new tab located after all tabs.
PinnedItemsPositionSet the pinned tabs position.
MinimumTabWidthGets or sets the minimum width of the tabs.
TabSpacingGets or set the space between the tabs.
ItemDragModeGets or sets the mode that controls item drag operation within the element.

Events

EventDescription
ItemDroppingOccurs when an item is about to be dropped over another item.
ItemDroppedOccurs when an item was dropped over another item.
ItemCreatingRaised when page item is about to be created.
ContextMenuOpeningRaised when page item is about to be created.
TabAddingRaised when a new tab is about to be added to the control. Cancelable.
TabAddedRaised when a new tab has been successfully added to the control.
TabRemovingRaised when a tab is about to be removed from the control. Cancelable.
TabRemovedRaised when a tab has been successfully removed from the control.
TabItemIndexChangingRaised when a page is about to change its index. Cancelable.
TabItemIndexChangedRaised when a tab's index has been successfully changed.
TabsClearingRaised when all tabs are about to be removed from the control. Cancelable.
TabsClearedRaised when all tabs have been successfully removed from the control.
SelectedTabChangingRaised when currently selected tab has changed.
SelectedTabChangedRaised when currently selected tab has changed.
NewTabRequestedRaised when a new tab is requested.

RadTabbedFormControlElement

Properties

PropertyDescription
ContentAreaGets the element which represents the content area of the tab view.
CaptionFillGets the instance that represents the fill of the ribbon's caption.
CaptionBorderGets the instance that represents the border of the ribbon's caption.
SelectedItemGets or sets the currently selected item in the view.
NewItemGets the item which stands for adding new tabs on click.
ItemsGets all the items currently present within this element.
PinnedItemsGets all the pinned items.
ItemDragServiceGets or sets the RadDragDropService instance which handles item drag requests.
ItemDragHintGets or sets the RadImageShape instance which describes the hint that indicates where an item will be dropped after a drag operation.

Methods

MethodDescription
ItemFromPointGets the item that contains the porvided point (in control's client coordinates).

Events

PropertyDescription
ItemClickedOccurs when a tab is clicked.
ItemCreatingOccurs before a tab is created.
ContextMenuOpeningOccurs before the default context menu is opened.
ItemSelectingOccurs before the tab is selected.
ItemSelectedOccurs after a tab is selected.
ItemsChangedOccurs when a tab is added or removed.
ItemDroppingOccurs before a tab is dropped.
ItemDroppedOccurs after a tap is dropped.

See Also