Zentrale Steuerungsklasse des Strömungs-Renderers. Hier laufen alle Teile zusammen.


The following tables list the members exposed by Flows.

Public Constructors

  Name Description
Public method Flows Initialisiert die GUI und instanziert grundlegende Klassen.
Top

Public Fields

  Name Description
Public field Static Constant Flag für gleichbleibende Einfärbung. This field is constant and read-only.
Public field Static DiscontinuousTexture Flag für Texture-Generation auf den Streamlines - Harte, lineare Textur. This field is constant and read-only.
Public field Static Euler Flag für Streamline-Integration nach dem Euler Verfahren. This field is constant and read-only.
Public field Static NoTexture Flag für deaktivierte Texture-Generation auf den Streamlines. This field is constant and read-only.
Public field Static Pressure Flag für druckabhängige Einfärbung. This field is constant and read-only.
Public field Static RungeKutta Flag für Streamline-Integration nach dem Runge-Kutta Verfahren. This field is constant and read-only.
Public field Static SmoothTexture Flag für Texture-Generation auf den Streamlines - Weiche, sinus-Textur. This field is constant and read-only.
Public field Static Velocity Flag für geschwindigkeitsabhängige Einfärbung. This field is constant and read-only.
Public field Static Vorticity Flag für verwirbelungsabghängige Einfärbung. This field is constant and read-only.
Top

Internal Fields

Private Fields

  Name Description
Private field Static ALL_ANCHOR Alle Anker aktiv - nötig für Direct3D-Bugfixing. This field is constant and read-only.
Private field backgroundWorkerLoad  
Private field buttonCancelLoading  
Private field buttonClearStreamlines  
Private field buttonExit  
Private field buttonOpenFile  
Private field checkBoxArrowsLayer  
Private field checkBoxBgLayer  
Private field checkBoxEmboss  
Private field checkBoxGlyphMapping  
Private field checkBoxLicLayer  
Private field checkBoxRenderSingularities  
Private field checkBoxShowSeedpontLookup  
Private field checkBoxStreamlinesLayer  
Private field checkBoxTapering  
Private field comboBoxArrowsColorAcc  
Private field comboBoxArrowsSizeAcc  
Private field comboBoxBgColor  
Private field comboBoxIntegrationMethod  
Private field comboBoxStreamlineColorAcc  
Private field components Erforderliche Designervariable.
Private field dataExtension Minimale/Maximale Werte der Gitterpunkt-Attribute.
Private field dataSamples Array, welches Position/Geschwindigkeit/Druck/Verwirbelung von/je Gitterpunkt speichert.
Private field fileLoaded Flag, ob ein Flow-Datensatz geladen wurde.
Private field filename Dateiname des geöffneten Strömungsdatensatz.
Private field flowdata Enthält eigentliche Strömungsdaten.
Private field formWindowState Anzeigestatus des Haupfensters - nötig für Direct3D-Bugfixing.
Private field gp1  
Private field gp10  
Private field gp11  
Private field gp12  
Private field gp13  
Private field gp14  
Private field gp15  
Private field gp16  
Private field gp2  
Private field gp3  
Private field gp4  
Private field gp5  
Private field gp6  
Private field gp7  
Private field gp8  
Private field gp9  
Private field gridHeaderData Header-Daten aus dem Grid-File, sowie einige andere Attribute eines geladenen Flowivs-Datensatzes.
Private field isResizing Flag, ob das Fenster gerade resized wird.
Private field labelArrowsColorAcc  
Private field labelArrowsDistance  
Private field labelArrowsSize  
Private field labelArrowsSizeAcc  
Private field labelBgColor  
Private field labelDSep  
Private field labelDT  
Private field labelDTest  
Private field labelGlyphSize  
Private field labelLayers  
Private field labelLicOpacity  
Private field labelLicPosition  
Private field labelSingularityThreshold  
Private field labelStepCount  
Private field labelStepSize  
Private field labelStreamlinesColoredAcc  
Private field labelStreamlineWidth  
Private field labelTextureGenerationMode  
Private field labelTextureSize  
Private field openFileDialog  
Private field panelArrowsSettings  
Private field panelBgSettings  
Private field panelLayers  
Private field panelLicSettings  
Private field panelStreamlineSettings  
Private field panelVisualizationSettings  
Private field progressBar  
Private field radioButtonAutomaticSeeding  
Private field radioButtonManualSeeding  
Private field renderer Direct3D Flowrenderer.
Private field statusBar  
Private field statusStrip  
Private field toolTipInstant  
Private field trackBarArrowsDistance  
Private field trackBarArrowsSize  
Private field trackBarDSep  
Private field trackBarDT  
Private field trackBarDTest  
Private field trackBarGlyphSize  
Private field trackBarLicOpacity  
Private field trackBarLicPosition  
Private field trackBarSingularityThreshold  
Private field trackBarStepCount  
Private field trackBarStepSize  
Private field trackBarStreamlineWidth  
Private field trackBarTextureWidth  
Private field transferArrows  
Private field transferBg  
Private field transferStreamlines  
Top

Public Properties

  Name Description
Public property AcceptButton Gets or sets the button on the form that is clicked when the user presses the ENTER key. (inherited from Form)
Public property AccessibilityObject Gets the AccessibleObject assigned to the control. (inherited from Control)
Public property AccessibleDefaultActionDescription Gets or sets the default action description of the control for use by accessibility client applications. (inherited from Control)
Public property AccessibleDescription Gets or sets the description of the control used by accessibility client applications. (inherited from Control)
Public property AccessibleName Gets or sets the name of the control used by accessibility client applications. (inherited from Control)
Public property AccessibleRole Gets or sets the accessible role of the control (inherited from Control)
Public property ActiveControl Gets or sets the active control on the container control. (inherited from ContainerControl)
Public property ActiveMdiChild Gets the currently active multiple-document interface (MDI) child window. (inherited from Form)
Public property AllowDrop Gets or sets a value indicating whether the control can accept data that the user drags onto it. (inherited from Control)
Public property AllowTransparency Gets or sets a value indicating whether the opacity of the form can be adjusted. (inherited from Form)
Public property Anchor Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (inherited from Control)
Public property AutoScale Gets or sets a value indicating whether the form adjusts its size to fit the height of the font used on the form and scales its controls. (inherited from Form)
Public property AutoScaleBaseSize Gets or sets the base size used for autoscaling of the form. (inherited from Form)
Public property AutoScaleDimensions Gets or sets the dimensions that the control was designed to. (inherited from ContainerControl)
Public property AutoScaleMode Gets or sets the automatic scaling mode of the control. (inherited from ContainerControl)
Public property AutoScroll Gets or sets a value indicating whether the form enables autoscrolling. (inherited from Form)
Public property AutoScrollMargin Gets or sets the size of the auto-scroll margin. (inherited from ScrollableControl)
Public property AutoScrollMinSize Gets or sets the minimum size of the auto-scroll. (inherited from ScrollableControl)
Public property AutoScrollOffset Gets or sets where this control is scrolled to in ScrollControlIntoView. (inherited from Control)
Public property AutoScrollPosition Gets or sets the location of the auto-scroll position. (inherited from ScrollableControl)
Public property AutoSize Resize the form according to the setting of AutoSizeMode. (inherited from Form)
Public property AutoSizeMode Gets or sets the mode by which the form automatically resizes itself. (inherited from Form)
Public property AutoValidate   (inherited from Form)
Public property BackColor   (inherited from Form)
Public property BackgroundImage Gets or sets the background image displayed in the control. (inherited from Control)
Public property BackgroundImageLayout Gets or sets the background image layout as defined in the ImageLayout enumeration. (inherited from Control)
Public property BindingContext   (inherited from ContainerControl)
Public property Bottom Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (inherited from Control)
Public property Bounds Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (inherited from Control)
Public property CancelButton Gets or sets the button control that is clicked when the user presses the ESC key. (inherited from Form)
Public property CanFocus Gets a value indicating whether the control can receive focus. (inherited from Control)
Public property CanSelect Gets a value indicating whether the control can be selected. (inherited from Control)
Public property Capture Gets or sets a value indicating whether the control has captured the mouse. (inherited from Control)
Public property CausesValidation Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (inherited from Control)
Public property ClientRectangle Gets the rectangle that represents the client area of the control. (inherited from Control)
Public property ClientSize Gets or sets the size of the client area of the form. (inherited from Form)
Public property CompanyName Gets the name of the company or creator of the application containing the control. (inherited from Control)
Public property Container Gets the IContainer that contains the Component. (inherited from Component)
Public property ContainsFocus Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (inherited from Control)
Public property ContextMenu Gets or sets the shortcut menu associated with the control. (inherited from Control)
Public property ContextMenuStrip Gets or sets the ContextMenuStrip associated with this control. (inherited from Control)
Public property ControlBox Gets or sets a value indicating whether a control box is displayed in the caption bar of the form. (inherited from Form)
Public property Controls Gets the collection of controls contained within the control. (inherited from Control)
Public property Created Gets a value indicating whether the control has been created. (inherited from Control)
Public property CurrentAutoScaleDimensions Gets the current run-time dimensions of the screen. (inherited from ContainerControl)
Public property Cursor Gets or sets the cursor that is displayed when the mouse pointer is over the control. (inherited from Control)
Public property DataBindings Gets the data bindings for the control. (inherited from Control)
Public property DesktopBounds Gets or sets the size and location of the form on the Windows desktop. (inherited from Form)
Public property DesktopLocation Gets or sets the location of the form on the Windows desktop. (inherited from Form)
Public property DialogResult Gets or sets the dialog result for the form. (inherited from Form)
Public property DisplayRectangle Gets the rectangle that represents the virtual display area of the control. (inherited from ScrollableControl)
Public property Disposing Gets a value indicating whether the base Control class is in the process of disposing. (inherited from Control)
Public property Dock Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (inherited from Control)
Public property DockPadding Gets the dock padding settings for all edges of the control. (inherited from ScrollableControl)
Public property Enabled Gets or sets a value indicating whether the control can respond to user interaction. (inherited from Control)
Public property Focused Gets a value indicating whether the control has input focus. (inherited from Control)
Public property Font Gets or sets the font of the text displayed by the control. (inherited from Control)
Public property ForeColor Gets or sets the foreground color of the control. (inherited from Control)
Public property FormBorderStyle Gets or sets the border style of the form. (inherited from Form)
Public property Handle Gets the window handle that the control is bound to. (inherited from Control)
Public property HasChildren Gets a value indicating whether the control contains one or more child controls. (inherited from Control)
Public property Height Gets or sets the height of the control. (inherited from Control)
Public property HelpButton Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form. (inherited from Form)
Public property HorizontalScroll Gets the characteristics associated with the horizontal scroll bar. (inherited from ScrollableControl)
Public property Icon Gets or sets the icon for the form. (inherited from Form)
Public property ImeMode Gets or sets the Input Method Editor (IME) mode of the control. (inherited from Control)
Public property InvokeRequired Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (inherited from Control)
Public property IsAccessible Gets or sets a value indicating whether the control is visible to accessibility applications. (inherited from Control)
Public property IsDisposed Gets a value indicating whether the control has been disposed of. (inherited from Control)
Public property IsHandleCreated Gets a value indicating whether the control has a handle associated with it. (inherited from Control)
Public property IsMdiChild Gets a value indicating whether the form is a multiple-document interface (MDI) child form. (inherited from Form)
Public property IsMdiContainer Gets or sets a value indicating whether the form is a container for multiple-document interface (MDI) child forms. (inherited from Form)
Public property IsMirrored Gets a value indicating whether the control is mirrored. (inherited from Control)
Public property IsRestrictedWindow Gets a value indicating whether the form can use all windows and user input events without restriction. (inherited from Form)
Public property KeyPreview Gets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus. (inherited from Form)
Public property LayoutEngine Gets a cached instance of the control's layout engine. (inherited from Control)
Public property Left Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (inherited from Control)
Public property Location   (inherited from Form)
Public property MainMenuStrip Gets or sets the primary menu container for the form. (inherited from Form)
Public property Margin   (inherited from Form)
Public property MaximizeBox Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form. (inherited from Form)
Public property MaximumSize Gets the maximum size the form can be resized to. (inherited from Form)
Public property MdiChildren Gets an array of forms that represent the multiple-document interface (MDI) child forms that are parented to this form. (inherited from Form)
Public property MdiParent Gets or sets the current multiple-document interface (MDI) parent form of this form. (inherited from Form)
Public property Menu Gets or sets the MainMenu that is displayed in the form. (inherited from Form)
Public property MergedMenu Gets the merged menu for the form. (inherited from Form)
Public property MinimizeBox Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form. (inherited from Form)
Public property MinimumSize Gets or sets the minimum size the form can be resized to. (inherited from Form)
Public property Modal Gets a value indicating whether this form is displayed modally. (inherited from Form)
Public property Name Gets or sets the name of the control. (inherited from Control)
Public property Opacity Gets or sets the opacity level of the form. (inherited from Form)
Public property OwnedForms Gets an array of Form objects that represent all forms that are owned by this form. (inherited from Form)
Public property Owner Gets or sets the form that owns this form. (inherited from Form)
Public property Padding Gets or sets padding within the control. (inherited from Control)
Public property Parent Gets or sets the parent container of the control. (inherited from Control)
Public property ParentForm Gets the form that the container control is assigned to. (inherited from ContainerControl)
Public property PreferredSize Gets the size of a rectangular area into which the control can fit. (inherited from Control)
Public property ProductName Gets the product name of the assembly containing the control. (inherited from Control)
Public property ProductVersion Gets the version of the assembly containing the control. (inherited from Control)
Public property RecreatingHandle Gets a value indicating whether the control is currently re-creating its handle. (inherited from Control)
Public property Region Gets or sets the window region associated with the control. (inherited from Control)
Public property RestoreBounds Gets the location and size of the form in its normal window state. (inherited from Form)
Public property Right Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (inherited from Control)
Public property RightToLeft Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (inherited from Control)
Public property RightToLeftLayout Gets or sets a value indicating whether right-to-left mirror placement is turned on. (inherited from Form)
Public property ShowIcon Gets or sets a value indicating whether an icon is displayed in the caption bar of the form. (inherited from Form)
Public property ShowInTaskbar Gets or sets a value indicating whether the form is displayed in the Windows taskbar. (inherited from Form)
Public property Site Gets or sets the site of the control. (inherited from Control)
Public property Size Gets or sets the size of the form. (inherited from Form)
Public property SizeGripStyle Gets or sets the style of the size grip to display in the lower-right corner of the form. (inherited from Form)
Public property StartPosition Gets or sets the starting position of the form at run time. (inherited from Form)
Public property TabIndex Gets or sets the tab order of the control within its container. (inherited from Form)
Public property TabStop   (inherited from Form)
Public property Tag Gets or sets the object that contains data about the control. (inherited from Control)
Public property Text   (inherited from Form)
Public property Top Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (inherited from Control)
Public property TopLevel Gets or sets a value indicating whether to display the form as a top-level window. (inherited from Form)
Public property TopLevelControl Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (inherited from Control)
Public property TopMost Gets or sets a value indicating whether the form should be displayed as a topmost form. (inherited from Form)
Public property TransparencyKey Gets or sets the color that will represent transparent areas of the form. (inherited from Form)
Public property UseWaitCursor Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (inherited from Control)
Public property VerticalScroll Gets the characteristics associated with the vertical scroll bar. (inherited from ScrollableControl)
Public property Visible Gets or sets a value indicating whether the control and all its parent controls are displayed. (inherited from Control)
Public property Width Gets or sets the width of the control. (inherited from Control)
Public property WindowState Gets or sets the form's window state. (inherited from Form)
Public property WindowTarget This property is not relevant for this class. (inherited from Control)
Top

