Class MinimizedOutlookBarArea
Inheritance
System.Object
MinimizedOutlookBarArea
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class MinimizedOutlookBarArea : ListBox, IAutomationPeer, IPeerConverter, IControl, IMinimizedOutlookBarArea, IListBox, IFrameworkElement, ITargetElement
Constructors
MinimizedOutlookBarArea()
Declaration
public MinimizedOutlookBarArea()
Properties
MinimizedItemElements
Declaration
public IList<IMinimizedOutlookBarItem> MinimizedItemElements { get; }
Property Value
System.Collections.Generic.IList<IMinimizedOutlookBarItem>
|
Implements
MinimizedItems
Declaration
[Obsolete("The property is deprecated. Please use MinimizedItemElements instead.")]
public IList<MinimizedOutlookBarItem> MinimizedItems { get; }
Property Value
System.Collections.Generic.IList<MinimizedOutlookBarItem>
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|