TrayIcons Class

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
public sealed class TrayIcons : AvaloniaList<TrayIcon>
Inheritance
Object    AvaloniaListTrayIcon    TrayIcons

Constructors

TrayIconsInitializes a new instance of the TrayIcons class

Properties

Capacity
(Inherited from AvaloniaListTrayIcon)
Count
(Inherited from AvaloniaListTrayIcon)
Item
(Inherited from AvaloniaListTrayIcon)
ResetBehavior
(Inherited from AvaloniaListTrayIcon)
Validate
(Inherited from AvaloniaListTrayIcon)

Methods

Add(UTP)
(Inherited from AvaloniaListTrayIcon)
AddRange(IEnumerableUTP)
(Inherited from AvaloniaListTrayIcon)
Clear
(Inherited from AvaloniaListTrayIcon)
Contains(UTP)
(Inherited from AvaloniaListTrayIcon)
CopyTo(UTP, Int32)
(Inherited from AvaloniaListTrayIcon)
EnsureCapacity(Int32)
(Inherited from AvaloniaListTrayIcon)
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetEnumerator
(Inherited from AvaloniaListTrayIcon)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRange(Int32, Int32)
(Inherited from AvaloniaListTrayIcon)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOf(UTP)
(Inherited from AvaloniaListTrayIcon)
Insert(Int32, UTP)
(Inherited from AvaloniaListTrayIcon)
InsertRange(Int32, IEnumerableUTP)
(Inherited from AvaloniaListTrayIcon)
Move(Int32, Int32)
(Inherited from AvaloniaListTrayIcon)
MoveRange(Int32, Int32, Int32)
(Inherited from AvaloniaListTrayIcon)
Remove(UTP)
(Inherited from AvaloniaListTrayIcon)
RemoveAll(IEnumerableUTP)
(Inherited from AvaloniaListTrayIcon)
RemoveAt(Int32)
(Inherited from AvaloniaListTrayIcon)
RemoveRange(Int32, Int32)
(Inherited from AvaloniaListTrayIcon)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

CollectionChanged
(Inherited from AvaloniaListTrayIcon)
PropertyChanged
(Inherited from AvaloniaListTrayIcon)

See Also