UIHelpers Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Contains helper methods for UI.
Inheritance
System.Object
UIHelpers
Syntax
public static class UIHelpers
Methods
FindAncestor<T>(DependencyObject) | Returns the first ancestor of specified type |
GetParentObject(DependencyObject, Boolean) | Gets the parent. Which tree the parent is retrieved from depends on the parameters. |
TryFindChild<T>(DependencyObject) | Returns the first child of the specified type found in the visual tree. |
TryFindChild<T>(DependencyObject, String) | Returns the first child of the specified type and with the specified name found in the visual tree. |
TryFindParent<T>(DependencyObject, Boolean) | Gets first parent element of the specified type. Which tree the parent is retrieved from depends on the parameters. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()