GrapeCity.ActiveReports.v11 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > TextBox クラス : CharacterSpacing プロパティ |
private void detail_Format(object sender, EventArgs e) { this.textBox1.CanGrow = true; this.textBox1.MultiLine = true; this.textBox1.CharacterSpacing = 2; }
Private Sub Detail1_Format(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.TextBox1.CanGrow = True Me.TextBox1.MultiLine = True Me.TextBox1.CharacterSpacing = 2 End Sub