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

RadToolbarForm

Updated over 1 year ago

Properties

PropertyDescription
ShowIconGets or sets a value indicating whether an icon is displayed in the caption bar of the form.
FormElementGets the main element of the RadToolbarForm.
TabbedFormControlGets the RadToolbarFormControl which is used internally by the form responsible for working with the areas.

Events

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

RadToolbarFormControl

Properties

PropertyDescription
ShowTextShow or hides the text in the title bar.
ShowIconGets or sets a value indicating whether an icon is displayed in the caption bar of the form.
CaptionHeightGets or sets the height of the title bar.
NearItemsMarginGets or sets the margin that defines the margin of the WrapLayoutPanel holding the near items.
CenterItemsMarginGets or sets the margin that defines the margin of the WrapLayoutPanel holding the center items.
FarItemsMarginGets or sets the margin that defines the margin of the WrapLayoutPanel holding the far items.
TextPositionGets or sets the position of the text inside the title bar.
NearItemsVerticalAlignmentGets or sets the vertical alignment of the near toolbar items.
CenterItemsVerticalAlignmentGets or sets the vertical alignment of the center toolbar items.
FarItemsVerticalAlignmentGets or sets the vertical alignment of the far toolbar items.
WrapModeDetermines how the element containers are wrapped in relation to the available space. Both options will allocate the space for each of the containers proportionally from the totally available space.
NearItemsWrapWeightGets or sets the wrap weight while performing the layout of the NearItems container.
CenterItemsWrapWeightGets or sets the wrap weight while performing the layout of the CenterItems container.
FarItemsWrapWeightGets or sets the wrap weight while performing the layout of the CenterItems container.
IconCaptionElementGets the icon element of the control.
TextCaptionElementGets the text caption element of the control.
MinimizeButtonElementGets the minimize button element of the control.
MaximizeButtonElementGets the maximize button element of the control.
HelpButtonElementGets the help button element of the control.
SystemButtonsElementGets the system buttons element of the control.
NearItemsGets the collection of the near items.
CenterItemsGets the collection of the center items.
FarItemsGets the collection of the far items.

RadToolbarFormControlElement

Properties

PropertyDescription
NearItemsContainerGets the near items container.
CenterItemsContainerGets the center items container.
FarItemsContainerGets the far items container.
IconElementGets the icon element.
CaptionTextElementGets the text element.