Protected Properties

  Name Description
Family property AutoScaleFactor Gets the scaling factor between the current and design-time automatic scaling dimensions. (inherited from ContainerControl)
Family property CanRaiseEvents Determines if events can be raised on the control. (inherited from Control)
Family property CreateParams   (inherited from Form)
Family property DefaultCursor Gets or sets the default cursor for the control. (inherited from Control)
Family property DefaultImeMode Gets the default Input Method Editor (IME) mode supported by the control. (inherited from Form)
Family property DefaultMargin Gets the space, in pixels, that is specified by default between controls. (inherited from Control)
Family property DefaultMaximumSize Gets the length and height, in pixels, that is specified as the default maximum size of a control. (inherited from Control)
Family property DefaultMinimumSize Gets the length and height, in pixels, that is specified as the default minimum size of a control. (inherited from Control)
Family property DefaultPadding Gets the internal spacing, in pixels, of the contents of a control. (inherited from Control)
Family property DefaultSize   (inherited from Form)
Family property DesignMode Gets a value that indicates whether the Component is currently in design mode. (inherited from Component)
Family property DoubleBuffered Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (inherited from Control)
Family property Events Gets the list of event handlers that are attached to this Component. (inherited from Component)
Family property FontHeight Gets or sets the height of the font of the control. (inherited from Control)
Family property HScroll Gets or sets a value indicating whether the horizontal scroll bar is visible. (inherited from ScrollableControl)
Family property MaximizedBounds Gets and sets the size of the form when it is maximized. (inherited from Form)
Family property ResizeRedraw Gets or sets a value indicating whether the control redraws itself when resized. (inherited from Control)
Family property ScaleChildren Gets a value that determines the scaling of child controls. (inherited from Control)
Family property ShowWithoutActivation Gets a value indicating whether the window will be activated when it is shown. (inherited from Form)
Family property VScroll Gets or sets a value indicating whether the vertical scroll bar is visible. (inherited from ScrollableControl)
Top

Protected Internal Properties

  Name Description
FamilyOrAssembly property RenderRightToLeft This property is now obsolete. (inherited from Control)
FamilyOrAssembly property ShowFocusCues Gets a value indicating whether the control should display focus rectangles. (inherited from Control)
FamilyOrAssembly property ShowKeyboardCues Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (inherited from Control)
Top

Public Methods

  Name Description
Public method Activate Activates the form and gives it focus. (inherited from Form)
Public method AddOwnedForm Adds an owned form to this form. (inherited from Form)
Public method BeginInvoke Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. (inherited from Control)
Public method BringToFront Brings the control to the front of the z-order. (inherited from Control)
Public method Close Closes the form. (inherited from Form)
Public method Contains Retrieves a value indicating whether the specified control is a child of the control. (inherited from Control)
Public method CreateControl Forces the creation of the control, including the creation of the handle and any child controls. (inherited from Control)
Public method CreateGraphics Creates the Graphics for the control. (inherited from Control)
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject)
Public method Dispose Overloaded.

Overload:System.Windows.Forms.Form.Dispose

Releases the resources used by the form.

