ActiveReports.Viewer3 Request technical support
DrawBorder Property
See Also 


Gets or sets a value that determines whether the toolbar border is drawn.

Syntax

Visual Basic (Declaration) 
Public Property DrawBorder As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Toolbar
Dim value As Boolean
 
instance.DrawBorder = value
 
value = instance.DrawBorder
C# 
public bool DrawBorder {get; set;}

See Also