menu

WinForms

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

    Show / Hide Table of Contents

    Class NewFormatDialogAccessibility

    Represents a class that used to specify the accessibility object of the new format dialog.

    Inheritance
    System.Object
    NewFormatDialogAccessibility
    Namespace: Syncfusion.Windows.Forms.Edit.Accessibility
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class NewFormatDialogAccessibility : Control.ControlAccessibleObject

    Constructors

    NewFormatDialogAccessibility(frmNewFormatDialog)

    Initializes a new instance of the NewFormatDialogAccessibility class.

    Declaration
    public NewFormatDialogAccessibility(frmNewFormatDialog m_FrmNewFormatDialog)
    Parameters
    Type Name Description
    frmNewFormatDialog m_FrmNewFormatDialog

    the instance of frmNewFormatDialog

    Properties

    Bounds

    Gets the rectangle bounds of new format dialog.

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

    Description

    Gets the accessible description of new format dialog.

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

    Name

    Gets the name of new format dialog.

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

    Parent

    Gets the parent of new format dialog.

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

    Role

    Gets accessible role of the new format dialog.

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

    State

    Gets accessible state of the new format dialog.

    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