ComboBox.ChildAccessibleObject
| marshal by reference |
System.Windows.Forms (system.windows.forms.dll) | class |
This class is for internal use only and should not be called from
your own code.
public class ComboBox.ChildAccessibleObject : AccessibleObject {
// Public Constructors
public ComboBox.ChildAccessibleObject(ComboBox owner, IntPtr handle);
// Public Instance Properties
public override string Name{get; } // overrides AccessibleObject
}
Hierarchy
System.Object
System.MarshalByRefObject
AccessibleObject(System.Reflection.IReflec,
Accessibility.IAccessible,
IEnumVariant)
ChildAccessibleObject
|