| GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > CheckBox クラス : WordWrap プロパティ |
チェックボックステキストを折り返す場合は True、テキストを切り詰める場合は False を返します。デフォルトは True です。
private void detail_Format(object sender, System.EventArgs eArgs) { this.checkBox1.WordWrap = true; }
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format Me.CheckBox1.WordWrap = True End Sub