Public method DoDragDrop Begins a drag-and-drop operation. (inherited from Control)
Public method DrawToBitmap Supports rendering to the specified bitmap. (inherited from Control)
Public method EndInvoke Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (inherited from Control)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method FindForm Retrieves the form that the control is on. (inherited from Control)
Public method Focus Sets input focus to the control. (inherited from Control)
Public method GetChildAtPoint Overloaded. Retrieves the child control at a specified location. (inherited from Control)
Public method GetContainerControl Returns the next ContainerControl up the control's chain of parent controls. (inherited from Control)
Public method GetHashCode Serves as a hash function for a particular type. (inherited from Object)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method GetNextControl Retrieves the next control forward or back in the tab order of child controls. (inherited from Control)
Public method GetPreferredSize Retrieves the size of a rectangular area into which a control can be fitted. (inherited from Control)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Hide Conceals the control from the user. (inherited from Control)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Invalidate Overloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control. (inherited from Control)
Public method Invoke Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. (inherited from Control)
Public method LayoutMdi Arranges the multiple-document interface (MDI) child forms within the MDI parent form. (inherited from Form)
Public method PerformAutoScale Performs scaling of the container control and its children. (inherited from ContainerControl)
Public method PerformLayout Overloaded. Forces the control to apply layout logic to child controls. (inherited from Control)
Public method PointToClient Computes the location of the specified screen point into client coordinates. (inherited from Control)
Public method PointToScreen Computes the location of the specified client point into screen coordinates. (inherited from Control)
Public method PreProcessControlMessage Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control)
Public method PreProcessMessage Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control)
Public method RectangleToClient Computes the size and location of the specified screen rectangle in client coordinates. (inherited from Control)
Public method RectangleToScreen Computes the size and location of the specified client rectangle in screen coordinates. (inherited from Control)
Public method Refresh Forces the control to invalidate its client area and immediately redraw itself and any child controls. (inherited from Control)
Public method RemoveOwnedForm Removes an owned form from this form. (inherited from Form)
Public method ResetBackColor Resets the BackColor property to its default value. (inherited from Control)
Public method ResetBindings Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (inherited from Control)
Public method ResetCursor Resets the Cursor property to its default value. (inherited from Control)
Public method ResetFont Resets the Font property to its default value. (inherited from Control)
Public method ResetForeColor Resets the ForeColor property to its default value. (inherited from Control)
Public method ResetImeMode Resets the ImeMode property to its default value. (inherited from Control)
Public method ResetRightToLeft Resets the RightToLeft property to its default value. (inherited from Control)
Public method ResetText Resets the Text property to its default value. (inherited from Control)
Public method ResumeLayout Overloaded. Resumes the usual layout logic. (inherited from Control)
Public method Scale Overloaded. Scales the control and any child controls. (inherited from Control)
Public method ScrollControlIntoView Scrolls the specified child control into view on an auto-scroll enabled control. (inherited from ScrollableControl)
Public method Select Overloaded. Activates the form and selects a child control. (inherited from Form)
Public method SelectNextControl Activates the next control. (inherited from Control)
Public method SendToBack Sends the control to the back of the z-order. (inherited from Control)
Public method SetAutoScrollMargin Sets the size of the auto-scroll margins. (inherited from ScrollableControl)
Public method SetBounds Overloaded. Sets the bounds of the control. (inherited from Control)
Public method SetDesktopBounds Sets the bounds of the form in desktop coordinates. (inherited from Form)
Public method SetDesktopLocation Sets the location of the form in desktop coordinates. (inherited from Form)
Public method Show Overloaded. Displays the form. (inherited from Form)
Public method ShowDialog Overloaded. Shows the form as a modal dialog box. (inherited from Form)
Public method Static ShowErrorMsg Zeigt eine Messagebox mit ERROR-Icon.
Public method SuspendLayout Temporarily suspends the layout logic for the control. (inherited from Control)
Public method ToString Gets a string representing the current instance of the form. (inherited from Form)
Public method Update Causes the control to redraw the invalidated regions within its client area. (inherited from Control)
Public method Validate Overloaded. Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order. (inherited from ContainerControl)
Public method ValidateChildren Overloaded. Validates all selectable child controls in the form. (inherited from Form)
Top

Protected Methods

  Name Description
Family method AccessibilityNotifyClients Overloaded. Notifies the accessibility client applications of AccessibleEvents. (inherited from Control)
Family method ActivateMdiChild Activates the MDI child of a form. (inherited from Form)
Family method AdjustFormScrollbars   (inherited from Form)
Family method ApplyAutoScaling Resizes the form according to the current value of the AutoScaleBaseSize property and the size of the current font. (inherited from Form)
Family method CenterToParent Centers the position of the form within the bounds of the parent form. (inherited from Form)
Family method CenterToScreen Centers the form on the current screen. (inherited from Form)
Family method CreateAccessibilityInstance Creates a new accessibility object for the control. (inherited from Control)
Family method CreateControlsInstance   (inherited from Form)
Family method CreateHandle Creates the handle for the form. If a derived class overrides this function, it must call the base implementation. (inherited from Form)
Family method DefWndProc   (inherited from Form)
Family method DestroyHandle Destroys the handle associated with the control. (inherited from Control)
Family method Dispose Overloaded.

Overload:System.Windows.Forms.Form.Dispose

Releases the resources used by the form.

