def PyCast2ListContainerElement(self, control): return PyListContainerElementUI( PyUICast.castListContainerElementUI(control))
def PyCast2TabLayout(self, control): return PyTabLayoutUI(PyUICast.castTabLayoutUI(control))
def PyCast2List(self, control): return PyListUI(PyUICast.castListUI(control))
def PyCast2HorizontalLayout(self, control): return PyHorizontalLayoutUI(PyUICast.castHorizontalLayoutUI(control))
def PyCast2VerticalLayout(self, control): return PyVerticalLayoutUI(PyUICast.castVerticalLayoutUI(control))
def PyCast2Animation(self, control): return PyAnimationUI(PyUICast.castAnimationUI(control))
def PyCast2Container(self, control): return PyContainerUI(PyUICast.castContainerUI(control))
def PyCast2RichEdit(self, control): return PyRichEditUI(PyUICast.castRichEditUI(control))
def PyCast2Progress(self, control): return PyProgressUI(PyUICast.castProgressUI(control))
def PyCast2Text(self, control): return PyTextUI(PyUICast.castTextUI(control))
def PyCast2Edit(self, control): return PyEditUI(PyUICast.castEditUI(control))
def PyCast2CheckBox(self, control): return PyCheckBoxUI(PyUICast.castCheckBoxUI(control))
def PyCast2ComboUI(self, control): return PyComboUI(PyUICast.castComboUI(control))
def PyCast2Option(self, control): return PyOptionUI(PyUICast.castOptionUI(control))
def PyCast2Button(self, control): return PyButtonUI(PyUICast.castButtonUI(control))
def PyCast2Label(self, control): return PyLabelUI(PyUICast.castLabelUI(control))