ClassMinimizedOutlookBarArea
Class
Represents the Silverlight MinimizedOutlookBarArea control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class MinimizedOutlookBarArea : ListBox, IAutomationPeer, IPeerConverter, IControl, IMinimizedOutlookBarArea, IListBox, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelectorListBoxMinimizedOutlookBarArea
Implements:
Inherited Members
Constructors
MinimizedOutlookBarArea()
Initializes a new instance of the MinimizedOutlookBarArea class.
Declaration
cs-api-definition
public MinimizedOutlookBarArea()
Properties
MinimizedItemElements
Gets the list of the root MinimizedOutlookBarItem elements.
Declaration
cs-api-definition
public IList<IMinimizedOutlookBarItem> MinimizedItemElements { get; }
Property Value
Implements
MinimizedItems
Gets the list of the root MinimizedOutlookBarItem elements.
Declaration
cs-api-definition
[Obsolete("The property is deprecated. Please use MinimizedItemElements instead.")]
public IList<MinimizedOutlookBarItem> MinimizedItems { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements