Skip to content

Commit 10324e7

Browse files
authored
Merge pull request #619 from telerik/nade7o-patch-1-1
Update properties-events.md
2 parents 50b128d + 68c7aa2 commit 10324e7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

controls/forms-and-dialogs/statusstrip/properties-events.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Properties and Events
33
page_title: Properties End events - WinForms StatusBar Control
44
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.
55
slug: winforms/forms-and-dialogs/statusstrip/properties-events
6-
tags: radstatusbar,properties
6+
tags: radstatusbar,properties, methods, events
77
published: True
88
position: 3
99
previous_url: forms-and-dialogs-statusstrip-radstatusbar-properties, winforms/forms-and-dialogs/statusstrip/radstatusbar-properties
@@ -23,15 +23,22 @@ previous_url: forms-and-dialogs-statusstrip-radstatusbar-properties, winforms/fo
2323
|StatusBarElement.__GripStyle__|Shows or hides the Grip element in RadStatusStrip.|
2424
|StatusBarElement.__RotateGripOnRightToLeft__|Gets or sets a value indicating whether the grip is rotated in RightToLeft mode.|
2525

26-
# Events
26+
## Methods
27+
28+
|Method|Description|
29+
|----|----|
30+
|__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.|
31+
|__GetSpring__ (RadItem control)|Gets Spring property of specified RadItem.|
32+
33+
## Events
2734

2835
|Event|Description|
2936
|----|----|
3037
|__StatusBarClick__|Fires when the status bar is clicked.|
3138
|__LayoutStyleChanging__|Fires before LayoutStyle is changed.|
3239
|__LayoutStyleChanged__|Fires after LayoutStyle is changed.|
3340

34-
# See Also
41+
## See Also
3542

3643
* [Properties](https://docs.telerik.com/devtools/winforms/api/telerik.wincontrols.ui.radstatusstrip.html#properties)
3744
* [Events](https://docs.telerik.com/devtools/winforms/api/telerik.wincontrols.ui.radstatusstrip.html#events)

0 commit comments

Comments
 (0)