DataGridView::DataGridViewTopRowAccessibleObject::Parent Property

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

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

Exception Condition
InvalidOperationException

The Owner property is not set.

SecurityPermission

to call unmanaged code. Demand value: Demand. Permission value: UnmanagedCode

.NET Framework
Available since 2.0
Return to top
Show: