diff --git a/controls/forms-and-dialogs/statusstrip/properties-events.md b/controls/forms-and-dialogs/statusstrip/properties-events.md index 49f85907d..dd257f05c 100644 --- a/controls/forms-and-dialogs/statusstrip/properties-events.md +++ b/controls/forms-and-dialogs/statusstrip/properties-events.md @@ -3,7 +3,7 @@ title: Properties and Events page_title: Properties End events - WinForms StatusBar Control description: RadStatusStrip provides a status area that can be composed of any number of RadElement types - buttons, repeat buttons, image buttons, labels, panels, progress bars and separators. slug: winforms/forms-and-dialogs/statusstrip/properties-events -tags: radstatusbar,properties +tags: radstatusbar,properties, methods, events published: True position: 3 previous_url: forms-and-dialogs-statusstrip-radstatusbar-properties, winforms/forms-and-dialogs/statusstrip/radstatusbar-properties @@ -23,7 +23,14 @@ previous_url: forms-and-dialogs-statusstrip-radstatusbar-properties, winforms/fo |StatusBarElement.__GripStyle__|Shows or hides the Grip element in RadStatusStrip.| |StatusBarElement.__RotateGripOnRightToLeft__|Gets or sets a value indicating whether the grip is rotated in RightToLeft mode.| -# Events +## Methods + +|Method|Description| +|----|----| +|__SetSpring__(RadItem control, bool value)|Sets Spring property of specified RadItem indicating whether the item will automatically fills the available space on the RadStatusStrip as the form is resized.| +|__GetSpring__ (RadItem control)|Gets Spring property of specified RadItem.| + +## Events |Event|Description| |----|----| @@ -31,7 +38,7 @@ previous_url: forms-and-dialogs-statusstrip-radstatusbar-properties, winforms/fo |__LayoutStyleChanging__|Fires before LayoutStyle is changed.| |__LayoutStyleChanged__|Fires after LayoutStyle is changed.| -# See Also +## See Also * [Properties](https://docs.telerik.com/devtools/winforms/api/telerik.wincontrols.ui.radstatusstrip.html#properties) * [Events](https://docs.telerik.com/devtools/winforms/api/telerik.wincontrols.ui.radstatusstrip.html#events)