frmBankReconciliationFindVisualParentT Method

Finds the parent of this item.

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
private static T FindVisualParent<T>(
	UIElement element
)
where T : UIElement

Parameters

element  UIElement
The element.

Type Parameters

T
Generic type parameter.

Return Value

T
The found visual parent.

Remarks

Mike, 2017-03-07.

See Also