Class RadStatusBarElement
Represents a RadStatusBarElement.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadStatusBarElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadStatusBarElement()
Declaration
public RadStatusBarElement()
Fields
RotateGripOnRightToLeftProperty
Properties
GripStyle
show or hide the Grip element in RadStatusStrip
Declaration
public ToolStripGripStyle GripStyle { get; set; }
Property Value
System.Windows.Forms.ToolStripGripStyle
|
Items
Gets a collection representing the "View changing" items contained in this statusbar.
Declaration
[RadEditItemsAction]
[RadNewItem("Type here", true)]
public RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
LayoutStyle
Set the RadStatusStrip's layout style
Declaration
public RadStatusBarLayoutStyle LayoutStyle { get; set; }
Property Value
RadStatusBarLayoutStyle
|
Orientation
get or set RadStatusBarElement orienatation
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
RotateGripOnRightToLeft
Declaration
public bool RotateGripOnRightToLeft { get; set; }
Property Value
System.Boolean
|
Methods
CreateChildElements()
create elements in the RadStatusBarElement
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
Events
LayoutStyleChanged
this event fired after LayoutStyle Changed
Declaration
public event EventHandler LayoutStyleChanged
Event Type
System.EventHandler
|
LayoutStyleChanging
this event fired before Layout Style Changing
Declaration
public event ValueChangingEventHandler LayoutStyleChanging
Event Type
ValueChangingEventHandler
|