AccessibleObject Constructor

Definition

Initializes a new instance of the AccessibleObject class.

public:
 AccessibleObject();
public AccessibleObject ();
Public Sub New ()

Remarks

Typically, when you use this method to create an accessible object, you are providing your own implementations of the properties and methods of the class to provide functionality specific to your application.

Applies to