EmbeddedSpinBox 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
EmbeddedSpinBox() | |
EmbeddedSpinBox(Control, Int32) |
EmbeddedSpinBox()
protected:
EmbeddedSpinBox();
protected EmbeddedSpinBox ();
Protected Sub New ()
Applies to
EmbeddedSpinBox(Control, Int32)
public:
EmbeddedSpinBox(System::Windows::Forms::Control ^ parent, int MarginsWidth);
public EmbeddedSpinBox (System.Windows.Forms.Control parent, int MarginsWidth);
new Microsoft.ReportingServices.QueryDesigners.EmbeddedSpinBox : System.Windows.Forms.Control * int -> Microsoft.ReportingServices.QueryDesigners.EmbeddedSpinBox
Public Sub New (parent As Control, MarginsWidth As Integer)
Parameters
- parent
- Control
- MarginsWidth
- Int32