Search
BaseGauge(T).GetElementByName Method
See Also
 






Returns the VisualElement object corresponding to the specified name.

Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms

 Syntax

C#  Copy Code

public VisualElement GetElementByName (
    string name
)

Visual Basic  Copy Code

Public Function GetElementByName( _
    name As String _
) As VisualElement

 Parameters

name

The name of the object to find.

 Return Value

The VisualElement corresponding to the specified name or null (Nothing in Visual Basic) if an element with the specified name does not exists.

 See Also