Class RadApplicationMenuBottomStripLayout
Inheritance
System.Object
RadApplicationMenuBottomStripLayout
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadApplicationMenuBottomStripLayout : StackLayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
RadApplicationMenuBottomStripLayout()
Declaration
public RadApplicationMenuBottomStripLayout()
Properties
AutoHideMenuOnClick
Declaration
public bool AutoHideMenuOnClick { get; set; }
Property Value
System.Boolean
|
Methods
OnChildrenChanged(RadElement, ItemsChangeOperation)
Declaration
protected override void OnChildrenChanged(RadElement child, ItemsChangeOperation changeOperation)
Parameters
RadElement
child
|
ItemsChangeOperation
changeOperation
|