CheckBox::CheckBoxAccessibleObject Properties

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubpropertyBounds

Gets the location and size of the accessible object.(Inherited from AccessibleObject.)

System_CAPS_pubpropertyDefaultAction

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a string that describes the default action of the CheckBox control.(Overrides Control::ControlAccessibleObject::DefaultAction.)

System_CAPS_pubpropertyDescription

Gets the description of the Control::ControlAccessibleObject.(Inherited from Control::ControlAccessibleObject.)

System_CAPS_pubpropertyHandle

Gets or sets the handle of the accessible object.(Inherited from Control::ControlAccessibleObject.)

System_CAPS_pubpropertyHelp

Gets the description of what the object does or how the object is used.(Inherited from Control::ControlAccessibleObject.)

System_CAPS_pubpropertyKeyboardShortcut

Gets the object shortcut key or access key for an accessible object.(Inherited from Control::ControlAccessibleObject.)

System_CAPS_pubpropertyName

Gets or sets the accessible object name.(Inherited from Control::ControlAccessibleObject.)

System_CAPS_pubpropertyOwner

Gets the owner of the accessible object.(Inherited from Control::ControlAccessibleObject.)

System_CAPS_pubpropertyParent

Gets the parent of an accessible object.(Inherited from Control::ControlAccessibleObject.)

System_CAPS_pubpropertyRole

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the role of this accessible object.(Overrides Control::ControlAccessibleObject::Role.)

System_CAPS_pubpropertyState

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the state of the CheckBox control.(Overrides ButtonBase::ButtonBaseAccessibleObject::State.)

System_CAPS_pubpropertyValue

Gets or sets the value of an accessible object.(Inherited from AccessibleObject.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIAccessible::accChildCount

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of child interfaces that belong to this object. For a description of this member, see IAccessible::accChildCount.(Inherited from AccessibleObject.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIAccessible::accFocus

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the object that has the keyboard focus. For a description of this member, see IAccessible::accFocus.(Inherited from AccessibleObject.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIAccessible::accParent

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent accessible object of this object. For a description of this member, see IAccessible::accParent.(Inherited from AccessibleObject.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIAccessible::accSelection

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the selected child objects of an accessible object. For a description of this member, see IAccessible::accSelection.(Inherited from AccessibleObject.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIReflect::UnderlyingSystemType

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the underlying type that represents the IReflect object. For a description of this member, see IReflect::UnderlyingSystemType.(Inherited from AccessibleObject.)

Return to top
Show: