wManager.Wow.Helpers Namespace
WRobot

ProfileUserSettingsForm Methods

The ProfileUserSettingsForm type exposes the following members.

Methods


  Name Description
Protected method AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents,System.Int32,System.Int32) (Inherited from Control.)
Public method Activate (Inherited from Form.)
Protected method ActivateMdiChild(System.Windows.Forms.Form) (Inherited from Form.)
Public method AddOwnedForm(System.Windows.Forms.Form) (Inherited from Form.)
Protected method AdjustFormScrollbars(System.Boolean) (Inherited from Form.)
Protected method ApplyAutoScaling (Inherited from Form.)
Public method BeginInvoke(System.Delegate) (Inherited from Control.)
Public method BeginInvoke(System.Delegate,System.Object[]) (Inherited from Control.)
Public method BringToFront (Inherited from Control.)
Protected method CenterToParent (Inherited from Form.)
Protected method CenterToScreen (Inherited from Form.)
Public method Close (Inherited from Form.)
Public method Contains(System.Windows.Forms.Control) (Inherited from Control.)
Protected method CreateAccessibilityInstance (Inherited from Control.)
Public method CreateControl (Inherited from Control.)
Protected method CreateControlsInstance (Inherited from Form.)
Public method CreateGraphics (Inherited from Control.)
Protected method CreateHandle (Inherited from Form.)
Public method CreateObjRef(System.Type) (Inherited from MarshalByRefObject.)
Protected method DefWndProc(System.Windows.Forms.Message@) (Inherited from Form.)
Protected method DestroyHandle (Inherited from Control.)
Protected method Dispose(Boolean)
Clean up any resources being used.
Public method Dispose (Inherited from Component.)
Public method DoDragDrop(System.Object,System.Windows.Forms.DragDropEffects) (Inherited from Control.)
Public method DrawToBitmap(System.Drawing.Bitmap,System.Drawing.Rectangle) (Inherited from Control.)
Public method EndInvoke(System.IAsyncResult) (Inherited from Control.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method FindForm (Inherited from Control.)
Public method Focus (Inherited from Control.)
Protected method GetAccessibilityObjectById(System.Int32) (Inherited from Control.)
Protected method GetAutoSizeMode (Inherited from Control.)
Public method GetChildAtPoint(System.Drawing.Point,System.Windows.Forms.GetChildAtPointSkip) (Inherited from Control.)
Public method GetChildAtPoint(System.Drawing.Point) (Inherited from Control.)
Public method GetContainerControl (Inherited from Control.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetNextControl(System.Windows.Forms.Control,System.Boolean) (Inherited from Control.)
Public method GetPreferredSize(System.Drawing.Size) (Inherited from Control.)
Protected method GetScaledBounds(System.Drawing.Rectangle,System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified) (Inherited from Form.)
Protected method GetScrollState(System.Int32) (Inherited from ScrollableControl.)
Protected method GetService(System.Type) (Inherited from Component.)
Protected method GetStyle(System.Windows.Forms.ControlStyles) (Inherited from Control.)
Protected method GetTopLevel (Inherited from Control.)
Public method GetType (Inherited from Object.)
Public method Hide (Inherited from Control.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method InitLayout (Inherited from Control.)
Public method Invalidate(System.Drawing.Region) (Inherited from Control.)
Public method Invalidate(System.Drawing.Region,System.Boolean) (Inherited from Control.)
Public method Invalidate (Inherited from Control.)
Public method Invalidate(System.Boolean) (Inherited from Control.)
Public method Invalidate(System.Drawing.Rectangle) (Inherited from Control.)
Public method Invalidate(System.Drawing.Rectangle,System.Boolean) (Inherited from Control.)
Public method Invoke(System.Delegate) (Inherited from Control.)
Public method Invoke(System.Delegate,System.Object[]) (Inherited from Control.)
Protected method InvokeGotFocus(System.Windows.Forms.Control,System.EventArgs) (Inherited from Control.)
Protected method InvokeLostFocus(System.Windows.Forms.Control,System.EventArgs) (Inherited from Control.)
Protected method InvokeOnClick(System.Windows.Forms.Control,System.EventArgs) (Inherited from Control.)
Protected method InvokePaint(System.Windows.Forms.Control,System.Windows.Forms.PaintEventArgs) (Inherited from Control.)
Protected method InvokePaintBackground(System.Windows.Forms.Control,System.Windows.Forms.PaintEventArgs) (Inherited from Control.)
Protected method IsInputChar(System.Char) (Inherited from Control.)
Protected method IsInputKey(System.Windows.Forms.Keys) (Inherited from Control.)
Public method LayoutMdi(System.Windows.Forms.MdiLayout) (Inherited from Form.)
Protected method MemberwiseClone(System.Boolean) (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method NotifyInvalidate(System.Drawing.Rectangle) (Inherited from Control.)
Protected method OnActivated(System.EventArgs) (Inherited from Form.)
Protected method OnAutoSizeChanged(System.EventArgs) (Inherited from Control.)
Protected method OnAutoValidateChanged(System.EventArgs) (Inherited from ContainerControl.)
Protected method OnBackColorChanged(System.EventArgs) (Inherited from Control.)
Protected method OnBackgroundImageChanged(System.EventArgs) (Inherited from Form.)
Protected method OnBackgroundImageLayoutChanged(System.EventArgs) (Inherited from Form.)
Protected method OnBindingContextChanged(System.EventArgs) (Inherited from Control.)
Protected method OnCausesValidationChanged(System.EventArgs) (Inherited from Control.)
Protected method OnChangeUICues(System.Windows.Forms.UICuesEventArgs) (Inherited from Control.)
Protected method OnClick(System.EventArgs) (Inherited from Control.)
Protected method OnClientSizeChanged(System.EventArgs) (Inherited from Control.)
Protected method OnClosed(System.EventArgs) (Inherited from Form.)
Protected method OnClosing(System.ComponentModel.CancelEventArgs) (Inherited from Form.)
Protected method OnContextMenuChanged(System.EventArgs) (Inherited from Control.)
Protected method OnContextMenuStripChanged(System.EventArgs) (Inherited from Control.)
Protected method OnControlAdded(System.Windows.Forms.ControlEventArgs) (Inherited from Control.)
Protected method OnControlRemoved(System.Windows.Forms.ControlEventArgs) (Inherited from Control.)
Protected method OnCreateControl (Inherited from Form.)
Protected method OnCursorChanged(System.EventArgs) (Inherited from Control.)
Protected method OnDeactivate(System.EventArgs) (Inherited from Form.)
Protected method OnDockChanged(System.EventArgs) (Inherited from Control.)
Protected method OnDoubleClick(System.EventArgs) (Inherited from Control.)
Protected method OnDragDrop(System.Windows.Forms.DragEventArgs) (Inherited from Control.)
Protected method OnDragEnter(System.Windows.Forms.DragEventArgs) (Inherited from Control.)
Protected method OnDragLeave(System.EventArgs) (Inherited from Control.)
Protected method OnDragOver(System.Windows.Forms.DragEventArgs) (Inherited from Control.)
Protected method OnEnabledChanged(System.EventArgs) (Inherited from Form.)
Protected method OnEnter(System.EventArgs) (Inherited from Form.)
Protected method OnFontChanged(System.EventArgs) (Inherited from Form.)
Protected method OnForeColorChanged(System.EventArgs) (Inherited from Control.)
Protected method OnFormClosed(System.Windows.Forms.FormClosedEventArgs) (Inherited from Form.)
Protected method OnFormClosing(System.Windows.Forms.FormClosingEventArgs) (Inherited from Form.)
Protected method OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs) (Inherited from Control.)
Protected method OnGotFocus(System.EventArgs) (Inherited from Control.)
Protected method OnHandleCreated(System.EventArgs) (Inherited from Form.)
Protected method OnHandleDestroyed(System.EventArgs) (Inherited from Form.)
Protected method OnHelpButtonClicked(System.ComponentModel.CancelEventArgs) (Inherited from Form.)
Protected method OnHelpRequested(System.Windows.Forms.HelpEventArgs) (Inherited from Control.)
Protected method OnImeModeChanged(System.EventArgs) (Inherited from Control.)
Protected method OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs) (Inherited from Form.)
Protected method OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs) (Inherited from Form.)
Protected method OnInvalidated(System.Windows.Forms.InvalidateEventArgs) (Inherited from Control.)
Protected method OnKeyDown(System.Windows.Forms.KeyEventArgs) (Inherited from Control.)
Protected method OnKeyPress(System.Windows.Forms.KeyPressEventArgs) (Inherited from Control.)
Protected method OnKeyUp(System.Windows.Forms.KeyEventArgs) (Inherited from Control.)
Protected method OnLayout(System.Windows.Forms.LayoutEventArgs) (Inherited from Form.)
Protected method OnLeave(System.EventArgs) (Inherited from Control.)
Protected method OnLoad(System.EventArgs) (Inherited from Form.)
Protected method OnLocationChanged(System.EventArgs) (Inherited from Control.)
Protected method OnLostFocus(System.EventArgs) (Inherited from Control.)
Protected method OnMarginChanged(System.EventArgs) (Inherited from Control.)
Protected method OnMaximizedBoundsChanged(System.EventArgs) (Inherited from Form.)
Protected method OnMaximumSizeChanged(System.EventArgs) (Inherited from Form.)
Protected method OnMdiChildActivate(System.EventArgs) (Inherited from Form.)
Protected method OnMenuComplete(System.EventArgs) (Inherited from Form.)
Protected method OnMenuStart(System.EventArgs) (Inherited from Form.)
Protected method OnMinimumSizeChanged(System.EventArgs) (Inherited from Form.)
Protected method OnMouseCaptureChanged(System.EventArgs) (Inherited from Control.)
Protected method OnMouseClick(System.Windows.Forms.MouseEventArgs) (Inherited from Control.)
Protected method OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs) (Inherited from Control.)
Protected method OnMouseDown(System.Windows.Forms.MouseEventArgs) (Inherited from Control.)
Protected method OnMouseEnter(System.EventArgs) (Inherited from Control.)
Protected method OnMouseHover(System.EventArgs) (Inherited from Control.)
Protected method OnMouseLeave(System.EventArgs) (Inherited from Control.)
Protected method OnMouseMove(System.Windows.Forms.MouseEventArgs) (Inherited from Control.)
Protected method OnMouseUp(System.Windows.Forms.MouseEventArgs) (Inherited from Control.)
Protected method OnMouseWheel(System.Windows.Forms.MouseEventArgs) (Inherited from ScrollableControl.)
Protected method OnMove(System.EventArgs) (Inherited from Control.)
Protected method OnNotifyMessage(System.Windows.Forms.Message) (Inherited from Control.)
Protected method OnPaddingChanged(System.EventArgs) (Inherited from ScrollableControl.)
Protected method OnPaint(System.Windows.Forms.PaintEventArgs) (Inherited from Form.)
Protected method OnPaintBackground(System.Windows.Forms.PaintEventArgs) (Inherited from ScrollableControl.)
Protected method OnParentBackColorChanged(System.EventArgs) (Inherited from Control.)
Protected method OnParentBackgroundImageChanged(System.EventArgs) (Inherited from Control.)
Protected method OnParentBindingContextChanged(System.EventArgs) (Inherited from Control.)
Protected method OnParentChanged(System.EventArgs) (Inherited from ContainerControl.)
Protected method OnParentCursorChanged(System.EventArgs) (Inherited from Control.)
Protected method OnParentEnabledChanged(System.EventArgs) (Inherited from Control.)
Protected method OnParentFontChanged(System.EventArgs) (Inherited from Control.)
Protected method OnParentForeColorChanged(System.EventArgs) (Inherited from Control.)
Protected method OnParentRightToLeftChanged(System.EventArgs) (Inherited from Control.)
Protected method OnParentVisibleChanged(System.EventArgs) (Inherited from Control.)
Protected method OnPreviewKeyDown(System.Windows.Forms.PreviewKeyDownEventArgs) (Inherited from Control.)
Protected method OnPrint(System.Windows.Forms.PaintEventArgs) (Inherited from Control.)
Protected method OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs) (Inherited from Control.)
Protected method OnRegionChanged(System.EventArgs) (Inherited from Control.)
Protected method OnResize(System.EventArgs) (Inherited from Form.)
Protected method OnResizeBegin(System.EventArgs) (Inherited from Form.)
Protected method OnResizeEnd(System.EventArgs) (Inherited from Form.)
Protected method OnRightToLeftChanged(System.EventArgs) (Inherited from ScrollableControl.)
Protected method OnRightToLeftLayoutChanged(System.EventArgs) (Inherited from Form.)
Protected method OnScroll(System.Windows.Forms.ScrollEventArgs) (Inherited from ScrollableControl.)
Protected method OnShown(System.EventArgs) (Inherited from Form.)
Protected method OnSizeChanged(System.EventArgs) (Inherited from Control.)
Protected method OnStyleChanged(System.EventArgs) (Inherited from Form.)
Protected method OnSystemColorsChanged(System.EventArgs) (Inherited from Control.)
Protected method OnTabIndexChanged(System.EventArgs) (Inherited from Control.)
Protected method OnTabStopChanged(System.EventArgs) (Inherited from Control.)
Protected method OnTextChanged(System.EventArgs) (Inherited from Form.)
Protected method OnValidated(System.EventArgs) (Inherited from Control.)
Protected method OnValidating(System.ComponentModel.CancelEventArgs) (Inherited from Control.)
Protected method OnVisibleChanged(System.EventArgs) (Inherited from Form.)
Public method PerformAutoScale (Inherited from ContainerControl.)
Public method PerformLayout (Inherited from Control.)
Public method PerformLayout(System.Windows.Forms.Control,System.String) (Inherited from Control.)
Public method PointToClient(System.Drawing.Point) (Inherited from Control.)
Public method PointToScreen(System.Drawing.Point) (Inherited from Control.)
Public method PreProcessControlMessage(System.Windows.Forms.Message@) (Inherited from Control.)
Public method PreProcessMessage(System.Windows.Forms.Message@) (Inherited from Control.)
Protected method ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys) (Inherited from Form.)
Protected method ProcessDialogChar(System.Char) (Inherited from Form.)
Protected method ProcessDialogKey(System.Windows.Forms.Keys) (Inherited from Form.)
Protected method ProcessKeyEventArgs(System.Windows.Forms.Message@) (Inherited from Control.)
Protected method ProcessKeyPreview(System.Windows.Forms.Message@) (Inherited from Form.)
Protected method ProcessTabKey(System.Boolean) (Inherited from Form.)
Protected method RaiseDragEvent(System.Object,System.Windows.Forms.DragEventArgs) (Inherited from Control.)
Protected method RaiseKeyEvent(System.Object,System.Windows.Forms.KeyEventArgs) (Inherited from Control.)
Protected method RaiseMouseEvent(System.Object,System.Windows.Forms.MouseEventArgs) (Inherited from Control.)
Protected method RaisePaintEvent(System.Object,System.Windows.Forms.PaintEventArgs) (Inherited from Control.)
Protected method RecreateHandle (Inherited from Control.)
Public method RectangleToClient(System.Drawing.Rectangle) (Inherited from Control.)
Public method RectangleToScreen(System.Drawing.Rectangle) (Inherited from Control.)
Public method Refresh (Inherited from Control.)
Public method RemoveOwnedForm(System.Windows.Forms.Form) (Inherited from Form.)
Public method ResetBackColor (Inherited from Control.)
Public method ResetBindings (Inherited from Control.)
Public method ResetCursor (Inherited from Control.)
Public method ResetFont (Inherited from Control.)
Public method ResetForeColor (Inherited from Control.)
Public method ResetImeMode (Inherited from Control.)
Protected method ResetMouseEventArgs (Inherited from Control.)
Public method ResetRightToLeft (Inherited from Control.)
Public method ResetText (Inherited from Control.)
Public method ResumeLayout (Inherited from Control.)
Public method ResumeLayout(System.Boolean) (Inherited from Control.)
Protected method RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment) (Inherited from Control.)
Protected method RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment) (Inherited from Control.)
Protected method RtlTranslateAlignment(System.Drawing.ContentAlignment) (Inherited from Control.)
Protected method RtlTranslateHorizontal(System.Windows.Forms.HorizontalAlignment) (Inherited from Control.)
Protected method RtlTranslateLeftRight(System.Windows.Forms.LeftRightAlignment) (Inherited from Control.)
Public method Scale(System.Single) (Inherited from Control.)
Public method Scale(System.Single,System.Single) (Inherited from Control.)
Public method Scale(System.Drawing.SizeF) (Inherited from Control.)
Protected method ScaleControl(System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified) (Inherited from Form.)
Protected method ScaleCore(System.Single,System.Single) (Inherited from Form.)
Public method ScrollControlIntoView(System.Windows.Forms.Control) (Inherited from ScrollableControl.)
Protected method ScrollToControl(System.Windows.Forms.Control) (Inherited from ScrollableControl.)
Protected method Select(System.Boolean,System.Boolean) (Inherited from Form.)
Public method Select (Inherited from Control.)
Public method SelectNextControl(System.Windows.Forms.Control,System.Boolean,System.Boolean,System.Boolean,System.Boolean) (Inherited from Control.)
Public method SendToBack (Inherited from Control.)
Public method SetAutoScrollMargin(System.Int32,System.Int32) (Inherited from ScrollableControl.)
Protected method SetAutoSizeMode(System.Windows.Forms.AutoSizeMode) (Inherited from Control.)
Public method SetBounds(System.Int32,System.Int32,System.Int32,System.Int32) (Inherited from Control.)
Public method SetBounds(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified) (Inherited from Control.)
Protected method SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified) (Inherited from Form.)
Protected method SetClientSizeCore(System.Int32,System.Int32) (Inherited from Form.)
Public method SetDesktopBounds(System.Int32,System.Int32,System.Int32,System.Int32) (Inherited from Form.)
Public method SetDesktopLocation(System.Int32,System.Int32) (Inherited from Form.)
Protected method SetDisplayRectLocation(System.Int32,System.Int32) (Inherited from ScrollableControl.)
Protected method SetScrollState(System.Int32,System.Boolean) (Inherited from ScrollableControl.)
Protected method SetStyle(System.Windows.Forms.ControlStyles,System.Boolean) (Inherited from Control.)
Protected method SetTopLevel(System.Boolean) (Inherited from Control.)
Protected method SetVisibleCore(System.Boolean) (Inherited from Form.)
Public method Show(System.Windows.Forms.IWin32Window) (Inherited from Form.)
Public method Show (Inherited from Control.)
Public method ShowDialog (Inherited from Form.)
Public method ShowDialog(System.Windows.Forms.IWin32Window) (Inherited from Form.)
Protected method SizeFromClientSize(System.Drawing.Size) (Inherited from Control.)
Public method SuspendLayout (Inherited from Control.)
Public method ToString (Inherited from Form.)
Public method Update (Inherited from Control.)
Protected method UpdateBounds(System.Int32,System.Int32,System.Int32,System.Int32) (Inherited from Control.)
Protected method UpdateBounds(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) (Inherited from Control.)
Protected method UpdateDefaultButton (Inherited from Form.)
Protected method UpdateStyles (Inherited from Control.)
Protected method UpdateZOrder (Inherited from Control.)
Public method Validate (Inherited from ContainerControl.)
Public method Validate(System.Boolean) (Inherited from ContainerControl.)
Public method ValidateChildren (Inherited from Form.)
Public method ValidateChildren(System.Windows.Forms.ValidationConstraints) (Inherited from Form.)
Protected method WndProc(System.Windows.Forms.Message@) (Inherited from Form.)