ComponentOne DynamicHelp for WinForms
UIElementInfo Constructor(Object)

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

Parameters

uiElement
UI element for which this UIElementInfo object contains data.
Exceptions
ExceptionDescription
uiElement is null.
See Also

Reference

UIElementInfo Class
UIElementInfo Members
Overload List