Class NotifyIconSelectedEventArgs
Represents the event arguments for the Selected event.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class NotifyIconSelectedEventArgs : EventArgs
Constructors
NotifyIconSelectedEventArgs(Boolean)
Initializes a new instance of the NotifyIconSelectedEventArgs class.
Declaration
public NotifyIconSelectedEventArgs(bool isKeyboardSelection)
Parameters
System.Boolean
isKeyboardSelection
Determines whether selection was performed with the keyboard. |
Properties
IsKeyboardSelection
Gets a value indicating whether the RadNotifyIcon was selected with the keyboard. If false selection was done with the mouse.
Declaration
public bool IsKeyboardSelection { get; }
Property Value
System.Boolean
|