ActiveReports.Viewer3 Request technical support
ButtonStyle Property
See Also 


Gets or sets the enumerated ButtonStyle of the toolbar button.

Syntax

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

See Also