ToolStripItem::ToolStripItemAccessibleObject::Parent Property

 

Gets or sets the parent of an accessible object.

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

public:
property AccessibleObject^ Parent {
	[SecurityPermissionAttribute(SecurityAction::InheritanceDemand, 
		Flags = SecurityPermissionFlag::UnmanagedCode)]
	[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)]
	virtual AccessibleObject^ get() override;
}

Property Value

Type: System.Windows.Forms::AccessibleObject^

An object of type AccessibleObject representing the parent.

.NET Framework
Available since 2.0
Return to top
Show: