FieldAccessibleObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Summary description for FieldAccessibleObject.
public ref class FieldAccessibleObject : System::Windows::Forms::AccessibleObject
public class FieldAccessibleObject : System.Windows.Forms.AccessibleObject
type FieldAccessibleObject = class
inherit AccessibleObject
Public Class FieldAccessibleObject
Inherits AccessibleObject
- Inheritance
-
FieldAccessibleObject
Constructors
FieldAccessibleObject(ShapeElement, ShapeField, DiagramClientView) |
Initializes a new instance of the FieldAccessibleObject class |
Properties
Bounds |
Gets the location and size of the accessible object. |
DefaultAction |
Gets a string that describes the default action of the object. Not all objects have a default action. |
Description |
Gets a string that describes the visual appearance of the specified object. Not all objects have a description. |
Help |
Gets a description of what the object does or how the object is used. |
KeyboardShortcut |
Gets the shortcut key or access key for the accessible object. |
Name |
Gets or sets the object name. |
Parent |
Gets the parent of an accessible object. |
Role |
Gets the role of this accessible object. |
State |
Gets the state of this accessible object. |
Value |
Gets or sets the value. |
Methods
DoDefaultAction() |
Performs the default action associated with this accessible object. |
GetChild(Int32) |
Retrieves the accessible child corresponding to the specified index. |
GetChildCount() |
Retrieves the number of children belonging to an accessible object. |
GetHelpTopic(String) |
Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object. |
Navigate(AccessibleNavigation) |
Navigates to another accessible object. |
Select(AccessibleSelection) |
Modifies the selection or moves the keyboard focus of the accessible object. |