Class RadFormMdiControlStripItem
Inheritance
System.Object
RadFormMdiControlStripItem
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 RadFormMdiControlStripItem : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Properties
ActiveMDIChild
Declaration
public Form ActiveMDIChild { get; set; }
Property Value
System.
|
CloseButton
Gets the Close button
Declaration
public RadButtonElement CloseButton { get; }
Property Value
Fill
Gets an instance of the Fill
Declaration
public FillPrimitive Fill { get; }
Property Value
MaximizeButton
Gets the Maximize button
Declaration
public RadButtonElement MaximizeButton { get; }
Property Value
MaximizedMdiIcon
Gets the ImagePrimitive representing the Icon of the currently maximized MDI child.
Declaration
public ImagePrimitive MaximizedMdiIcon { get; }
Property Value
MinimizeButton
Gets the Minimize button
Declaration
public RadButtonElement MinimizeButton { get; }
Property Value
SystemButtonsLayout
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)