Family method Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component)
Family method GetAccessibilityObjectById Retrieves the specified AccessibleObject. (inherited from Control)
Family method GetAutoSizeMode Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (inherited from Control)
Family method GetScaledBounds   (inherited from Form)
Family method GetScrollState Determines whether the specified flag has been set. (inherited from ScrollableControl)
Family method GetService Returns an object that represents a service provided by the Component or by its Container. (inherited from Component)
Family method GetStyle Retrieves the value of the specified control style bit for the control. (inherited from Control)
Family method GetTopLevel Determines if the control is a top-level control. (inherited from Control)
Family method InitLayout Called after the control has been added to another container. (inherited from Control)
Family method InvokeGotFocus Raises the GotFocus event for the specified control. (inherited from Control)
Family method InvokeLostFocus Raises the LostFocus event for the specified control. (inherited from Control)
Family method InvokeOnClick Raises the Click event for the specified control. (inherited from Control)
Family method InvokePaint Raises the Paint event for the specified control. (inherited from Control)
Family method InvokePaintBackground Raises the PaintBackground event for the specified control. (inherited from Control)
Family method IsInputChar Determines if a character is an input character that the control recognizes. (inherited from Control)
Family method IsInputKey Determines whether the specified key is a regular input key or a special key that requires preprocessing. (inherited from Control)
Family method MemberwiseClone Overloaded. Creates a shallow copy of the current Object. (inherited from MarshalByRefObject)
Family method NotifyInvalidate Raises the Invalidated event with a specified region of the control to invalidate. (inherited from Control)
Family method OnActivated Raises the Activated event. (inherited from Form)
Family method OnAutoSizeChanged Raises the AutoSizeChanged event. (inherited from Control)
Family method OnAutoValidateChanged Raises the AutoValidateChanged event. (inherited from ContainerControl)
Family method OnBackColorChanged Raises the BackColorChanged event. (inherited from Control)
Family method OnBackgroundImageChanged Raises the BackgroundImageChanged event. (inherited from Form)
Family method OnBackgroundImageLayoutChanged Raises the BackgroundImageLayoutChanged event. (inherited from Form)
Family method OnBindingContextChanged Raises the BindingContextChanged event. (inherited from Control)
Family method OnCausesValidationChanged Raises the CausesValidationChanged event. (inherited from Control)
Family method OnChangeUICues Raises the ChangeUICues event. (inherited from Control)
Family method OnClick Raises the Click event. (inherited from Control)
Family method OnClientSizeChanged Raises the ClientSizeChanged event. (inherited from Control)
Family method OnClosed Raises the Closed event. (inherited from Form)
Family method OnClosing Raises the Closing event. (inherited from Form)
Family method OnContextMenuChanged Raises the ContextMenuChanged event. (inherited from Control)
Family method OnContextMenuStripChanged Raises the ContextMenuStripChanged event. (inherited from Control)
Family method OnControlAdded Raises the ControlAdded event. (inherited from Control)
Family method OnControlRemoved Raises the ControlRemoved event. (inherited from Control)
Family method OnCreateControl Raises the CreateControl event. (inherited from Form)
Family method OnCursorChanged Raises the CursorChanged event. (inherited from Control)
Family method OnDeactivate Raises the Deactivate event. (inherited from Form)
Family method OnDockChanged Raises the DockChanged event. (inherited from Control)
Family method OnDoubleClick Raises the DoubleClick event. (inherited from Control)
Family method OnDragDrop Raises the DragDrop event. (inherited from Control)
Family method OnDragEnter Raises the DragEnter event. (inherited from Control)
Family method OnDragLeave Raises the DragLeave event. (inherited from Control)
Family method OnDragOver Raises the DragOver event. (inherited from Control)
Family method OnEnabledChanged   (inherited from Form)
Family method OnEnter Raises the Enter event. (inherited from Form)
Family method OnFontChanged   (inherited from Form)
Family method OnForeColorChanged Raises the ForeColorChanged event. (inherited from Control)
Family method OnFormClosed Raises the FormClosed event. (inherited from Form)
Family method OnFormClosing Raises the FormClosing event. (inherited from Form)
Family method OnGiveFeedback Raises the GiveFeedback event. (inherited from Control)
Family method OnGotFocus Raises the GotFocus event. (inherited from Control)
Family method OnHandleCreated   (inherited from Form)
Family method OnHandleDestroyed   (inherited from Form)
Family method OnHelpButtonClicked Raises the HelpButtonClicked event. (inherited from Form)
Family method OnHelpRequested Raises the HelpRequested event. (inherited from Control)
Family method OnImeModeChanged Raises the ImeModeChanged event. (inherited from Control)
Family method OnInputLanguageChanged Raises the InputLanguageChanged event. (inherited from Form)
Family method OnInputLanguageChanging Raises the InputLanguageChanging event. (inherited from Form)
Family method OnInvalidated Raises the Invalidated event. (inherited from Control)
Family method OnKeyDown Raises the KeyDown event. (inherited from Control)
Family method OnKeyPress Raises the KeyPress event. (inherited from Control)
Family method OnKeyUp Raises the KeyUp event. (inherited from Control)
Family method OnLayout   (inherited from Form)
Family method OnLeave Raises the Leave event. (inherited from Control)
Family method OnLoad Raises the Load event. (inherited from Form)
Family method OnLocationChanged Raises the LocationChanged event. (inherited from Control)
Family method OnLostFocus Raises the LostFocus event. (inherited from Control)
Family method OnMarginChanged Raises the MarginChanged event. (inherited from Control)
Family method OnMaximizedBoundsChanged Raises the MaximizedBoundsChanged event. (inherited from Form)
Family method OnMaximumSizeChanged Raises the MaximumSizeChanged event. (inherited from Form)
Family method OnMdiChildActivate Raises the MdiChildActivate event. (inherited from Form)
Family method OnMenuComplete Raises the MenuComplete event. (inherited from Form)
Family method OnMenuStart Raises the MenuStart event. (inherited from Form)
Family method OnMinimumSizeChanged Raises the MinimumSizeChanged event. (inherited from Form)
Family method OnMouseCaptureChanged Raises the MouseCaptureChanged event. (inherited from Control)
Family method OnMouseClick Raises the MouseClick event. (inherited from Control)
Family method OnMouseDoubleClick Raises the MouseDoubleClick event. (inherited from Control)
Family method OnMouseDown Raises the MouseDown event. (inherited from Control)
Family method OnMouseEnter Raises the MouseEnter event. (inherited from Control)
Family method OnMouseHover Raises the MouseHover event. (inherited from Control)
Family method OnMouseLeave Raises the MouseLeave event. (inherited from Control)
Family method OnMouseMove Raises the MouseMove event. (inherited from Control)
Family method OnMouseUp Raises the MouseUp event. (inherited from Control)
Family method OnMouseWheel Raises the MouseWheel event. (inherited from ScrollableControl)
Family method OnMove Raises the Move event. (inherited from Control)
Family method OnNotifyMessage Notifies the control of Windows messages. (inherited from Control)
Family method OnPaddingChanged Raises the PaddingChanged event. (inherited from ScrollableControl)
Family method OnPaint Overridden. Wird überschrieben, damit bei jedem Paint-Vorgang auch neu gerendert wird.
Family method OnPaintBackground Paints the background of the control. (inherited from ScrollableControl)
Family method OnParentBackColorChanged Raises the BackColorChanged event when the BackColor property value of the control's container changes. (inherited from Control)
Family method OnParentBackgroundImageChanged Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (inherited from Control)
Family method OnParentBindingContextChanged Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (inherited from Control)
Family method OnParentChanged   (inherited from ContainerControl)
Family method OnParentCursorChanged Raises the CursorChanged event. (inherited from Control)
Family method OnParentEnabledChanged Raises the EnabledChanged event when the Enabled property value of the control's container changes. (inherited from Control)
Family method OnParentFontChanged Raises the FontChanged event when the Font property value of the control's container changes. (inherited from Control)
Family method OnParentForeColorChanged Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (inherited from Control)
Family method OnParentRightToLeftChanged Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (inherited from Control)
Family method OnParentVisibleChanged Raises the VisibleChanged event when the Visible property value of the control's container changes. (inherited from Control)
Family method OnPreviewKeyDown Raises the PreviewKeyDown event. (inherited from Control)
Family method OnPrint Raises the Paint event. (inherited from Control)
Family method OnQueryContinueDrag Raises the QueryContinueDrag event. (inherited from Control)
Family method OnRegionChanged Raises the RegionChanged event. (inherited from Control)
Family method OnResize Overridden. Wird überschrieben, um einen 'Bug' im Direct3D-Device zu beheben, der entseht, wenn ein D3D-Device innerhalb eines
 Copy Code
