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;}
Boolean. Returns True if the checkbox control wraps words; False if the checkbox text will be clipped. The default value is True.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
CheckBox Class | CheckBox Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.