Public Class UserControl1 Inherits System.Windows.Forms.UserControl
#Region " Windows フォーム デザイナで生成されたコード "
<System.ComponentModel.Browsable(True) _ , System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)> _ Public Property tButton() As Button Get Return Me.Button1 End Get Set(ByVal Value As Button) Me.Button1 = Value End Set End Property End Class