ComponentOne DynamicHelp for WinForms
UIElementInfo Constructor(Object,String,Object)

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > UIElementInfo Class > UIElementInfo Constructor : UIElementInfo Constructor(Object,String,Object)
UI element for which this UIElementInfo object contains data.
Name property for the specified uiElement
Parent property for the specified uiElement
Initializes a new of instance of a UIElementInfo
Syntax
'Declaration
 
Public Function New( _
   ByVal uiElement As System.Object, _
   ByVal name As System.String, _
   ByVal parent As System.Object _
)
public UIElementInfo( 
   System.object uiElement,
   System.string name,
   System.object parent
)

Parameters

uiElement
UI element for which this UIElementInfo object contains data.
name
Name property for the specified uiElement
parent
Parent property for the specified uiElement
Exceptions
ExceptionDescription
uiElement is null.
See Also

Reference

UIElementInfo Class
UIElementInfo Members
Overload List