WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContextPromptAccessibility - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ContextPromptAccessibility

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

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

    Constructors

    ContextPromptAccessibility(ContextPrompt)

    Initializes a new instance of the ContextPromptAccessibility class.

    Declaration
    public ContextPromptAccessibility(ContextPrompt ContextPrompt)
    Parameters
    Type Name Description
    ContextPrompt ContextPrompt

    The instance of ContextPrompt class

    Properties

    Bounds

    Gets the rectangle bounds of ContextPrompt.

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

    Description

    Gets the accessible description of ContextPrompt.

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

    Help

    Gets the help of ContextPrompt.

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

    Name

    Gets the name of ContextPrompt.

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

    Parent

    Gets the parent of ContextPrompt.

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

    Role

    Gets accessible role of the ContextPrompt.

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

    State

    Gets accessible state of the ContextPrompt.

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