BMXNET 4.0 Developer API

Stardardized "About" dialog that displays information from the executable's (RootAssembly) AssemblyInfo: AssemblyTitle AssemblyProduct AssemblyVersion AssemblyCopyright AssemblyCompany AssemblyDescription

Additionally, a list box showing all non-system .NET assemblies is displayed. Set IncludeRoot=True if the RootAssembly should be included in the list.

Examples

Usage of dialog:
Copy Code
            AboutDialog dialog=new AboutDialog();
            dialog.RootAssembly = Assembly.GetExecutingAssembly();
            dialog.IncludeRoot = true;
            dialog.Show(this.Parent);    
            
By default, the RootAssebmly is the Assembly.GetExecutingAssembly();

Namespace:  IndianHealthService.BMXNet.WinForm
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class AboutDialog : Form
Public Class AboutDialog _
	Inherits Form
public ref class AboutDialog : public Form

Members

                  
 All Members  Constructors   Properties   Methods   Events   Explicit Interface Implementations  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AboutDialog()()()
AcceptButton (Inherited from Form.)
AccessibilityNotifyClients(AccessibleEvents, Int32) (Inherited from Control.)
AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) (Inherited from Control.)
AccessibilityObject (Inherited from Control.)
AccessibleDefaultActionDescription (Inherited from Control.)
AccessibleDescription (Inherited from Control.)
AccessibleName (Inherited from Control.)
AccessibleRole (Inherited from Control.)
Activate()()() (Inherited from Form.)
IContainerControl..::.ActivateControl(Control) (Inherited from ContainerControl.)
Activated (Inherited from Form.)
ActivateMdiChild(Form) (Inherited from Form.)
ActiveControl (Inherited from ContainerControl.)
ActiveMdiChild (Inherited from Form.)
AddOwnedForm(Form) (Inherited from Form.)
AdjustFormScrollbars(Boolean) (Inherited from Form.)
AllowDrop (Inherited from Control.)
AllowTransparency (Inherited from Form.)
Anchor (Inherited from Control.)
ApplyAutoScaling()()() Obsolete. (Inherited from Form.)
AutoScale Obsolete. (Inherited from Form.)
AutoScaleBaseSize (Inherited from Form.)
AutoScaleDimensions (Inherited from ContainerControl.)
AutoScaleFactor (Inherited from ContainerControl.)
AutoScaleMode (Inherited from ContainerControl.)
AutoScroll (Inherited from Form.)
AutoScrollMargin (Inherited from ScrollableControl.)
AutoScrollMinSize (Inherited from ScrollableControl.)
AutoScrollOffset (Inherited from Control.)
AutoScrollPosition (Inherited from ScrollableControl.)
AutoSize (Inherited from Form.)
AutoSizeChanged (Inherited from Form.)
AutoSizeMode (Inherited from Form.)
AutoValidate (Inherited from Form.)
AutoValidateChanged (Inherited from Form.)
BackColor (Inherited from Form.)
BackColorChanged (Inherited from Control.)
BackgroundImage (Inherited from Control.)
BackgroundImageChanged (Inherited from Control.)
BackgroundImageLayout (Inherited from Control.)
BackgroundImageLayoutChanged (Inherited from Control.)
BeginInvoke(Delegate) (Inherited from Control.)
BeginInvoke(Delegate, array<Object>[]()[]) (Inherited from Control.)
BindingContext (Inherited from ContainerControl.)
BindingContextChanged (Inherited from Control.)
Bottom (Inherited from Control.)
Bounds (Inherited from Control.)
BringToFront()()() (Inherited from Control.)
CancelButton (Inherited from Form.)
CanEnableIme (Inherited from ContainerControl.)
CanFocus (Inherited from Control.)
CanRaiseEvents (Inherited from Control.)
CanSelect (Inherited from Control.)
Capture (Inherited from Control.)
CausesValidation (Inherited from Control.)
CausesValidationChanged (Inherited from Control.)
CenterToParent()()() (Inherited from Form.)
CenterToScreen()()() (Inherited from Form.)
ChangeUICues (Inherited from Control.)
Click (Inherited from Control.)
ClientRectangle (Inherited from Control.)
ClientSize (Inherited from Form.)
ClientSizeChanged (Inherited from Control.)
Close()()() (Inherited from Form.)
Closed (Inherited from Form.)
Closing (Inherited from Form.)
CompanyName (Inherited from Control.)
Container (Inherited from Component.)
Contains(Control) (Inherited from Control.)
ContainsFocus (Inherited from Control.)
ContextMenu (Inherited from Control.)
ContextMenuChanged (Inherited from Control.)
ContextMenuStrip (Inherited from Control.)
ContextMenuStripChanged (Inherited from Control.)
ControlAdded (Inherited from Control.)
ControlBox (Inherited from Form.)
ControlRemoved (Inherited from Control.)
Controls (Inherited from Control.)
CreateAccessibilityInstance()()() (Inherited from Control.)
CreateControl()()() (Inherited from Control.)
CreateControlsInstance()()() (Inherited from Form.)
Created (Inherited from Control.)
CreateGraphics()()() (Inherited from Control.)
CreateHandle()()() (Inherited from Form.)
CreateObjRef(Type) (Inherited from MarshalByRefObject.)
CreateParams (Inherited from Form.)
CurrentAutoScaleDimensions (Inherited from ContainerControl.)
Cursor (Inherited from Control.)
CursorChanged (Inherited from Control.)
DataBindings (Inherited from Control.)
Deactivate (Inherited from Form.)
DefaultCursor (Inherited from Control.)
DefaultImeMode (Inherited from Form.)
DefaultMargin (Inherited from Control.)
DefaultMaximumSize (Inherited from Control.)
DefaultMinimumSize (Inherited from Control.)
DefaultPadding (Inherited from Control.)
DefaultSize (Inherited from Form.)
DefWndProc(Message%) (Inherited from Form.)
DesignMode (Inherited from Component.)
DesktopBounds (Inherited from Form.)
DesktopLocation (Inherited from Form.)
DestroyHandle()()() (Inherited from Control.)
DialogResult (Inherited from Form.)
DisplayRectangle (Inherited from ScrollableControl.)
Dispose()()() (Inherited from Component.)
Dispose(Boolean)
Clean up any resources being used.
(Overrides Form..::.Dispose(Boolean).)
Disposed (Inherited from Component.)
Disposing (Inherited from Control.)
Dock (Inherited from Control.)
DockChanged (Inherited from Control.)
DockPadding (Inherited from ScrollableControl.)
DoDragDrop(Object, DragDropEffects) (Inherited from Control.)
DoubleBuffered (Inherited from Control.)
DoubleClick (Inherited from Control.)
DragDrop (Inherited from Control.)
DragEnter (Inherited from Control.)
DragLeave (Inherited from Control.)
DragOver (Inherited from Control.)
DrawToBitmap(Bitmap, Rectangle) (Inherited from Control.)
Enabled (Inherited from Control.)
EnabledChanged (Inherited from Control.)
EndInvoke(IAsyncResult) (Inherited from Control.)
Enter (Inherited from Control.)
Equals(Object) (Inherited from Object.)
Events (Inherited from Component.)
Finalize()()() (Inherited from Component.)
FindForm()()() (Inherited from Control.)
Focus()()() (Inherited from Control.)
Focused (Inherited from Control.)
Font (Inherited from Control.)
FontChanged (Inherited from Control.)
FontHeight (Inherited from Control.)
ForeColor (Inherited from Control.)
ForeColorChanged (Inherited from Control.)
FormBorderStyle (Inherited from Form.)
FormClosed (Inherited from Form.)
FormClosing (Inherited from Form.)
GetAccessibilityObjectById(Int32) (Inherited from Control.)
GetAutoSizeMode()()() (Inherited from Control.)
GetChildAtPoint(Point) (Inherited from Control.)
GetChildAtPoint(Point, GetChildAtPointSkip) (Inherited from Control.)
GetContainerControl()()() (Inherited from Control.)
GetHashCode()()() (Inherited from Object.)
GetLifetimeService()()() (Inherited from MarshalByRefObject.)
GetNextControl(Control, Boolean) (Inherited from Control.)
GetPreferredSize(Size) (Inherited from Control.)
GetScaledBounds(Rectangle, SizeF, BoundsSpecified) (Inherited from Form.)
GetScrollState(Int32) (Inherited from ScrollableControl.)
GetService(Type) (Inherited from Component.)
GetStyle(ControlStyles) (Inherited from Control.)
GetTopLevel()()() (Inherited from Control.)
GetType()()() (Inherited from Object.)
GiveFeedback (Inherited from Control.)
GotFocus (Inherited from Control.)
Handle (Inherited from Control.)
HandleCreated (Inherited from Control.)
HandleDestroyed (Inherited from Control.)
HasChildren (Inherited from Control.)
Height (Inherited from Control.)
HelpButton (Inherited from Form.)
HelpButtonClicked (Inherited from Form.)
HelpRequested (Inherited from Control.)
Hide()()() (Inherited from Control.)
HorizontalScroll (Inherited from ScrollableControl.)
HScroll (Inherited from ScrollableControl.)
Icon (Inherited from Form.)
ImeMode (Inherited from Control.)
ImeModeBase()()() (Inherited from Control.)
ImeModeChanged (Inherited from Control.)
IncludeRoot
Set to True if the RootAssembly should be included in the list of displayed assemblies. False by default.
InitializeLifetimeService()()() (Inherited from MarshalByRefObject.)
InitLayout()()() (Inherited from Control.)
InputLanguageChanged (Inherited from Form.)
InputLanguageChanging (Inherited from Form.)
Invalidate()()() (Inherited from Control.)
Invalidate(Region) (Inherited from Control.)
Invalidate(Boolean) (Inherited from Control.)
Invalidate(Rectangle) (Inherited from Control.)
Invalidate(Region, Boolean) (Inherited from Control.)
Invalidate(Rectangle, Boolean) (Inherited from Control.)
Invalidated (Inherited from Control.)
Invoke(Delegate) (Inherited from Control.)
Invoke(Delegate, array<Object>[]()[]) (Inherited from Control.)
InvokeGotFocus(Control, EventArgs) (Inherited from Control.)
InvokeLostFocus(Control, EventArgs) (Inherited from Control.)
InvokeOnClick(Control, EventArgs) (Inherited from Control.)
InvokePaint(Control, PaintEventArgs) (Inherited from Control.)
InvokePaintBackground(Control, PaintEventArgs) (Inherited from Control.)
InvokeRequired (Inherited from Control.)
IsAccessible (Inherited from Control.)
IsDisposed (Inherited from Control.)
IsHandleCreated (Inherited from Control.)
IsInputChar(Char) (Inherited from Control.)
IsInputKey(Keys) (Inherited from Control.)
IsMdiChild (Inherited from Form.)
IsMdiContainer (Inherited from Form.)
IsMirrored (Inherited from Control.)
IsRestrictedWindow (Inherited from Form.)
KeyDown (Inherited from Control.)
KeyPress (Inherited from Control.)
KeyPreview (Inherited from Form.)
KeyUp (Inherited from Control.)
Layout (Inherited from Control.)
LayoutEngine (Inherited from Control.)
LayoutMdi(MdiLayout) (Inherited from Form.)
Leave (Inherited from Control.)
Left (Inherited from Control.)
Load (Inherited from Form.)
Location (Inherited from Form.)
LocationChanged (Inherited from Control.)
LostFocus (Inherited from Control.)
MainMenuStrip (Inherited from Form.)
Margin (Inherited from Form.)
MarginChanged (Inherited from Form.)
MaximizeBox (Inherited from Form.)
MaximizedBounds (Inherited from Form.)
MaximizedBoundsChanged (Inherited from Form.)
MaximumSize (Inherited from Form.)
MaximumSizeChanged (Inherited from Form.)
MdiChildActivate (Inherited from Form.)
MdiChildren (Inherited from Form.)
MdiParent (Inherited from Form.)
MemberwiseClone()()() (Inherited from Object.)
MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Menu (Inherited from Form.)
MenuComplete (Inherited from Form.)
MenuStart (Inherited from Form.)
MergedMenu (Inherited from Form.)
MinimizeBox (Inherited from Form.)
MinimumSize (Inherited from Form.)
MinimumSizeChanged (Inherited from Form.)
Modal (Inherited from Form.)
MouseCaptureChanged (Inherited from Control.)
MouseClick (Inherited from Control.)
MouseDoubleClick (Inherited from Control.)
MouseDown (Inherited from Control.)
MouseEnter (Inherited from Control.)
MouseHover (Inherited from Control.)
MouseLeave (Inherited from Control.)
MouseMove (Inherited from Control.)
MouseUp (Inherited from Control.)
MouseWheel (Inherited from Control.)
Move (Inherited from Control.)
Name (Inherited from Control.)
NotifyInvalidate(Rectangle) (Inherited from Control.)
OnActivated(EventArgs) (Inherited from Form.)
OnAutoSizeChanged(EventArgs) (Inherited from Control.)
OnAutoValidateChanged(EventArgs) (Inherited from ContainerControl.)
OnBackColorChanged(EventArgs) (Inherited from Control.)
OnBackgroundImageChanged(EventArgs) (Inherited from Form.)
OnBackgroundImageLayoutChanged(EventArgs) (Inherited from Form.)
OnBindingContextChanged(EventArgs) (Inherited from Control.)
OnCausesValidationChanged(EventArgs) (Inherited from Control.)
OnChangeUICues(UICuesEventArgs) (Inherited from Control.)
OnClick(EventArgs) (Inherited from Control.)
OnClientSizeChanged(EventArgs) (Inherited from Control.)
OnClosed(EventArgs) (Inherited from Form.)
OnClosing(CancelEventArgs) (Inherited from Form.)
OnContextMenuChanged(EventArgs) (Inherited from Control.)
OnContextMenuStripChanged(EventArgs) (Inherited from Control.)
OnControlAdded(ControlEventArgs) (Inherited from Control.)
OnControlRemoved(ControlEventArgs) (Inherited from Control.)
OnCreateControl()()() (Inherited from Form.)
OnCursorChanged(EventArgs) (Inherited from Control.)
OnDeactivate(EventArgs) (Inherited from Form.)
OnDockChanged(EventArgs) (Inherited from Control.)
OnDoubleClick(EventArgs) (Inherited from Control.)
OnDragDrop(DragEventArgs) (Inherited from Control.)
IDropTarget..::.OnDragDrop(DragEventArgs) (Inherited from Control.)
OnDragEnter(DragEventArgs) (Inherited from Control.)
IDropTarget..::.OnDragEnter(DragEventArgs) (Inherited from Control.)
OnDragLeave(EventArgs) (Inherited from Control.)
IDropTarget..::.OnDragLeave(EventArgs) (Inherited from Control.)
OnDragOver(DragEventArgs) (Inherited from Control.)
IDropTarget..::.OnDragOver(DragEventArgs) (Inherited from Control.)
OnEnabledChanged(EventArgs) (Inherited from Form.)
OnEnter(EventArgs) (Inherited from Form.)
OnFontChanged(EventArgs) (Inherited from Form.)
OnForeColorChanged(EventArgs) (Inherited from Control.)
OnFormClosed(FormClosedEventArgs) (Inherited from Form.)
OnFormClosing(FormClosingEventArgs) (Inherited from Form.)
OnGiveFeedback(GiveFeedbackEventArgs) (Inherited from Control.)
OnGotFocus(EventArgs) (Inherited from Control.)
OnHandleCreated(EventArgs) (Inherited from Form.)
OnHandleDestroyed(EventArgs) (Inherited from Form.)
OnHelpButtonClicked(CancelEventArgs) (Inherited from Form.)
OnHelpRequested(HelpEventArgs) (Inherited from Control.)
OnImeModeChanged(EventArgs) (Inherited from Control.)
OnInputLanguageChanged(InputLanguageChangedEventArgs) (Inherited from Form.)
OnInputLanguageChanging(InputLanguageChangingEventArgs) (Inherited from Form.)
OnInvalidated(InvalidateEventArgs) (Inherited from Control.)
OnKeyDown(KeyEventArgs) (Inherited from Control.)
OnKeyPress(KeyPressEventArgs) (Inherited from Control.)
OnKeyUp(KeyEventArgs) (Inherited from Control.)
OnLayout(LayoutEventArgs) (Inherited from Form.)
OnLeave(EventArgs) (Inherited from Control.)
OnLoad(EventArgs) (Inherited from Form.)
OnLocationChanged(EventArgs) (Inherited from Control.)
OnLostFocus(EventArgs) (Inherited from Control.)
OnMarginChanged(EventArgs) (Inherited from Control.)
OnMaximizedBoundsChanged(EventArgs) (Inherited from Form.)
OnMaximumSizeChanged(EventArgs) (Inherited from Form.)
OnMdiChildActivate(EventArgs) (Inherited from Form.)
OnMenuComplete(EventArgs) (Inherited from Form.)
OnMenuStart(EventArgs) (Inherited from Form.)
OnMinimumSizeChanged(EventArgs) (Inherited from Form.)
OnMouseCaptureChanged(EventArgs) (Inherited from Control.)
OnMouseClick(MouseEventArgs) (Inherited from Control.)
OnMouseDoubleClick(MouseEventArgs) (Inherited from Control.)
OnMouseDown(MouseEventArgs) (Inherited from Control.)
OnMouseEnter(EventArgs) (Inherited from Control.)
OnMouseHover(EventArgs) (Inherited from Control.)
OnMouseLeave(EventArgs) (Inherited from Control.)
OnMouseMove(MouseEventArgs) (Inherited from Control.)
OnMouseUp(MouseEventArgs) (Inherited from Control.)
OnMouseWheel(MouseEventArgs) (Inherited from ScrollableControl.)
OnMove(EventArgs) (Inherited from Control.)
OnNotifyMessage(Message) (Inherited from Control.)
OnPaddingChanged(EventArgs) (Inherited from ScrollableControl.)
OnPaint(PaintEventArgs) (Inherited from Form.)
OnPaintBackground(PaintEventArgs) (Inherited from ScrollableControl.)
OnParentBackColorChanged(EventArgs) (Inherited from Control.)
OnParentBackgroundImageChanged(EventArgs) (Inherited from Control.)
OnParentBindingContextChanged(EventArgs) (Inherited from Control.)
OnParentChanged(EventArgs) (Inherited from ContainerControl.)
OnParentCursorChanged(EventArgs) (Inherited from Control.)
OnParentEnabledChanged(EventArgs) (Inherited from Control.)
OnParentFontChanged(EventArgs) (Inherited from Control.)
OnParentForeColorChanged(EventArgs) (Inherited from Control.)
OnParentRightToLeftChanged(EventArgs) (Inherited from Control.)
OnParentVisibleChanged(EventArgs) (Inherited from Control.)
OnPreviewKeyDown(PreviewKeyDownEventArgs) (Inherited from Control.)
OnPrint(PaintEventArgs) (Inherited from Control.)
OnQueryContinueDrag(QueryContinueDragEventArgs) (Inherited from Control.)
OnRegionChanged(EventArgs) (Inherited from Control.)
OnResize(EventArgs) (Inherited from Form.)
OnResizeBegin(EventArgs) (Inherited from Form.)
OnResizeEnd(EventArgs) (Inherited from Form.)
OnRightToLeftChanged(EventArgs) (Inherited from ScrollableControl.)
OnRightToLeftLayoutChanged(EventArgs) (Inherited from Form.)
OnScroll(ScrollEventArgs) (Inherited from ScrollableControl.)
OnShown(EventArgs) (Inherited from Form.)
OnSizeChanged(EventArgs) (Inherited from Control.)
OnStyleChanged(EventArgs) (Inherited from Form.)
OnSystemColorsChanged(EventArgs) (Inherited from Control.)
OnTabIndexChanged(EventArgs) (Inherited from Control.)
OnTabStopChanged(EventArgs) (Inherited from Control.)
OnTextChanged(EventArgs) (Inherited from Form.)
OnValidated(EventArgs) (Inherited from Control.)
OnValidating(CancelEventArgs) (Inherited from Control.)
OnVisibleChanged(EventArgs) (Inherited from Form.)
Opacity (Inherited from Form.)
OwnedForms (Inherited from Form.)
Owner (Inherited from Form.)
Padding (Inherited from Control.)
PaddingChanged (Inherited from Control.)
Paint (Inherited from Control.)
Parent (Inherited from Control.)
ParentChanged (Inherited from Control.)
ParentForm (Inherited from ContainerControl.)
PerformAutoScale()()() (Inherited from ContainerControl.)
PerformLayout()()() (Inherited from Control.)
PerformLayout(Control, String) (Inherited from Control.)
PointToClient(Point) (Inherited from Control.)
PointToScreen(Point) (Inherited from Control.)
PreferredSize (Inherited from Control.)
PreProcessControlMessage(Message%) (Inherited from Control.)
PreProcessMessage(Message%) (Inherited from Control.)
PreviewKeyDown (Inherited from Control.)
ProcessCmdKey(Message%, Keys) (Inherited from Form.)
ProcessDialogChar(Char) (Inherited from Form.)
ProcessDialogKey(Keys) (Inherited from Form.)
ProcessKeyEventArgs(Message%) (Inherited from Control.)
ProcessKeyMessage(Message%) (Inherited from Control.)
ProcessKeyPreview(Message%) (Inherited from Form.)
ProcessMnemonic(Char) (Inherited from Form.)
ProcessTabKey(Boolean) (Inherited from Form.)
ProductName (Inherited from Control.)
ProductVersion (Inherited from Control.)
QueryAccessibilityHelp (Inherited from Control.)
QueryContinueDrag (Inherited from Control.)
RaiseDragEvent(Object, DragEventArgs) (Inherited from Control.)
RaiseKeyEvent(Object, KeyEventArgs) (Inherited from Control.)
RaiseMouseEvent(Object, MouseEventArgs) (Inherited from Control.)
RaisePaintEvent(Object, PaintEventArgs) (Inherited from Control.)
RecreateHandle()()() (Inherited from Control.)
RecreatingHandle (Inherited from Control.)
RectangleToClient(Rectangle) (Inherited from Control.)
RectangleToScreen(Rectangle) (Inherited from Control.)
Refresh()()() (Inherited from Control.)
Region (Inherited from Control.)
RegionChanged (Inherited from Control.)
RemoveOwnedForm(Form) (Inherited from Form.)
RenderRightToLeft Obsolete. (Inherited from Control.)
ResetBackColor()()() (Inherited from Control.)
ResetBindings()()() (Inherited from Control.)
ResetCursor()()() (Inherited from Control.)
ResetFont()()() (Inherited from Control.)
ResetForeColor()()() (Inherited from Control.)
ResetImeMode()()() (Inherited from Control.)
ResetMouseEventArgs()()() (Inherited from Control.)
ResetRightToLeft()()() (Inherited from Control.)
ResetText()()() (Inherited from Control.)
Resize (Inherited from Control.)
ResizeBegin (Inherited from Form.)
ResizeEnd (Inherited from Form.)
ResizeRedraw (Inherited from Control.)
RestoreBounds (Inherited from Form.)
ResumeLayout()()() (Inherited from Control.)
ResumeLayout(Boolean) (Inherited from Control.)
Right (Inherited from Control.)
RightToLeft (Inherited from Control.)
RightToLeftChanged (Inherited from Control.)
RightToLeftLayout (Inherited from Form.)
RightToLeftLayoutChanged (Inherited from Form.)
RootAssembly
The assembly that all references are followed from. The EntryAssembly by default.
RtlTranslateAlignment(HorizontalAlignment) (Inherited from Control.)
RtlTranslateAlignment(LeftRightAlignment) (Inherited from Control.)
RtlTranslateAlignment(ContentAlignment) (Inherited from Control.)
RtlTranslateContent(ContentAlignment) (Inherited from Control.)
RtlTranslateHorizontal(HorizontalAlignment) (Inherited from Control.)
RtlTranslateLeftRight(LeftRightAlignment) (Inherited from Control.)
Scale(Single) Obsolete. (Inherited from Control.)
Scale(SizeF) (Inherited from Control.)
Scale(Single, Single) Obsolete. (Inherited from Control.)
ScaleChildren (Inherited from Control.)
ScaleControl(SizeF, BoundsSpecified) (Inherited from Form.)
ScaleCore(Single, Single) (Inherited from Form.)
Scroll (Inherited from ScrollableControl.)
ScrollControlIntoView(Control) (Inherited from ScrollableControl.)
ScrollToControl(Control) (Inherited from ScrollableControl.)
Select()()() (Inherited from Control.)
Select(Boolean, Boolean) (Inherited from Form.)
SelectNextControl(Control, Boolean, Boolean, Boolean, Boolean) (Inherited from Control.)
SendToBack()()() (Inherited from Control.)
SetAutoScrollMargin(Int32, Int32) (Inherited from ScrollableControl.)
SetAutoSizeMode(AutoSizeMode) (Inherited from Control.)
SetBounds(Int32, Int32, Int32, Int32) (Inherited from Control.)
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) (Inherited from Control.)
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) (Inherited from Form.)
SetClientSizeCore(Int32, Int32) (Inherited from Form.)
SetDesktopBounds(Int32, Int32, Int32, Int32) (Inherited from Form.)
SetDesktopLocation(Int32, Int32) (Inherited from Form.)
SetDisplayRectLocation(Int32, Int32) (Inherited from ScrollableControl.)
SetScrollState(Int32, Boolean) (Inherited from ScrollableControl.)
SetStyle(ControlStyles, Boolean) (Inherited from Control.)
SetTopLevel(Boolean) (Inherited from Control.)
SetVisibleCore(Boolean) (Inherited from Form.)
Show()()() (Inherited from Control.)
Show(IWin32Window) (Inherited from Form.)
ShowDialog()()() (Inherited from Form.)
ShowDialog(IWin32Window) (Inherited from Form.)
ShowFocusCues (Inherited from Control.)
ShowIcon (Inherited from Form.)
ShowInTaskbar (Inherited from Form.)
ShowKeyboardCues (Inherited from Control.)
Shown (Inherited from Form.)
ShowWithoutActivation (Inherited from Form.)
Site (Inherited from Control.)
Size (Inherited from Form.)
SizeChanged (Inherited from Control.)
SizeFromClientSize(Size) (Inherited from Control.)
SizeGripStyle (Inherited from Form.)
StartPosition (Inherited from Form.)
StyleChanged (Inherited from Control.)
SuspendLayout()()() (Inherited from Control.)
SystemColorsChanged (Inherited from Control.)
TabIndex (Inherited from Form.)
TabIndexChanged (Inherited from Form.)
TabStop (Inherited from Form.)
TabStopChanged (Inherited from Form.)
Tag (Inherited from Control.)
Text (Inherited from Form.)
TextChanged (Inherited from Control.)
Top (Inherited from Control.)
TopLevel (Inherited from Form.)
TopLevelControl (Inherited from Control.)
TopMost (Inherited from Form.)
ToString()()() (Inherited from Form.)
TransparencyKey (Inherited from Form.)
Update()()() (Inherited from Control.)
UpdateBounds()()() (Inherited from Control.)
UpdateBounds(Int32, Int32, Int32, Int32) (Inherited from Control.)
UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) (Inherited from Control.)
UpdateDefaultButton()()() (Inherited from Form.)
UpdateStyles()()() (Inherited from Control.)
UpdateZOrder()()() (Inherited from Control.)
UseWaitCursor (Inherited from Control.)
Validate()()() (Inherited from ContainerControl.)
Validate(Boolean) (Inherited from ContainerControl.)
ValidateChildren()()() (Inherited from Form.)
ValidateChildren(ValidationConstraints) (Inherited from Form.)
Validated (Inherited from Control.)
Validating (Inherited from Control.)
VerticalScroll (Inherited from ScrollableControl.)
Visible (Inherited from Control.)
VisibleChanged (Inherited from Control.)
VScroll (Inherited from ScrollableControl.)
Width (Inherited from Control.)
WindowState (Inherited from Form.)
WindowTarget (Inherited from Control.)
WndProc(Message%) (Inherited from Form.)

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.Form
              IndianHealthService.BMXNet.WinForm..::.AboutDialog

See Also