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

MenuStrip

Updated over 6 months ago

The MenuStrip control in your application will be converted to RadMenu. The following tables describe which properties and methods are removed and which are replaced with similar equivalents.

PropertiesActionRadControls Equivalent
AllowItemReorderProduces Error
GripStyleRemoved
GripMarginRemoved
LayoutStyleProduces Error
MdiWindowListItemProduces Error
TextDirectionRemoved
RenderModeRemoved
StretchRemoved
EventsActionRadControls Equivalent
BeginDragProduces Error
EndDragProduces Error
ItemAddedProduces Error
ItemClickedProduces Error
ItemRemovedProduces Error
LayoutCompletedProduces Error
MethodsActionRadControls Equivalent
GetItemAtProduces Error

ToolStrip Items are converted to RadMenuItems:

PropertiesActionRadControls Equivalent
AlignmentProduces Error
BackgroundImageProduces Error
BackgroundImageLayoutProduces Error
CheckedReplacedIsChecked
CheckStateReplacedToggleState
DisplayStyleReplacedDisplayStyle
ImageAlignReplacedImageAlignment
ImageScalingRemoved
ImageTransparentColorRemoved
OverflowRemoved
MergeActionReplacedMergeType
RightToLeft (Enumeration)ReplacedRightToLeft (Boolean)
RightToLeftAutoMirrorImageRemoved
ShortcutKeyDisplayStringReplacedHintText
ShortcutKeysProduces Error
ShowShortcutKeysProduces Error
TextAlignReplacedTextAlignment
VisibleReplacedVisibility
MergeActionProduces Error
EventsActionRadControls Equivalent
BackColorChangedProduces Error
ForeColorChangedProduces Error
LocationChangedProduces Error
OwnerChangedProduces Error
PaintProduces Error
RightToLeftChangedProduces Error
VisibleChangedProduces Error
MethodsActionRadControls Equivalent
GetPreferredSizeProduces Error
InitializeLifetimeServiceProduces Error
GetLifetimeServiceProduces Error
GetCurrentParentProduces Error
CreateObjRefProduces Error
GetCurrentParentProduces Error

ToolStripComboBox is converted to RadMenuComboItem

PropertiesActionRadControls Equivalent
AutoCompleteCustomSourceProduces Error
AutoCompleteModeProduces Error
AutoCompleteSourceProduces Error
DropDownStyleProduces Error
DropDownWidthProduces Error
FlatStyleProduces Error
IntegralHeightProduces Error
SelectedIndexProduces Error
RightToLeft (Enumeration)Produces Error
SortedProduces Error
DropDownHeightReplaced withComboBoxElement.DropDownHeight
DropDownStyleReplaced withComboBoxElement.DropDownStyle
DropDownWidthReplaced withComboBoxElement.DropDownWidth
FlatStyleRemoved
RightToLeft (Enumeration)Replaced withRightToLeft (Boolean)
SelectedIndexReplaced withComboBoxElement.SelectedIndex
SortedReplaced withComboBoxElement.SortStyle

See Also