menu

WinForms

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

    Show / Hide Table of Contents

    Class TitleBarAccessibilityObject

    Represents the class that provides the accessibility object for the SfForm TitleBar.

    Inheritance
    System.Object
    TitleBarAccessibilityObject
    Namespace: Syncfusion.WinForms.Controls.Accessibility
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class TitleBarAccessibilityObject : Control.ControlAccessibleObject

    Constructors

    TitleBarAccessibilityObject(SfForm)

    Initializes a new instance of the TitleBarAccessibilityObject class.

    Declaration
    public TitleBarAccessibilityObject(SfForm sfForm)
    Parameters
    Type Name Description
    SfForm sfForm

    The parent of the title bar.

    Properties

    Bounds

    Gets the bounds of the SfForm.

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

    Description

    Gets the AccessibleDescription of the SfForm.

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

    Name

    Gets the AccessibleName of the SfForm.

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

    Parent

    Gets the accessibility object of the SfForm parent.

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

    Role

    Gets the AccessibleRole of the SfForm.

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

    Methods

    GetChild(Int32)

    Gets the child accessibility object of the TitleBar.

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

    The index of the child.

    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Returns the accessibility object of the child control with the given index.

    GetChildCount()

    Gets the child count of the form.

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

    Returns the count of the accessibility object.

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