Determines whether ActiveReports should paint a shadow around the right bottom edges of the control.
| Visual Basic (Declaration) | |
|---|---|
Public Property Shadow As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Shadow {get; set;} | |
| C# | Copy Code |
|---|---|
private void arv_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load | |