Gets or sets a style string for the checkbox.
[Visual Basic]
Public Property Style As String
[C#]
public string Style {get; set;}
String. CSS syntax of the control style.
The style string overrides the global style rules specified in the ClassName property.
Style string syntax is based on Cascading Style Sheets syntax.
[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 | ClassName
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.