[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.UIElementInfo.-ctor

UIElementInfo Constructor

UIElementInfo(object)

Initializes a new of instance of a UIElementInfo

Declaration
public UIElementInfo(object uiElement)
Public Sub New(uiElement As Object)
Parameters
Type Name Description
object uiElement

UI element for which this UIElementInfo object contains data.

Exceptions
Type Condition
ArgumentNullException

uiElement is null.

UIElementInfo(object, string, object)

Initializes a new of instance of a UIElementInfo

Declaration
public UIElementInfo(object uiElement, string name, object parent)
Public Sub New(uiElement As Object, name As String, parent As Object)
Parameters
Type Name Description
object uiElement

UI element for which this UIElementInfo object contains data.

string name

Name property for the specified uiElement

object parent

Parent property for the specified uiElement

Exceptions
Type Condition
ArgumentNullException

uiElement is null.