NumericUpDown.Value 屬性 (System.Windows.Forms)
C++ F# VB 複製 [BindableAttribute(true)] public decimal Value { get; set; } 屬性值 類型:System. ... // Dock the control to the top of the form. numericUpDown1.Dock = System.Windows.Forms.DockStyle.Top; // Set the Minimum, Maximum, and initial Value. ......