See Also

CompileMib Class  | Dart.PowerSNMP Namespace

See Also PowerSNMP for .NET

CompileMib Class Methods

Dart.PowerSNMP Namespace : CompileMib Class

For a list of all members of this type, see CompileMib members.

Public Methods

Public Method Activate (Inherited from System.Windows.Forms.Form)Activates the form and gives it focus.
Public Method AddOwnedForm (Inherited from System.Windows.Forms.Form)Adds an owned form to this form.
Public Method BeginInvoke (Inherited from System.Windows.Forms.Control)Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
Public Method BringToFront (Inherited from System.Windows.Forms.Control)Brings the control to the front of the z-order.
Public Method Close (Inherited from System.Windows.Forms.Form)Closes the form.
Public Method Contains (Inherited from System.Windows.Forms.Control)Retrieves a value indicating whether the specified control is a child of the control.
Public Method CreateControl (Inherited from System.Windows.Forms.Control)Forces the creation of the control, including the creation of the handle and any child controls.
Public Method CreateGraphics (Inherited from System.Windows.Forms.Control)Creates the Graphics for the control.
Public Method CreateObjRef (Inherited from System.MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Public Method Dispose Overloaded.  Clean up any resources being used.
Public Method DoDragDrop (Inherited from System.Windows.Forms.Control)Begins a drag-and-drop operation.
Public Method DrawToBitmap (Inherited from System.Windows.Forms.Control)Supports rendering to the specified bitmap.
Public Method EndInvoke (Inherited from System.Windows.Forms.Control)Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
Public Method FindForm (Inherited from System.Windows.Forms.Control)Retrieves the form that the control is on.
Public Method Focus (Inherited from System.Windows.Forms.Control)Sets input focus to the control.
Public Method GetChildAtPoint (Inherited from System.Windows.Forms.Control)Overloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
Public Method GetContainerControl (Inherited from System.Windows.Forms.Control)Returns the next ContainerControl up the control's chain of parent controls.
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Public Method GetNextControl (Inherited from System.Windows.Forms.Control)Retrieves the next control forward or back in the tab order of child controls.
Public Method GetPreferredSize (Inherited from System.Windows.Forms.Control)Retrieves the size of a rectangular area into which a control can be fitted.
Public Method Hide (Inherited from System.Windows.Forms.Control)Conceals the control from the user.
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Public Method Invalidate (Inherited from System.Windows.Forms.Control)Overloaded. Invalidates the entire surface of the control and causes the control to be redrawn.
Public Method Invoke (Inherited from System.Windows.Forms.Control)Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle.
Public Method LayoutMdi (Inherited from System.Windows.Forms.Form)Arranges the multiple document interface (MDI) child forms within the MDI parent form.
Public Method PerformAutoScale (Inherited from System.Windows.Forms.ContainerControl)Performs scaling of the container control and its children.
Public Method PerformLayout (Inherited from System.Windows.Forms.Control)Overloaded. Forces the control to apply layout logic to all its child controls.
Public Method PointToClient (Inherited from System.Windows.Forms.Control)Computes the location of the specified screen point into client coordinates.
Public Method PointToScreen (Inherited from System.Windows.Forms.Control)Computes the location of the specified client point into screen coordinates.
Public Method PreProcessControlMessage (Inherited from System.Windows.Forms.Control) 
Public Method PreProcessMessage (Inherited from System.Windows.Forms.Control) 
Public Method RectangleToClient (Inherited from System.Windows.Forms.Control)Computes the size and location of the specified screen rectangle in client coordinates.
Public Method RectangleToScreen (Inherited from System.Windows.Forms.Control)Computes the size and location of the specified client rectangle in screen coordinates.
Public Method Refresh (Inherited from System.Windows.Forms.Control)Forces the control to invalidate its client area and immediately redraw itself and any child controls.
Public Method RemoveOwnedForm (Inherited from System.Windows.Forms.Form)Removes an owned form from this form.
Public Method ResetText (Inherited from System.Windows.Forms.Control)Resets the Text property to its default value.
Public Method ResumeLayout (Inherited from System.Windows.Forms.Control)Overloaded. Resumes usual layout logic.
Public Method ScrollControlIntoView (Inherited from System.Windows.Forms.ScrollableControl)Scrolls the specified child control into view on an auto-scroll enabled control.
Public Method Select (Inherited from System.Windows.Forms.Form)Overloaded. Selects this form, and optionally selects the next/previous control.
Public Method SelectNextControl (Inherited from System.Windows.Forms.Control)Activates the next control.
Public Method SendToBack (Inherited from System.Windows.Forms.Control)Sends the control to the back of the z-order.
Public Method SetAutoScrollMargin (Inherited from System.Windows.Forms.ScrollableControl)Sets the size of the auto-scroll margins.
Public Method SetBounds (Inherited from System.Windows.Forms.Control)Overloaded. Sets the bounds of the control to the specified location and size.
Public Method SetDesktopBounds (Inherited from System.Windows.Forms.Form)Sets the bounds of the form in desktop coordinates.
Public Method SetDesktopLocation (Inherited from System.Windows.Forms.Form)Sets the location of the form in desktop coordinates.
Public Method Show (Inherited from System.Windows.Forms.Form)Overloaded. Shows the form with the specified owner to the user.
Public Method ShowDialog (Inherited from System.Windows.Forms.Form)Overloaded. Shows the form as a modal dialog box with the currently active window set as its owner.
Public Method SuspendLayout (Inherited from System.Windows.Forms.Control)Temporarily suspends the layout logic for the control.
Public Method ToString (Inherited from System.Windows.Forms.Form) 
Public Method Update (Inherited from System.Windows.Forms.Control)Causes the control to redraw the invalidated regions within its client area.
Public Method Validate (Inherited from System.Windows.Forms.ContainerControl)Overloaded. Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order.
Public Method ValidateChildren (Inherited from System.Windows.Forms.Form)Overloaded.  

Protected Methods

Protected Method AccessibilityNotifyClients (Inherited from System.Windows.Forms.Control)Overloaded. Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.
Protected Method ActivateMdiChild (Inherited from System.Windows.Forms.Form)Activates the MDI child of a form.
Protected Method AdjustFormScrollbars (Inherited from System.Windows.Forms.Form) 
Protected Method CenterToParent (Inherited from System.Windows.Forms.Form)Centers the position of the form within the bounds of the parent form.
Protected Method CenterToScreen (Inherited from System.Windows.Forms.Form)Centers the form on the current screen.
Protected Method CreateAccessibilityInstance (Inherited from System.Windows.Forms.Control)Creates a new accessibility object for the control.
Protected Method CreateControlsInstance (Inherited from System.Windows.Forms.Form) 
Protected Method CreateHandle (Inherited from System.Windows.Forms.Form)Creates the handle for the Form. If a derived class overrides this function, it must call the base implementation.
Protected Method DefWndProc (Inherited from System.Windows.Forms.Form) 
Protected Method DestroyHandle (Inherited from System.Windows.Forms.Control)Destroys the handle associated with the control.
Protected Method Finalize (Inherited from System.ComponentModel.Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
Protected Method GetAccessibilityObjectById (Inherited from System.Windows.Forms.Control)Retrieves the specified AccessibleObject.
Protected Method GetAutoSizeMode (Inherited from System.Windows.Forms.Control)Retrieves a value indicating how a control will behave when its AutoSize property is enabled.
Protected Method GetScaledBounds (Inherited from System.Windows.Forms.Form) 
Protected Method GetScrollState (Inherited from System.Windows.Forms.ScrollableControl)Determines whether the specified flag has been set.
Protected Method GetService (Inherited from System.ComponentModel.Component)Returns an object that represents a service provided by the Component or by its Container.
Protected Method GetStyle (Inherited from System.Windows.Forms.Control)Retrieves the value of the specified control style bit for the control.
Protected Method GetTopLevel (Inherited from System.Windows.Forms.Control)Determines if the control is a top-level control.
Protected Method InitLayout (Inherited from System.Windows.Forms.Control)Called after the control has been added to another container.
Protected Method InvokeGotFocus (Inherited from System.Windows.Forms.Control)Raises the GotFocus event for the specified control.
Protected Method InvokeLostFocus (Inherited from System.Windows.Forms.Control)Raises the LostFocus event for the specified control.
Protected Method InvokeOnClick (Inherited from System.Windows.Forms.Control)Raises the Click event for the specified control.
Protected Method InvokePaint (Inherited from System.Windows.Forms.Control)Raises the Paint event for the specified control.
Protected Method InvokePaintBackground (Inherited from System.Windows.Forms.Control)Raises the PaintBackground event for the specified control.
Protected Method IsInputChar (Inherited from System.Windows.Forms.Control)Determines if a character is an input character that the control recognizes.
Protected Method IsInputKey (Inherited from System.Windows.Forms.Control)Determines whether the specified key is a regular input key or a special key that requires preprocessing.
Protected Method MemberwiseClone (Inherited from System.MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
Protected Method NotifyInvalidate (Inherited from System.Windows.Forms.Control)Raises the Invalidated event with a specified region of the control to invalidate.
Protected Method OnActivated (Inherited from System.Windows.Forms.Form)Raises the Activated event.
Protected Method OnAutoSizeChanged (Inherited from System.Windows.Forms.Control)Raises the AutoSizeChanged event.
Protected Method OnAutoValidateChanged (Inherited from System.Windows.Forms.ContainerControl)Raises the AutoValidateChanged event.
Protected Method OnBackColorChanged (Inherited from System.Windows.Forms.Control)Raises the BackColorChanged event.
Protected Method OnBackgroundImageChanged (Inherited from System.Windows.Forms.Form)Raises the BackgroundImageChanged event.
Protected Method OnBackgroundImageLayoutChanged (Inherited from System.Windows.Forms.Form)Raises the BackgroundImageLayoutChanged event.
Protected Method OnBindingContextChanged (Inherited from System.Windows.Forms.Control)Raises the BindingContextChanged event.
Protected Method OnCausesValidationChanged (Inherited from System.Windows.Forms.Control)Raises the CausesValidationChanged event.
Protected Method OnChangeUICues (Inherited from System.Windows.Forms.Control)Raises the ChangeUICues event.
Protected Method OnClick (Inherited from System.Windows.Forms.Control)Raises the Click event.
Protected Method OnClientSizeChanged (Inherited from System.Windows.Forms.Control)Raises the ClientSizeChanged event.
Protected Method OnClosed (Inherited from System.Windows.Forms.Form)Raises the Closed event.
Protected Method OnClosing (Inherited from System.Windows.Forms.Form)Raises the Closing event.
Protected Method OnContextMenuChanged (Inherited from System.Windows.Forms.Control)Raises the ContextMenuChanged event.
Protected Method OnContextMenuStripChanged (Inherited from System.Windows.Forms.Control)Raises the ContextMenuStripChanged event.
Protected Method OnControlAdded (Inherited from System.Windows.Forms.Control)Raises the ControlAdded event.
Protected Method OnControlRemoved (Inherited from System.Windows.Forms.Control)Raises the ControlRemoved event.
Protected Method OnCreateControl (Inherited from System.Windows.Forms.Form)Raises the CreateControl event.
Protected Method OnCursorChanged (Inherited from System.Windows.Forms.Control)Raises the CursorChanged event.
Protected Method OnDeactivate (Inherited from System.Windows.Forms.Form)Raises the Deactivate event.
Protected Method OnDockChanged (Inherited from System.Windows.Forms.Control)Raises the DockChanged event.
Protected Method OnDoubleClick (Inherited from System.Windows.Forms.Control)Raises the DoubleClick event.
Protected Method OnDragDrop (Inherited from System.Windows.Forms.Control)Raises the DragDrop event.
Protected Method OnDragEnter (Inherited from System.Windows.Forms.Control)Raises the DragEnter event.
Protected Method OnDragLeave (Inherited from System.Windows.Forms.Control)Raises the DragLeave event.
Protected Method OnDragOver (Inherited from System.Windows.Forms.Control)Raises the DragOver event.
Protected Method OnEnabledChanged (Inherited from System.Windows.Forms.Form) 
Protected Method OnEnter (Inherited from System.Windows.Forms.Form)Raises the Enter event.
Protected Method OnFontChanged (Inherited from System.Windows.Forms.Form) 
Protected Method OnForeColorChanged (Inherited from System.Windows.Forms.Control)Raises the ForeColorChanged event.
Protected Method OnFormClosed (Inherited from System.Windows.Forms.Form)Raises the FormClosed event.
Protected Method OnFormClosing (Inherited from System.Windows.Forms.Form)Raises the FormClosing event.
Protected Method OnGiveFeedback (Inherited from System.Windows.Forms.Control)Raises the GiveFeedback event.
Protected Method OnGotFocus (Inherited from System.Windows.Forms.Control)Raises the GotFocus event.
Protected Method OnHandleCreated (Inherited from System.Windows.Forms.Form) 
Protected Method OnHandleDestroyed (Inherited from System.Windows.Forms.Form) 
Protected Method OnHelpButtonClicked (Inherited from System.Windows.Forms.Form)Raises the HelpButtonClicked event.
Protected Method OnHelpRequested (Inherited from System.Windows.Forms.Control)Raises the HelpRequested event.
Protected Method OnImeModeChanged (Inherited from System.Windows.Forms.Control)Raises the ImeModeChanged event.
Protected Method OnInputLanguageChanged (Inherited from System.Windows.Forms.Form)Raises the InputLanguageChanged event.
Protected Method OnInputLanguageChanging (Inherited from System.Windows.Forms.Form)Raises the InputLanguageChanging event.
Protected Method OnInvalidated (Inherited from System.Windows.Forms.Control)Raises the Invalidated event.
Protected Method OnKeyDown (Inherited from System.Windows.Forms.Control)Raises the KeyDown event.
Protected Method OnKeyPress (Inherited from System.Windows.Forms.Control)Raises the KeyPress event.
Protected Method OnKeyUp (Inherited from System.Windows.Forms.Control)Raises the KeyUp event.
Protected Method OnLayout (Inherited from System.Windows.Forms.Form) 
Protected Method OnLeave (Inherited from System.Windows.Forms.Control)Raises the Leave event.
Protected Method OnLoad (Inherited from System.Windows.Forms.Form)Raises the Load event.
Protected Method OnLocationChanged (Inherited from System.Windows.Forms.Control)Raises the LocationChanged event.
Protected Method OnLostFocus (Inherited from System.Windows.Forms.Control)Raises the LostFocus event.
Protected Method OnMarginChanged (Inherited from System.Windows.Forms.Control)Raises the MarginChanged event.
Protected Method OnMaximizedBoundsChanged (Inherited from System.Windows.Forms.Form)Raises the MaximizedBoundsChanged event.
Protected Method OnMaximumSizeChanged (Inherited from System.Windows.Forms.Form)Raises the MaximumSizeChanged event.
Protected Method OnMdiChildActivate (Inherited from System.Windows.Forms.Form)Raises the MdiChildActivate event.
Protected Method OnMenuComplete (Inherited from System.Windows.Forms.Form)Raises the MenuComplete event.
Protected Method OnMenuStart (Inherited from System.Windows.Forms.Form)Raises the MenuStart event.
Protected Method OnMinimumSizeChanged (Inherited from System.Windows.Forms.Form)Raises the MinimumSizeChanged event.
Protected Method OnMouseCaptureChanged (Inherited from System.Windows.Forms.Control)Raises the MouseCaptureChanged event.
Protected Method OnMouseClick (Inherited from System.Windows.Forms.Control)Raises the MouseClick event.
Protected Method OnMouseDoubleClick (Inherited from System.Windows.Forms.Control)Raises the MouseDoubleClick event.
Protected Method OnMouseDown (Inherited from System.Windows.Forms.Control)Raises the MouseDown event.
Protected Method OnMouseEnter (Inherited from System.Windows.Forms.Control)Raises the MouseEnter event.
Protected Method OnMouseHover (Inherited from System.Windows.Forms.Control)Raises the MouseHover event.
Protected Method OnMouseLeave (Inherited from System.Windows.Forms.Control)Raises the MouseLeave event.
Protected Method OnMouseMove (Inherited from System.Windows.Forms.Control)Raises the MouseMove event.
Protected Method OnMouseUp (Inherited from System.Windows.Forms.Control)Raises the MouseUp event.
Protected Method OnMouseWheel (Inherited from System.Windows.Forms.ScrollableControl)Raises the MouseWheel event.
Protected Method OnMove (Inherited from System.Windows.Forms.Control)Raises the Move event.
Protected Method OnNotifyMessage (Inherited from System.Windows.Forms.Control)Notifies the control of Windows messages.
Protected Method OnPaddingChanged (Inherited from System.Windows.Forms.ScrollableControl) 
Protected Method OnPaint (Inherited from System.Windows.Forms.Form) 
Protected Method OnPaintBackground (Inherited from System.Windows.Forms.ScrollableControl) 
Protected Method OnParentBackColorChanged (Inherited from System.Windows.Forms.Control)Raises the BackColorChanged event when the BackColor property value of the control's container changes.
Protected Method OnParentBackgroundImageChanged (Inherited from System.Windows.Forms.Control)Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.
Protected Method OnParentBindingContextChanged (Inherited from System.Windows.Forms.Control)Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.
Protected Method OnParentChanged (Inherited from System.Windows.Forms.ContainerControl) 
Protected Method OnParentCursorChanged (Inherited from System.Windows.Forms.Control)Raises the CursorChanged event.
Protected Method OnParentEnabledChanged (Inherited from System.Windows.Forms.Control)Raises the EnabledChanged event when the Enabled property value of the control's container changes.
Protected Method OnParentFontChanged (Inherited from System.Windows.Forms.Control)Raises the FontChanged event when the Font property value of the control's container changes.
Protected Method OnParentForeColorChanged (Inherited from System.Windows.Forms.Control)Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.
Protected Method OnParentRightToLeftChanged (Inherited from System.Windows.Forms.Control)Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.
Protected Method OnParentVisibleChanged (Inherited from System.Windows.Forms.Control)Raises the VisibleChanged event when the Visible property value of the control's container changes.
Protected Method OnPreviewKeyDown (Inherited from System.Windows.Forms.Control)Raises the PreviewKeyDown event.
Protected Method OnPrint (Inherited from System.Windows.Forms.Control)Raises the Paint event.
Protected Method OnQueryContinueDrag (Inherited from System.Windows.Forms.Control)Raises the QueryContinueDrag event.
Protected Method OnRegionChanged (Inherited from System.Windows.Forms.Control)Raises the RegionChanged event.
Protected Method OnResize (Inherited from System.Windows.Forms.Form) 
Protected Method OnResizeBegin (Inherited from System.Windows.Forms.Form)Raises the ResizeBegin event.
Protected Method OnResizeEnd (Inherited from System.Windows.Forms.Form)Raises the ResizeEnd event.
Protected Method OnRightToLeftChanged (Inherited from System.Windows.Forms.ScrollableControl) 
Protected Method OnRightToLeftLayoutChanged (Inherited from System.Windows.Forms.Form)Raises the RightToLeftLayoutChanged event.
Protected Method OnScroll (Inherited from System.Windows.Forms.ScrollableControl)Raises the Scroll event.
Protected Method OnShown (Inherited from System.Windows.Forms.Form)Raises the Shown event.
Protected Method OnSizeChanged (Inherited from System.Windows.Forms.Control)Raises the SizeChanged event.
Protected Method OnStyleChanged (Inherited from System.Windows.Forms.Form) 
Protected Method OnSystemColorsChanged (Inherited from System.Windows.Forms.Control)Raises the SystemColorsChanged event.
Protected Method OnTabIndexChanged (Inherited from System.Windows.Forms.Control)Raises the TabIndexChanged event.
Protected Method OnTabStopChanged (Inherited from System.Windows.Forms.Control)Raises the TabStopChanged event.
Protected Method OnTextChanged (Inherited from System.Windows.Forms.Form) 
Protected Method OnValidated (Inherited from System.Windows.Forms.Control)Raises the Validated event.
Protected Method OnValidating (Inherited from System.Windows.Forms.Control)Raises the Validating event.
Protected Method OnVisibleChanged (Inherited from System.Windows.Forms.Form)Raises the VisibleChanged event.
Protected Method ProcessCmdKey (Inherited from System.Windows.Forms.Form) 
Protected Method ProcessDialogChar (Inherited from System.Windows.Forms.Form) 
Protected Method ProcessDialogKey (Inherited from System.Windows.Forms.Form)Processes a dialog key.
Protected Method ProcessKeyEventArgs (Inherited from System.Windows.Forms.Control) 
Protected Method ProcessKeyMessage (Inherited from System.Windows.Forms.Control) 
Protected Method ProcessKeyPreview (Inherited from System.Windows.Forms.Form) 
Protected Method ProcessMnemonic (Inherited from System.Windows.Forms.Form) 
Protected Method ProcessTabKey (Inherited from System.Windows.Forms.Form) 
Protected Method RaiseDragEvent (Inherited from System.Windows.Forms.Control)Raises the appropriate drag event.
Protected Method RaiseKeyEvent (Inherited from System.Windows.Forms.Control)Raises the appropriate key event.
Protected Method