See Also

CheckBox Class  | CheckBox Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

WordWrap Property

Indicates whether the text of the checkbox will be wrapped to a new line when necessary.

[Visual Basic]
Public Property WordWrap As Boolean
[C#]
public bool WordWrap {get; set;}

Return Type

Boolean.  Returns True if the checkbox control wraps words; False if the checkbox text will be clipped.  The default value is True.

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.CheckBox1.WordWrap = true; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
   Me.CheckBox1.WordWrap = True
End Sub

See Also

CheckBox Class  | CheckBox Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.