Class MinimizedOutlookBarItem
Represents the RadOutlookBarItem when placed in the MinimizedArea.
Inheritance
Namespace: Telerik.Windows.Controls.OutlookBar
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[Themable]
public class MinimizedOutlookBarItem : ListBoxItem, IOutlookBarItem, IThemable
Constructors
MinimizedOutlookBarItem()
Initializes a new instance of the MinimizedOutlookBarItem class.
Declaration
public MinimizedOutlookBarItem()
Fields
SmallIconProperty
Identifies the SmallIcon dependency property.
Declaration
public static readonly DependencyProperty SmallIconProperty
Field Value
System.Windows.DependencyProperty
|
Properties
SmallIcon
Gets or sets the source of the small icon of RadOutlookBarItem.
Declaration
public ImageSource SmallIcon { get; set; }
Property Value
System.Windows.Media.ImageSource
|
Remarks
The small icon is visible when the RadOutlookBarItem is in the MinimizedArea.
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |