Class RadMDIControlsItem
Inheritance
System.Object
RadMDIControlsItem
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 RadMDIControlsItem : StackLayoutElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadMDIControlsItem()
Declaration
public RadMDIControlsItem()
Properties
CloseButton
Gets the Close button
Declaration
public RadButtonElement CloseButton { get; }
Property Value
RadButtonElement
|
MaximizeButton
Gets the Maximize button
Declaration
public RadButtonElement MaximizeButton { get; }
Property Value
RadButtonElement
|
MinimizeButton
Gets the Minimize button
Declaration
public RadButtonElement MinimizeButton { get; }
Property Value
RadButtonElement
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
LayoutPropertyChanged()
Find main form and save it in member variable
Declaration
public void LayoutPropertyChanged()
OnHostFormLayout()
Main method for internal logic
Declaration
protected virtual void OnHostFormLayout()
UpdateVisibility()
Declaration
public void UpdateVisibility()