menu

WinForms

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

    Show / Hide Table of Contents

    Class ColorPickerButtonAccessibleObject

    Represents the class that provides the accessibility object for the ColorPickerButton

    Inheritance
    System.Object
    ColorPickerButtonAccessibleObject
    Namespace: Syncfusion.Windows.Forms.Tools.Accessibility
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ColorPickerButtonAccessibleObject : Control.ControlAccessibleObject

    Constructors

    ColorPickerButtonAccessibleObject(ColorPickerButton)

    Initializes a new instance of the ColorPickerButtonAccessibleObject class.

    Declaration
    public ColorPickerButtonAccessibleObject(ColorPickerButton owner)
    Parameters
    Type Name Description
    ColorPickerButton owner

    The ColorPickerButton which needs to create the accessibility object.

    Properties

    Bounds

    Gets the bounds of the ColorPickerButton control.

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

    Description

    Gets the AccessibleDescription of the ColorPickerButton control.

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

    Help

    Gets the details about what the object does or how the object is used.

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

    Name

    Gets the AccessibleName of the ColorPickerButton control.

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

    Parent

    Gets the accessibility object of the ColorPickerButton parent.

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

    Role

    Gets the AccessibleRole of the ColorPickerButton control.

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

    State

    Gets the state for the ColorPickerButton control.

    Declaration
    public override AccessibleStates State { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleStates

    Value

    Gets the selected color value of the ColorPickerButton control.

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

    Methods

    HitTest(Int32, Int32)

    Overridden. Retrieves the child object at the specified screen coordinates.

    Declaration
    public override AccessibleObject HitTest(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x

    The horizontal screen coordinate.

    System.Int32 y

    The vertical screen coordinate.

    Returns
    Type
    System.Windows.Forms.AccessibleObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved