c#如何从主窗体中清除用户控件的文本框

时间:2017-06-06 09:41:03

标签: c#

我有一个包含我的用户控件的表单。如何使用我的主窗体中的按钮清除该用户控件的所有文本框?##标题##

1 个答案:

答案 0 :(得分:1)

您可以使用此方法清除所有TextBox,只需从主窗体中调用它:

<android.support.v7.widget.RecyclerView
    android:id="@+id/rv_scenes"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:scrollbars="vertical" />