ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.8 Assembly / C1.Win.C1DynamicHelp Namespace / UIElementInfo Class / UIElementInfo Constructor / UIElementInfo Constructor(Object)
UI element for which this UIElementInfo object contains data.

In This Topic
    UIElementInfo Constructor(Object)
    In This Topic
    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