Gets the visual GwxDependencyObject in the display with the specified name.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public GwxDependencyObject GetObjectByName( string name ) |
Visual Basic |
---|
Public Function GetObjectByName ( _ name As String _ ) As GwxDependencyObject |
JScript |
---|
public function GetObjectByName( name : String ) : GwxDependencyObject |
Parameters
- name
- Type: System..::..String
The name of the GwxDependencyObject to get (may include wildcards).
Return Value
A GwxDependencyObject if found, null if not found.Remarks
If multiple objects match the specified wildcard name, the first matching object found is returned.