ActiveReports.Viewer3 Request technical support
DropDownStyle Property
See Also 


Syntax

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

See Also