Panel
wiedergegeben wird und dieses Panel beim Minimieren des Fensters eine Größe von [0,0] erlangt. Hierzu wird beim minimieren die Ankerung des D3D-Panels gelöst - beim Wiederherstellen wieder gesetzt.
Family method OnResizeBegin Raises the ResizeBegin event. (inherited from Form)
Family method OnResizeEnd Raises the ResizeEnd event. (inherited from Form)
Family method OnRightToLeftChanged   (inherited from ScrollableControl)
Family method OnRightToLeftLayoutChanged Raises the RightToLeftLayoutChanged event. (inherited from Form)
Family method OnScroll Raises the Scroll event. (inherited from ScrollableControl)
Family method OnShown Raises the Shown event. (inherited from Form)
Family method OnSizeChanged Raises the SizeChanged event. (inherited from Control)
Family method OnStyleChanged   (inherited from Form)
Family method OnSystemColorsChanged Raises the SystemColorsChanged event. (inherited from Control)
Family method OnTabIndexChanged Raises the TabIndexChanged event. (inherited from Control)
Family method OnTabStopChanged Raises the TabStopChanged event. (inherited from Control)
Family method OnTextChanged   (inherited from Form)
Family method OnValidated Raises the Validated event. (inherited from Control)
Family method OnValidating Raises the Validating event. (inherited from Control)
Family method OnVisibleChanged Raises the VisibleChanged event. (inherited from Form)
Family method ProcessCmdKey Processes a command key. (inherited from Form)
Family method ProcessDialogChar   (inherited from Form)
Family method ProcessDialogKey Processes a dialog box key. (inherited from Form)
Family method ProcessKeyEventArgs Processes a key message and generates the appropriate control events. (inherited from Control)
Family method ProcessKeyPreview   (inherited from Form)
Family method ProcessTabKey   (inherited from Form)
Family method RaiseDragEvent Raises the appropriate drag event. (inherited from Control)
Family method RaiseKeyEvent Raises the appropriate key event. (inherited from Control)
Family method RaiseMouseEvent Raises the appropriate mouse event. (inherited from Control)
Family method RaisePaintEvent Raises the appropriate paint event. (inherited from Control)
Family method RecreateHandle Forces the re-creation of the handle for the control. (inherited from Control)
Family method ResetMouseEventArgs Resets the control to handle the MouseLeave event. (inherited from Control)
Family method RtlTranslateAlignment Overloaded. Converts the current alignment to the appropriate alignment to support right-to-left text. (inherited from Control)
Family method RtlTranslateHorizontal Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (inherited from Control)
Family method RtlTranslateLeftRight Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (inherited from Control)
Family method ScaleControl   (inherited from Form)
Family method ScaleCore Performs scaling of the form. (inherited from Form)
Family method ScrollToControl Calculates the scroll offset to the specified child control. (inherited from ScrollableControl)
Family method Select Overloaded. Activates the form and selects a child control. (inherited from Form)
Family method SetAutoSizeMode Sets a value indicating how a control will behave when its AutoSize property is enabled. (inherited from Control)
Family method SetBoundsCore   (inherited from Form)
Family method SetClientSizeCore Sets the client size of the form. This will adjust the bounds of the form to make the client size the requested size. (inherited from Form)
Family method SetDisplayRectLocation Positions the display window to the specified value. (inherited from ScrollableControl)
Family method SetScrollState Sets the specified scroll state flag. (inherited from ScrollableControl)
Family method SetStyle Sets a specified ControlStyles flag to either true or false. (inherited from Control)
Family method SetTopLevel Sets the control as the top-level control. (inherited from Control)
Family method SetVisibleCore   (inherited from Form)
Family method SizeFromClientSize Determines the size of the entire control from the height and width of its client area. (inherited from Control)
Family method UpdateBounds Overloaded. Updates the bounds of the control. (inherited from Control)
Family method UpdateDefaultButton Updates which button is the default button. (inherited from Form)
Family method UpdateStyles Forces the assigned styles to be reapplied to the control. (inherited from Control)
Family method UpdateZOrder Updates the control in its parent's z-order. (inherited from Control)
Family method WndProc   (inherited from Form)
Top

Protected Internal Methods

  Name Description
FamilyOrAssembly method AccessibilityNotifyClients Overloaded. Notifies the accessibility client applications of AccessibleEvents. (inherited from Control)
FamilyOrAssembly method ProcessKeyMessage Processes a keyboard message. (inherited from Control)
FamilyOrAssembly method ProcessMnemonic   (inherited from Form)
FamilyOrAssembly method RtlTranslateContent Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (inherited from Control)
FamilyOrAssembly method UpdateBounds Overloaded. Updates the bounds of the control. (inherited from Control)
Top

Private Methods

  Name Description
