//// //// System.Windows.Forms.NumericUpDown //// //// Author: //// stubbed out by Paul Osman (paul.osman@sympatico.ca) //// //// (C) 2002 Ximian, Inc //// // //namespace System.Windows.Forms { // // // // // This is only a template. Nothing is implemented yet. // // // // // // public class NumericUpDown : UpDownBase, ISupportInitialize { // // // // // --- Constructor // // // [MonoTODO] // public NumericUpDown() // { // throw new NotImplementedException (); // } // // // // // --- Public Properties // // // [MonoTODO] // public AccessibleObject AccessibilityObject { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public string AccessibleDefaultActionDescription { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public string AccessibleDescription { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public string AccessibleName { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public AccessibleRole AccessibleRole { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Control ActiveControl { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual bool AllowDrop { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual AnchorStyle Anchor { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual bool AutoScroll { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Size AutoScrollMargin { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Size AutoScrollMinSize { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Point AutoScrollPosition { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual Color BackColor { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual Image BackgroundImage { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual BindingContext BindingContext { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public BorderStyle BorderStyle { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public int Bottom { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Rectangle Bounds { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool CanFocus { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool CanSelect { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool Capture { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool CausesValidation { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Rectangle ClientRectangle { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Size ClientSize { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public string CompanyName { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public IContainer Container { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool ContainsFocus { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual ContextMenu ContextMenu { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Control.ControlCollection Controls { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool Created { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual Cursor Cursor { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public ControlBindingsCollection DataBindings { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public int DecimalPlaces { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual Rectangle DisplayRectangle { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool Disposing { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual DockStyle Dock { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public ScrollableControl.DockPaddingEdges DockPadding { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool Enabled { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual bool Focused { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual Font Font { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual Color ForeColor { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public IntPtr Handle { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool HasChildren { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public int Height { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool Hexadecimal { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public ImeMode ImeMode { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public decimal Increment { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool InterceptArrowKeys { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool InvokeRequired { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool IsAccessible { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool IsDisposed { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool IsHandleCreated { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public int Left { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Point Location { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public decimal Maximum { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public decimal Minimum { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public string Name { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Control Parent { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Form ParentForm { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public int PreferredHeight { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public string ProductName { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public string ProductVersion { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool ReadOnly { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool RecreatingHandle { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Region Region { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public int Right { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public virtual RightToLeft RightToLeft { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public override ISite Site { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Size Size { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public int TabIndex { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool TabStop { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public object Tag { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public override string Text { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public HorizontalAlignment TextAlign { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool ThousandsSeparator { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public int Top { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public Control TopLevelControl { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // public LeftRightAlignment UpDownAlign { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public decimal Value { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public bool Visible { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // public int Width { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // // // // // --- Public Methods // // // [MonoTODO] // public IAsyncResult BeginInvoke(Delegate) // { // throw new NotImplementedException (); // } // [MonoTODO] // public IAsyncResult BeginInvoke(Delegate, object[]) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void BringToFront() // { // throw new NotImplementedException (); // } // [MonoTODO] // public bool Contains(Control ctl) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void CreateControl() // { // throw new NotImplementedException (); // } // [MonoTODO] // public Graphics CreateGraphics() // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual ObjRef CreateObjRef(Type requestedType) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Dispose() // { // throw new NotImplementedException (); // } // [MonoTODO] // public DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects) // { // throw new NotImplementedException (); // } // [MonoTODO] // public override void DownButton() // { // throw new NotImplementedException (); // } // [MonoTODO] // public object EndInvoke(IAsyncResult asyncResult) // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual bool Equals(object o) // { // throw new NotImplementedException (); // } // [MonoTODO] // public static bool Equals(object o1, object o2) // { // throw new NotImplementedException (); // } // [MonoTODO] // public Form FindForm() // { // throw new NotImplementedException (); // } // [MonoTODO] // public bool Focus() // { // throw new NotImplementedException (); // } // [MonoTODO] // public Control GetChildAtPoint(Point pt) // { // throw new NotImplementedException (); // } // [MonoTODO] // public IContainerControl GetContainerControl() // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual int GetHashCode() // { // throw new NotImplementedException (); // } // [MonoTODO] // public object GetLifetimeService() // { // throw new NotImplementedException (); // } // [MonoTODO] // public Control GetNextControl(Control ctl, bool forward) // { // throw new NotImplementedException (); // } // [MonoTODO] // public Type GetType() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Hide() // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual object InitializeLifetimeService() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Invalidate() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Invalidate(bool) // { // throw new NotImplementedException (); // } // [MonoTODO] // public object Invoke(Delegate) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void PerformLayout() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void PerformLayout(Control ctl, string s) // { // throw new NotImplementedException (); // } // [MonoTODO] // public Point PointToClient(Point p) // { // throw new NotImplementedException (); // } // [MonoTODO] // public Point PointToScreen(Point p) // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual bool PreProcessMessage(ref Message msg) // { // throw new NotImplementedException (); // } // [MonoTODO] // public Rectangle RectangleToClient(Rectangle r) // { // throw new NotImplementedException (); // } // [MonoTODO] // public Rectangle RectangleToScreen(Rectangle r) // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual void Refresh() // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual void ResetBackColor() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void ResetBindings() // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual void ResetCursor() // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual void ResetFont() // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual void ResetForeColor() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void ResetImeMode() // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual void ResetRightToLeft() // { // throw new NotImplementedException (); // } // [MonoTODO] // public virtual void ResetText() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void ResumeLayout() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void ResumeLayout(bool b) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Scale(float flt) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Scale(float flt, float flt1) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Select(int x, int y) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Select() // { // throw new NotImplementedException (); // } // [MonoTODO] // public bool SelectNextControl(Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void SendToBack() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void SetAutoScrollMargin(int x, int y) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void SetBounds(int x, int y, int w, int l) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void SetBounds(int x, int y, int w, int l, BoundsSpecified) // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Show() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void SuspendLayout() // { // throw new NotImplementedException (); // } // [MonoTODO] // public override string ToString() // { // throw new NotImplementedException (); // } // [MonoTODO] // public override void UpButton() // { // throw new NotImplementedException (); // } // [MonoTODO] // public void Update() // { // throw new NotImplementedException (); // } // [MonoTODO] // public vool Validate() // { // throw new NotImplementedException (); // } // // // // // --- Public Events // // // [MonoTODO] // public event EventHandler BackColorChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler BackgroundImageChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler BindingContextChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler CausesValidationChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler Click { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler ContextMenuChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler CursorChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler DockChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler DoubleClick { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler DragLeave { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler EnabledChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler Enter { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler FontChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler ForeColorChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler GotFocus { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler HandleCreated { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler HandleDestroyed { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler ImeModeChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler Leave { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler LocationChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler LostFocus { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler MouseEnter { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler MouseHover { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler MouseLeave { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler Move { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler ParentChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler Resize { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler RightToLeftChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler SizeChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler StyleChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler SystemColorsChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler TabIndexChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler TabStopChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler TextChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler Validated { // // throw new NotImplementedException (); // } // [MonoTODO] // public event EventHandler VisibleChanged { // // throw new NotImplementedException (); // } // [MonoTODO] // public event CancelEventHandler Validating { // // throw new NotImplementedException (); // } // [MonoTODO] // public event QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { // // throw new NotImplementedException (); // } // [MonoTODO] // public event QueryContinueDragEventHandler QueryContinueDrag { // // throw new NotImplementedException (); // } // [MonoTODO] // public event PaintEventHandler Paint { // // throw new NotImplementedException (); // } // [MonoTODO] // public event UICueeEventHandler ChangeUICues { // // throw new NotImplementedException (); // } // [MonoTODO] // public event ControlEventHandler ControlAdded { // // throw new NotImplementedException (); // } // [MonoTODO] // public event ControlEventHandler ControlRemoved { // // throw new NotImplementedException (); // } // [MonoTODO] // public event DragEventHandler DragDrop { // // throw new NotImplementedException (); // } // [MonoTODO] // public event DragEventHandler DragEnter { // // throw new NotImplementedException (); // } // [MonoTODO] // public event DragEventHandler DragOver { // // throw new NotImplementedException (); // } // [MonoTODO] // public event GiveFeedbackEventHandler GiveFeedback { // // throw new NotImplementedException (); // } // [MonoTODO] // public event HelpEventHandler HelpRequested { // // throw new NotImplementedException (); // } // [MonoTODO] // public event InvalidateEventHandler Invalidated { // // throw new NotImplementedException (); // } // [MonoTODO] // public event KeyEventHandler KeyDown { // // throw new NotImplementedException (); // } // [MonoTODO] // public event KeyPressEventHandler KeyPress { // // throw new NotImplementedException (); // } // [MonoTODO] // public event KeyEventHandler KeyUp { // // throw new NotImplementedException (); // } // [MonoTODO] // public event LayoutEventHandler Layout { // // throw new NotImplementedException (); // } // [MonoTODO] // public event MouseEventHandler MouseDown { // // throw new NotImplementedException (); // } // [MonoTODO] // public event MouseEventHandler MouseMove { // // throw new NotImplementedException (); // } // [MonoTODO] // public event MouseEventHandler MouseUp { // // throw new NotImplementedException (); // } // [MonoTODO] // public event MouseEventHandler MouseWheel { // // throw new NotImplementedException (); // } // // // // // --- Protected Properties // // // [MonoTODO] // protected bool ChangingText { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected virtual CreateParame CreateParams { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected virtual ImeMode DefaultImeMode { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected virtual Size DefaultSize { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected bool DesignMode { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected EventHandler Events { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected int FontHeight { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected bool HScroll { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected bool ResizeRedraw { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected virtual bool ShowFocusCues { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected bool ShowKeyboardCues { // get { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected bool UserEdit { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // [MonoTODO] // protected bool VScroll { // get { // throw new NotImplementedException (); // } // set { // throw new NotImplementedException (); // } // } // // // // // --- Protected Methods // // // [MonoTODO] // protected ContentAlignment RtlTranslateAlignment(ContentAlignment) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected HorizontalAlignment RtlTranslateAlignment(HorizontalAlignment) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected LeftRightAlignment RtlTranslateAlignment(LeftRightAlignment) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected ContentAlignment RtlTranslateContent(ContentAlignment align) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected HorizontalAlignment RtlTranslateHorizontal(HorizontalAlignment align) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected LeftRightAlignment RtlTranslateLeftRight(LeftRightAlignment align) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void Dispose(bool b) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void Select(bool b, bool b1) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void AccessibilityNotifyClients(AccessibleEvents accEvent, int childID) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void AdjustFormScrollBars(bool displayScrollbars) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected override AccessibleObject CreateAccessibilityInstance() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual ControlCollection CreateControlsInstance() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void CreateHandle() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void DefWndProc(ref Message m) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void DestroyHandle() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual object GetService(Type service) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected bool GetStyle(ControlStyles flag) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected bool GetTopLevel() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void InitLayout() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void InvokeGotFocus(Control toInvoke, EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void InvokeLostFocus(Control toInvoke, EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void InvokeOnClick(Control toInvoke, EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void InvokePaint(Control c, PaintEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void InvokePaintBackground(Control c, PaintEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual bool IsInputChar(char charCode) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual bool IsInputKey(Keys keyData) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected object MemberwiseClone() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected override void UpdateEditText() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void UpdateStyles() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void UpdateZOrder() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected override void ValidateEditText() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void WndProc(ref Message m) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnBackColorChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnBackgroundImageChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnBindingContextChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnCausesValidationChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnChangeUICues(UICuesEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnClick(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnContextMenuChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnControlAdded(ControlEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnControlRemoved(ControlEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnCreateControl() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnCursorChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnDockChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnDoubleClick(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnDragDrop(DragEventArgs drgevent) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnDragEnter(DragEventArgs drgevent) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnDragLeave(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnDragOver(DragEventArgs drgevent) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnEnabledChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnEnter(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnFontChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnForeColorChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnGiveFeedback(GiveFeedbackEventArgs gfbevent) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnGotFocus(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnHandleCreated(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnHandleDestroyed(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnHelpRequested(HelpEventArgs hevent) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnImeModeChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnInvalidated(InvalidateEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnKeyDown(KeyEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnKeyPress(KeyPressEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnKeyUp(KeyEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnLayout(LayoutEventArgs levent) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnLeave(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnLocationChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnLostFocus(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnMouseDown(MouseEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnMouseEnter(MouseEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnMouseHover(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnMouseLeave(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnMouseMove(MouseEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnMouseUp(MouseEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnMouseWheel(MouseEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnMove(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnNotifyMessage(Message m) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnPaint(PaintEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnPaintBackground(PaintEventArgs pevent) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnParentBackColorChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnParentBackgroundImageChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnParentBindingContextChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnParentChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnParentEnabledChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnParentFontChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnParentForeColorChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnParentRightToLeftChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnParentVisibleChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnQueryContinueDrag(QueryContinueDragEventArgs qcdevent) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnResize(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnRightToLeftChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnSizeChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnStyleChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnSystemColorsChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnTabIndexChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnTabStopChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnTextBoxKeyDown(object source, KeyEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnTextBoxKeyPress(object source, KeyPressEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnTextBoxLostFocus(object source, EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnTextBoxResize(object source, EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnTextBoxTextChanged(object source, EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnTextChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnValidated(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnValidating(CancelEventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnValueChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void OnVisibleChanged(EventArgs e) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void SetClientSizeCore(int x, int y) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual void SetVisibleCore(bool value) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void ParseEditText() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void RecreateHandle() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void SetTopLevel(bool value) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void UpdateBounds() // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void UpdateBounds(int, int, int, int) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected void UpdateBounds(int, int, int, int, int, int) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual bool ProcessCmdKey(ref Message msg, Keys keyData) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual bool ProcessDialogChar(char charCode) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual bool ProcessDialogKey(Keys keyData) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual bool ProcessKeyEventArgs(ref Message m) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual bool ProcessKeyPreview(ref Message m) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual bool ProcessMnemonic(char charCode) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual bool ProcessTabKey(bool forward) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual ScaleCore(float dx, float dy) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected virtual SetStyle(ControlStyles flag, bool value) // { // throw new NotImplementedException (); // } // [MonoTODO] // protected internal virtual bool ProcessKeyMessage(ref Message m) // { // throw new NotImplementedException (); // } // // // // // --- Destructor // // // [MonoTODO] // ~NumericUpDown() // { // throw new NotImplementedException (); // } // } //}