menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfSmithChartAccessibilityObject - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfSmithChartAccessibilityObject

    Represents the class that provides the accessibility object for the Smith Chart.

    Inheritance
    System.Object
    SfSmithChartAccessibilityObject
    Namespace: Syncfusion.WinForms.SmithChart
    Assembly: Syncfusion.SfSmithChart.WinForms.dll
    Syntax
    public class SfSmithChartAccessibilityObject : Control.ControlAccessibleObject

    Constructors

    SfSmithChartAccessibilityObject(SfSmithChart)

    Initializes a new instance of the SfSmithChartAccessibilityObject class.

    Declaration
    public SfSmithChartAccessibilityObject(SfSmithChart smithChart)
    Parameters
    Type Name Description
    SfSmithChart smithChart

    Smith Chart control

    Properties

    Bounds

    Gets the bounds of the SfSmithChart control.

    Declaration
    public override Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Description

    Gets the AccessibleDescription of the SfSmithChart control.

    Declaration
    public override string Description { get; }
    Property Value
    Type
    System.String

    Name

    Gets the AccessibleName of the SfSmithChart control.

    Declaration
    public override string Name { get; set; }
    Property Value
    Type
    System.String

    Parent

    Gets the accessibility object of the SfSmithChart parent.

    Declaration
    public override AccessibleObject Parent { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleObject

    Role

    Gets the AccessibleRole of the SfSmithChart control.

    Declaration
    public override AccessibleRole Role { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleRole

    Methods

    GetChild(Int32)

    Overridden to get the accessibility object of the child at the given index.

    Declaration
    public override AccessibleObject GetChild(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The index of the child control.

    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Returns the child object at the given index.

    GetChildCount()

    Overridden to get the child count of the SfSmithChart.

    Declaration
    public override int GetChildCount()
    Returns
    Type Description
    System.Int32

    Returns the child count of the smith chart.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved