See Also

CheckBox Class  | CheckBox Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

Text Property

Gets or sets the printed caption of the checkbox.

[Visual Basic]
Public Property Text As String
[C#]
public string Text {get; set;}

Return Type

String. Current caption of the checkbox.

Example

[C#] 

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

    this.CheckBox1.Text = "CheckBox"; 

[Visual Basic] 

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

See Also

CheckBox Class  | CheckBox Members

 

 


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