menu

WinForms

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

    Show / Hide Table of Contents

    Class RadioButtonAdvAccessibility

    Represents a class which gives accessibility support for RadioButtonAdv.

    Inheritance
    System.Object
    RadioButtonAdvAccessibility
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RadioButtonAdvAccessibility : Control.ControlAccessibleObject

    Constructors

    RadioButtonAdvAccessibility(RadioButtonAdv)

    Initializes a new instance of the RadioButtonAdvAccessibility class with the specified RadioButtonAdv control.

    Declaration
    public RadioButtonAdvAccessibility(RadioButtonAdv radioButtonAdv)
    Parameters
    Type Name Description
    RadioButtonAdv radioButtonAdv

    The RadioButtonAdv control to provide accessibility support for the control.

    Properties

    Description

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

    Name

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

    Role

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

    State

    Declaration
    public override AccessibleStates State { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleStates
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved