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.Windows.Forms.Form
|
CloseButton
Gets the Close button
Declaration
public RadButtonElement CloseButton { get; }
Property Value
RadButtonElement
|
Fill
Gets an instance of the FillPrimitive class that represents the fill of the MDI strip.
Declaration
public FillPrimitive Fill { get; }
Property Value
FillPrimitive
|
MaximizeButton
Gets the Maximize button
Declaration
public RadButtonElement MaximizeButton { get; }
Property Value
RadButtonElement
|
MaximizedMdiIcon
Gets the ImagePrimitive representing the Icon of the currently maximized MDI child.
Declaration
public ImagePrimitive MaximizedMdiIcon { get; }
Property Value
ImagePrimitive
|
MinimizeButton
Gets the Minimize button
Declaration
public RadButtonElement MinimizeButton { get; }
Property Value
RadButtonElement
|
SystemButtonsLayout
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|