Gets or sets the alignment of the checkbox text within the control drawing area.
[Visual Basic]
Public Property CheckAlignment As ContentAlignment
[C#]
public ContentAlignment CheckAlignment {get; set;}
Current alignment setting. Default is System.Drawing.ContentAlignment.MiddleLeft.
Possible values are:
[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.