EmbeddedComboBox Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EmbeddedComboBox() | |
EmbeddedComboBox(Control, Int32, ComboBoxStyle) |
EmbeddedComboBox()
protected:
EmbeddedComboBox();
protected EmbeddedComboBox ();
Protected Sub New ()
Applies to
EmbeddedComboBox(Control, Int32, ComboBoxStyle)
public:
EmbeddedComboBox(System::Windows::Forms::Control ^ parent, int MarginsWidth, System::Windows::Forms::ComboBoxStyle style);
public EmbeddedComboBox (System.Windows.Forms.Control parent, int MarginsWidth, System.Windows.Forms.ComboBoxStyle style);
new Microsoft.ReportingServices.QueryDesigners.EmbeddedComboBox : System.Windows.Forms.Control * int * System.Windows.Forms.ComboBoxStyle -> Microsoft.ReportingServices.QueryDesigners.EmbeddedComboBox
Public Sub New (parent As Control, MarginsWidth As Integer, style As ComboBoxStyle)
Parameters
- parent
- Control
- MarginsWidth
- Int32
- style
- ComboBoxStyle