WinForms

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

    Show / Hide Table of Contents

    Class FontListBoxAccessibility

    Provides information about a control that can be used by an accessibility application.

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

    Constructors

    FontListBoxAccessibility(FontListBox)

    Constructor

    Declaration
    public FontListBoxAccessibility(FontListBox FontListBox)
    Parameters
    Type Name Description
    FontListBox FontListBox

    The RibbonControlAdv instance.

    Properties

    Bounds

    Bounds of the Control

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

    The accessible object bounds.

    Description

    Gets the description of the FontListBoxAccessibility

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

    A string describing the FontListBoxAccessibility.

    Name

    Gets or sets the accessible object name

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

    The accessible object name.

    Role

    Gets the role for the RibbonControlAdv. This is used by accessibility programs.

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