Class CarouselItemFocusedArgs
Event args for CarouselItemFocused event
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CarouselItemFocusedArgs : SyncfusionEventArgs
Constructors
CarouselItemFocusedArgs(Carousel)
Initializes a new instance of the CarouselItemFocusedArgs class.
Declaration
public CarouselItemFocusedArgs(Carousel owner)
Parameters
Type | Name | Description |
---|---|---|
Carousel | owner |
Properties
ActiveCarouselPath
Returns the ActiveCarouselPath
Declaration
public CarouselPath ActiveCarouselPath { get; }
Property Value
Type |
---|
CarouselPath |
FocusedControl
Gets the currently focused control
Declaration
public Control FocusedControl { get; }
Property Value
Type |
---|
System.Windows.Forms.Control |
FocusedImage
Gets the currently focused image [if ImageSlides property is true]
Declaration
public Image FocusedImage { get; }
Property Value
Type |
---|
System.Drawing.Image |