WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CarouselItemFocusedArgs

    Show / Hide Table of Contents

    Class CarouselItemFocusedArgs

    Event args for CarouselItemFocused event

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    CarouselItemFocusedArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    CarouselPath

    FocusedControl

    Gets the currently focused control

    Declaration
    public Control FocusedControl { get; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    FocusedImage

    Gets the currently focused image [if ImageSlides property is true]

    Declaration
    public Image FocusedImage { get; }
    Property Value
    Type Description
    System.Drawing.Image
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved