EmbeddedTextBox Constructors

Definition

Overloads

EmbeddedTextBox()
EmbeddedTextBox(Control, Int32)

EmbeddedTextBox()

protected:
 EmbeddedTextBox();
protected EmbeddedTextBox ();
Protected Sub New ()

Applies to

EmbeddedTextBox(Control, Int32)

public:
 EmbeddedTextBox(System::Windows::Forms::Control ^ parent, int MarginsWidth);
public EmbeddedTextBox (System.Windows.Forms.Control parent, int MarginsWidth);
new Microsoft.ReportingServices.QueryDesigners.EmbeddedTextBox : System.Windows.Forms.Control * int -> Microsoft.ReportingServices.QueryDesigners.EmbeddedTextBox
Public Sub New (parent As Control, MarginsWidth As Integer)

Parameters

parent
Control
MarginsWidth
Int32

Applies to