Private method ActivateInteractionGui Aktiviert/Deaktiviert die Standard-Interaktions-Elmenete der GUI.
Private method backgroundWorkerLoad_DoWork  
Private method backgroundWorkerLoad_ProgressChanged  
Private method backgroundWorkerLoad_RunWorkerCompleted  
Private method buttonCancelLoading_Click  
Private method buttonClearStreamlines_Click  
Private method buttonExit_Click  
Private method buttonOpenFile_Click  
Private method checkBoxArrowsLayer_CheckedChanged  
Private method checkBoxArrowsLayer_MouseClick  
Private method checkBoxBgLayer_CheckedChanged  
Private method checkBoxBgLayer_MouseClick  
Private method checkBoxEmboss_CheckedChanged  
Private method checkBoxGlyphMapping_CheckedChanged  
Private method checkBoxLicLayer_CheckedChanged  
Private method checkBoxLicLayer_MouseClick  
Private method checkBoxRenderSingularities_CheckedChanged  
Private method checkBoxShowSeedpontLookup_CheckedChanged  
Private method checkBoxStreamlinesLayer_CheckedChanged  
Private method checkBoxStreamlinesLayer_MouseClick  
Private method checkBoxTapering_CheckedChanged  
Private method comboBoxArrowsColorAcc_SelectedIndexChanged  
Private method comboBoxArrowsSizeAcc_SelectedIndexChanged  
Private method comboBoxBgColor_SelectedIndexChanged  
Private method comboBoxIntegrationMethod_SelectedIndexChanged  
Private method comboBoxStreamlineColorAcc_SelectedIndexChanged  
Private method comboBoxTextureGenerationMode_SelectedIndexChanged  
Private method Flows_Activated  
Private method Flows_FormClosed  
Private method Flows_ResizeBegin  
Private method Flows_ResizeEnd  
Private method Flows_SizeChanged  
Private method InitializeBackgoundWorker  
Private method InitializeComponent Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
Private method InitNewFlowvis (Re-)Initialisiert alle GUI-Settings, Daten, Render-Settings etc. - entspricht einem Programm-Neustart.
Private method LoadFile Lädt einen Strömungsdatensatz aus der angegebenen Datei.
Private method panelRenderer_MouseEnter  
Private method panelRenderer_MouseLeave  
Private method radioButtonAutomaticSeeding_CheckedChanged  
Private method radioButtonManualSeeding_CheckedChanged  
Private method ResetGui Setzt die GUI auf den Zustand zurück, den sie beim Starten des Programms hat.
Private method SetLegend Definiert die Legende einer Transferfunktion.
Private method trackBarArrowsDistance_Scroll  
Private method trackBarArrowsSize_Scroll  
Private method trackBarDSep_MouseUp  
Private method trackBarDSep_Scroll  
Private method trackBarDT_MouseUp  
Private method trackBarDT_Scroll  
Private method trackBarDTest_MouseUp  
Private method trackBarDTest_Scroll  
Private method trackBarGlyphSize_MouseUp  
Private method trackBarGlyphSize_Scroll  
Private method trackBarLicOpacity_Scroll  
Private method trackBarLicPosition_Scroll  
Private method trackBarSingularityThreshold_MouseUp  
Private method trackBarSingularityThreshold_Scroll  
Private method trackBarStepCount_Scroll  
Private method trackBarStepSize_Scroll  
Private method trackBarStreamlineWidth_MouseUp  
Private method trackBarStreamlineWidth_Scroll  
Private method trackBarTextureWidth_MouseUp  
Private method trackBarTextureWidth_Scroll  
Top

Public Events

  Name Description
Public event Activated Occurs when the form is activated in code or by the user. (inherited from Form)
Public event AutoSizeChanged   (inherited from Form)
Public event AutoValidateChanged   (inherited from Form)
Public event BackColorChanged Occurs when the value of the BackColor property changes. (inherited from Control)
Public event BackgroundImageChanged Occurs when the value of the BackgroundImage property changes. (inherited from Control)
Public event BackgroundImageLayoutChanged Occurs when the BackgroundImageLayout property changes. (inherited from Control)
Public event BindingContextChanged Occurs when the value of the BindingContext property changes. (inherited from Control)
Public event CausesValidationChanged Occurs when the value of the CausesValidation property changes. (inherited from Control)
Public event ChangeUICues Occurs when the focus or keyboard user interface (UI) cues change. (inherited from Control)
Public event Click Occurs when the control is clicked. (inherited from Control)
Public event ClientSizeChanged Occurs when the value of the ClientSize property changes. (inherited from Control)
Public event Closed Occurs when the form is closed. (inherited from Form)
Public event Closing Occurs when the form is closing. (inherited from Form)
Public event ContextMenuChanged Occurs when the value of the ContextMenu property changes. (inherited from Control)
Public event ContextMenuStripChanged Occurs when the value of the ContextMenuStrip property changes. (inherited from Control)
Public event ControlAdded Occurs when a new control is added to the ControlCollection. (inherited from Control)
Public event ControlRemoved Occurs when a control is removed from the ControlCollection. (inherited from Control)
Public event CursorChanged Occurs when the value of the Cursor property changes. (inherited from Control)
Public event Deactivate Occurs when the form loses focus and is no longer the active form. (inherited from Form)
Public event Disposed Occurs when the component is disposed by a call to the Dispose method. (inherited from Component)
Public event DockChanged Occurs when the value of the Dock property changes. (inherited from Control)
Public event DoubleClick Occurs when the control is double-clicked. (inherited from Control)
Public event DragDrop Occurs when a drag-and-drop operation is completed. (inherited from Control)
Public event DragEnter Occurs when an object is dragged into the control's bounds. (inherited from Control)
Public event DragLeave Occurs when an object is dragged out of the control's bounds. (inherited from Control)
Public event DragOver Occurs when an object is dragged over the control's bounds. (inherited from Control)
Public event EnabledChanged Occurs when the Enabled property value has changed. (inherited from Control)
Public event Enter Occurs when the control is entered. (inherited from Control)
Public event FontChanged Occurs when the Font property value changes. (inherited from Control)
Public event ForeColorChanged Occurs when the ForeColor property value changes. (inherited from Control)
Public event FormClosed Occurs after the form is closed. (inherited from Form)
Public event FormClosing Occurs before the form is closed. (inherited from Form)
Public event GiveFeedback Occurs during a drag operation. (inherited from Control)
Public event GotFocus Occurs when the control receives focus. (inherited from Control)
Public event HandleCreated Occurs when a handle is created for the control. (inherited from Control)
Public event HandleDestroyed Occurs when the control's handle is in the process of being destroyed. (inherited from Control)
Public event HelpButtonClicked Occurs when the Help button is clicked. (inherited from Form)
Public event HelpRequested Occurs when the user requests help for a control. (inherited from Control)
Public event ImeModeChanged Occurs when the ImeMode property has changed. (inherited from Control)
Public event InputLanguageChanged Occurs after the input language of the form has changed. (inherited from Form)
Public event InputLanguageChanging Occurs when the user attempts to change the input language for the form. (inherited from Form)
Public event Invalidated Occurs when a control's display requires redrawing. (inherited from Control)
Public event KeyDown Occurs when a key is pressed while the control has focus. (inherited from Control)
Public event KeyPress Occurs when a key is pressed while the control has focus. (inherited from Control)
Public event KeyUp Occurs when a key is released while the control has focus. (inherited from Control)
Public event Layout Occurs when a control should reposition its child controls. (inherited from Control)
Public event Leave Occurs when the input focus leaves the control. (inherited from Control)
Public event Load Occurs before a form is displayed for the first time. (inherited from Form)
Public event LocationChanged Occurs when the Location property value has changed. (inherited from Control)
Public event LostFocus Occurs when the control loses focus. (inherited from Control)
Public event MarginChanged   (inherited from Form)
Public event MaximizedBoundsChanged Occurs when the value of the MaximizedBounds property has changed. (inherited from Form)
Public event MaximumSizeChanged Occurs when the value of the MaximumSize property has changed. (inherited from Form)
Public event MdiChildActivate Occurs when a multiple-document interface (MDI) child form is activated or closed within an MDI application. (inherited from Form)
Public event MenuComplete Occurs when the menu of a form loses focus. (inherited from Form)
Public event MenuStart Occurs when the menu of a form receives focus. (inherited from Form)
Public event MinimumSizeChanged Occurs when the value of the MinimumSize property has changed. (inherited from Form)
Public event MouseCaptureChanged Occurs when the control loses or gains mouse capture. (inherited from Control)
Public event MouseClick Occurs when the control is clicked by the mouse. (inherited from Control)
Public event MouseDoubleClick Occurs when the control is double clicked by the mouse. (inherited from Control)
Public event MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed. (inherited from Control)
Public event MouseEnter Occurs when the mouse pointer enters the control. (inherited from Control)
Public event MouseHover Occurs when the mouse pointer rests on the control. (inherited from Control)
Public event MouseLeave Occurs when the mouse pointer leaves the control. (inherited from Control)
Public event MouseMove Occurs when the mouse pointer is moved over the control. (inherited from Control)
Public event MouseUp Occurs when the mouse pointer is over the control and a mouse button is released. (inherited from Control)
Public event MouseWheel Occurs when the mouse wheel moves while the control has focus. (inherited from Control)
Public event Move Occurs when the control is moved. (inherited from Control)
Public event PaddingChanged Occurs when the control's padding changes. (inherited from Control)
Public event Paint Occurs when the control is redrawn. (inherited from Control)
Public event ParentChanged Occurs when the Parent property value changes. (inherited from Control)
Public event PreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control. (inherited from Control)
Public event QueryAccessibilityHelp Occurs when AccessibleObject is providing help to accessibility applications. (inherited from Control)
Public event QueryContinueDrag Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (inherited from Control)
Public event RegionChanged Occurs when the value of the Region property changes. (inherited from Control)
Public event Resize Occurs when the control is resized. (inherited from Control)
Public event ResizeBegin Occurs when a form enters resizing mode. (inherited from Form)
Public event ResizeEnd Occurs when a form exits resizing mode. (inherited from Form)
Public event RightToLeftChanged Occurs when the RightToLeft property value changes. (inherited from Control)
Public event RightToLeftLayoutChanged Occurs after the value of the RightToLeftLayout property changes. (inherited from Form)
Public event Scroll Occurs when the user or code scrolls through the client area. (inherited from ScrollableControl)
Public event Shown Occurs whenever the form is first displayed. (inherited from Form)
Public event SizeChanged Occurs when the Size property value changes. (inherited from Control)
Public event StyleChanged Occurs when the control style changes. (inherited from Control)
Public event SystemColorsChanged Occurs when the system colors change. (inherited from Control)
Public event TabIndexChanged Occurs when the value of the TabIndex property changes. (inherited from Form)
Public event TabStopChanged   (inherited from Form)
Public event TextChanged Occurs when the Text property value changes. (inherited from Control)
Public event Validated Occurs when the control is finished validating. (inherited from Control)
Public event Validating Occurs when the control is validating. (inherited from Control)
Public event VisibleChanged Occurs when the Visible property value changes. (inherited from Control)
Top

