Returns the VisualElement object corresponding to the specified name.
Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms
C# Copy Code |
---|
public VisualElement GetElementByName ( |
Visual Basic Copy Code |
---|
Public Function GetElementByName( _ |
The name of the object to find.
The VisualElement corresponding to the specified name or null (Nothing in Visual Basic) if an element with the specified name does not exists.