Explicit Interface Implementations

  Name Description
Static Private method System#Windows#Forms#IContainerControl#ActivateControl

M:System.Windows.Forms.IContainerControl.ActivateControl(System.Windows.Forms.Control)

Activates a specified control.

(inherited from ContainerControl)
Static Private method System#Windows#Forms#IDropTarget#OnDragDrop

M:System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs)

Raises the DragDrop event.

(inherited from Control)
Static Private method System#Windows#Forms#IDropTarget#OnDragEnter

M:System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs)

Raises the DragEnter event.

(inherited from Control)
Static Private method System#Windows#Forms#IDropTarget#OnDragLeave

M:System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs)

Raises the DragLeave event.

(inherited from Control)
Static Private method System#Windows#Forms#IDropTarget#OnDragOver

M:System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs)

Raises the DragOver event.

(inherited from Control)
Static Private method System#Windows#Forms#ISupportOleDropSource#OnGiveFeedback   (inherited from Control)
Static Private method System#Windows#Forms#ISupportOleDropSource#OnQueryContinueDrag   (inherited from Control)
Static Private method System#Windows#Forms#Layout#IArrangedElement#PerformLayout   (inherited from Control)
Static Private method System#Windows#Forms#Layout#IArrangedElement#SetBounds   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleControl#FreezeEvents   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleControl#GetControlInfo   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleControl#OnAmbientPropertyChange   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleControl#OnMnemonic   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#ContextSensitiveHelp   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#EnableModeless   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#GetWindow   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#OnDocWindowActivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#OnFrameWindowActivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#ResizeBorder   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#TranslateAccelerator   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#ContextSensitiveHelp   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#GetWindow   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#InPlaceDeactivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#ReactivateAndUndo   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#SetObjectRects   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#UIDeactivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#Advise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#Close   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#DoVerb   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#EnumAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#EnumVerbs   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetClientSite   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetClipboardData   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetMiscStatus   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetMoniker   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetUserClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetUserType   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#InitFromData   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#IsUpToDate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#OleUpdate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetClientSite   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetColorScheme   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetHostNames   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetMoniker   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#Unadvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleWindow#ContextSensitiveHelp   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleWindow#GetWindow   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersist#GetClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistPropertyBag#GetClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistPropertyBag#InitNew   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistPropertyBag#Load   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistPropertyBag#Save   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#GetClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#HandsOffStorage   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#InitNew   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#IsDirty   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#Load   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#Save   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#SaveCompleted   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#GetClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#GetSizeMax   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#InitNew   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#IsDirty   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#Load   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#Save   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IQuickActivate#GetContentExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IQuickActivate#QuickActivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IQuickActivate#SetContentExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#Draw   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#Freeze   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#GetAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#GetColorSet   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#SetAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#Unfreeze   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#Draw   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#Freeze   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#GetAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#GetColorSet   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#GetExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#SetAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#Unfreeze   (inherited from Control)
Top

See Also