Share via


BrowseServersForm Class

Displays a Form object for browsing the servers.

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
              Microsoft.SqlServer.Management.UI.ConnectionDlg.BrowseServersForm

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public NotInheritable Class BrowseServersForm _
    Inherits Form
'Usage
Dim instance As BrowseServersForm
public sealed class BrowseServersForm : Form
public ref class BrowseServersForm sealed : public Form
[<SealedAttribute>]
type BrowseServersForm =  
    class 
        inherit Form 
    end
public final class BrowseServersForm extends Form

The BrowseServersForm type exposes the following members.

Constructors

  Name Description
Public method BrowseServersForm Initializes a new instance of the BrowseServersForm class.

Top

Properties

  Name Description
Public property AcceptButton (Inherited from Form.)
Public property AccessibilityObject (Inherited from Control.)
Public property AccessibleDefaultActionDescription (Inherited from Control.)
Public property AccessibleDescription (Inherited from Control.)
Public property AccessibleName (Inherited from Control.)
Public property AccessibleRole (Inherited from Control.)
Public property ActiveControl (Inherited from ContainerControl.)
Public property ActiveMdiChild (Inherited from Form.)
Public property AllowDrop (Inherited from Control.)
Public property AllowTransparency (Inherited from Form.)
Public property Anchor (Inherited from Control.)
Public property AutoScale Obsolete. (Inherited from Form.)
Public property AutoScaleBaseSize (Inherited from Form.)
Public property AutoScaleDimensions (Inherited from ContainerControl.)
Public property AutoScaleMode (Inherited from ContainerControl.)
Public property AutoScroll (Inherited from Form.)
Public property AutoScrollMargin (Inherited from ScrollableControl.)
Public property AutoScrollMinSize (Inherited from ScrollableControl.)
Public property AutoScrollOffset (Inherited from Control.)
Public property AutoScrollPosition (Inherited from ScrollableControl.)
Public property AutoSize (Inherited from Form.)
Public property AutoSizeMode (Inherited from Form.)
Public property AutoValidate (Inherited from Form.)
Public property BackColor (Inherited from Form.)
Public property BackgroundImage (Inherited from Control.)
Public property BackgroundImageLayout (Inherited from Control.)
Public property BindingContext (Inherited from ContainerControl.)
Public property Bottom (Inherited from Control.)
Public property Bounds (Inherited from Control.)
Public property CancelButton (Inherited from Form.)
Public property CanFocus (Inherited from Control.)
Public property CanSelect (Inherited from Control.)
Public property Capture (Inherited from Control.)
Public property CausesValidation (Inherited from Control.)
Public property ClientRectangle (Inherited from Control.)
Public property ClientSize (Inherited from Form.)
Public property CompanyName (Inherited from Control.)
Public property Container (Inherited from Component.)
Public property ContainsFocus (Inherited from Control.)
Public property ContextMenu (Inherited from Control.)
Public property ContextMenuStrip (Inherited from Control.)
Public property ControlBox (Inherited from Form.)
Public property Controls (Inherited from Control.)
Public property Created (Inherited from Control.)
Public property CurrentAutoScaleDimensions (Inherited from ContainerControl.)
Public property Cursor (Inherited from Control.)
Public property DataBindings (Inherited from Control.)
Public property DesktopBounds (Inherited from Form.)
Public property DesktopLocation (Inherited from Form.)
Public property DialogResult (Inherited from Form.)
Public property DisplayRectangle (Inherited from ScrollableControl.)
Public property Disposing (Inherited from Control.)
Public property Dock (Inherited from Control.)
Public property DockPadding (Inherited from ScrollableControl.)
Public property Enabled (Inherited from Control.)
Public property Focused (Inherited from Control.)
Public property Font (Inherited from Control.)
Public property ForeColor (Inherited from Control.)
Public property FormBorderStyle (Inherited from Form.)
Public property Handle (Inherited from Control.)
Public property HasChildren (Inherited from Control.)
Public property Height (Inherited from Control.)
Public property HelpButton (Inherited from Form.)
Public property HorizontalScroll (Inherited from ScrollableControl.)
Public property Icon (Inherited from Form.)
Public property ImeMode (Inherited from Control.)
Public property InvokeRequired (Inherited from Control.)
Public property IsAccessible (Inherited from Control.)
Public property IsDisposed (Inherited from Control.)
Public property IsHandleCreated (Inherited from Control.)
Public property IsMdiChild (Inherited from Form.)
Public property IsMdiContainer (Inherited from Form.)
Public property IsMirrored (Inherited from Control.)
Public property IsRegisteredServer Gets or sets a value indicating whether the server is registered.
Public property IsRestrictedWindow (Inherited from Form.)
Public property KeyPreview (Inherited from Form.)
Public property LayoutEngine (Inherited from Control.)
Public property Left (Inherited from Control.)
Public property Location (Inherited from Form.)
Public property MainMenuStrip (Inherited from Form.)
Public property Margin (Inherited from Form.)
Public property MaximizeBox (Inherited from Form.)
Public property MaximumSize (Inherited from Form.)
Public property MdiChildren (Inherited from Form.)
Public property MdiParent (Inherited from Form.)
Public property Menu (Inherited from Form.)
Public property MergedMenu (Inherited from Form.)
Public property MinimizeBox (Inherited from Form.)
Public property MinimumSize (Inherited from Form.)
Public property Modal (Inherited from Form.)
Public property Name (Inherited from Control.)
Public property Opacity (Inherited from Form.)
Public property OwnedForms (Inherited from Form.)
Public property Owner (Inherited from Form.)
Public property Padding (Inherited from Control.)
Public property Parent (Inherited from Control.)
Public property ParentForm (Inherited from ContainerControl.)
Public property PreferredSize (Inherited from Control.)
Public property ProductName (Inherited from Control.)
Public property ProductVersion (Inherited from Control.)
Public property RecreatingHandle (Inherited from Control.)
Public property Region (Inherited from Control.)
Protected property RenderRightToLeft Obsolete. (Inherited from Control.)
Public property RestoreBounds (Inherited from Form.)
Public property Right (Inherited from Control.)
Public property RightToLeft (Inherited from Control.)
Public property RightToLeftLayout (Inherited from Form.)
Public property SelectedServerInfo Gets the selected server information.
Public property SelectedServerName Gets the selected server name.
Public property ServerType Gets or sets the server type for the instance of the server.
Protected property ShowFocusCues (Inherited from Control.)
Public property ShowIcon (Inherited from Form.)
Public property ShowInTaskbar (Inherited from Form.)
Protected property ShowKeyboardCues (Inherited from Control.)
Public property Site (Inherited from Control.)
Public property Size (Inherited from Form.)
Public property SizeGripStyle (Inherited from Form.)
Public property StartPosition (Inherited from Form.)
Public property TabIndex (Inherited from Form.)
Public property TabStop (Inherited from Form.)
Public property Tag (Inherited from Control.)
Public property Text (Inherited from Form.)
Public property Top (Inherited from Control.)
Public property TopLevel (Inherited from Form.)
Public property TopLevelControl (Inherited from Control.)
Public property TopMost (Inherited from Form.)
Public property TransparencyKey (Inherited from Form.)
Public property UseWaitCursor (Inherited from Control.)
Public property VerticalScroll (Inherited from ScrollableControl.)
Public property Visible (Inherited from Control.)
Public property Width (Inherited from Control.)
Public property WindowState (Inherited from Form.)
Public property WindowTarget (Inherited from Control.)

Top

Methods

  Name Description
Protected method AccessibilityNotifyClients (Inherited from Control.)
Public method Activate (Inherited from Form.)
Public method AddOwnedForm (Inherited from Form.)
Public method AddServer Adds servers to the list of server types to be displayed.
Public method BeginInvoke(Delegate) (Inherited from Control.)
Public method BeginInvoke(Delegate, array<Object[]) (Inherited from Control.)
Public method BringToFront (Inherited from Control.)
Public method Close (Inherited from Form.)
Public method Contains (Inherited from Control.)
Public method CreateControl (Inherited from Control.)
Public method CreateGraphics (Inherited from Control.)
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Dispose (Inherited from Component.)
Public method DoDragDrop (Inherited from Control.)
Public method DrawToBitmap (Inherited from Control.)
Public method EndInvoke (Inherited from Control.)
Public method Equals (Inherited from Object.)
Public method FindForm (Inherited from Control.)
Public method Focus (Inherited from Control.)
Public method GetChildAtPoint(Point) (Inherited from Control.)
Public method GetChildAtPoint(Point, GetChildAtPointSkip) (Inherited from Control.)
Public method GetContainerControl (Inherited from Control.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method GetNextControl (Inherited from Control.)
Public method GetPreferredSize (Inherited from Control.)
Public method GetType (Inherited from Object.)
Public method Hide (Inherited from Control.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method Invalidate() (Inherited from Control.)
Public method Invalidate(Region) (Inherited from Control.)
Public method Invalidate(Boolean) (Inherited from Control.)
Public method Invalidate(Rectangle) (Inherited from Control.)
Public method Invalidate(Region, Boolean) (Inherited from Control.)
Public method Invalidate(Rectangle, Boolean) (Inherited from Control.)
Public method Invoke(Delegate) (Inherited from Control.)
Public method Invoke(Delegate, array<Object[]) (Inherited from Control.)
Public method LayoutMdi (Inherited from Form.)
Public method PerformAutoScale (Inherited from ContainerControl.)
Public method PerformLayout() (Inherited from Control.)
Public method PerformLayout(Control, String) (Inherited from Control.)
Public method PointToClient (Inherited from Control.)
Public method PointToScreen (Inherited from Control.)
Public method PreProcessControlMessage (Inherited from Control.)
Public method PreProcessMessage (Inherited from Control.)
Protected method ProcessKeyMessage (Inherited from Control.)
Protected method ProcessMnemonic (Inherited from Form.)
Public method RectangleToClient (Inherited from Control.)
Public method RectangleToScreen (Inherited from Control.)
Public method Refresh (Inherited from Control.)
Public method RemoveOwnedForm (Inherited from Form.)
Public method ResetBackColor (Inherited from Control.)
Public method ResetBindings (Inherited from Control.)
Public method ResetCursor (Inherited from Control.)
Public method ResetFont (Inherited from Control.)
Public method ResetForeColor (Inherited from Control.)
Public method ResetImeMode (Inherited from Control.)
Public method ResetRightToLeft (Inherited from Control.)
Public method ResetText (Inherited from Control.)
Public method ResumeLayout() (Inherited from Control.)
Public method ResumeLayout(Boolean) (Inherited from Control.)
Protected method RtlTranslateContent (Inherited from Control.)
Public method Scale(Single) Obsolete. (Inherited from Control.)
Public method Scale(SizeF) (Inherited from Control.)
Public method Scale(Single, Single) Obsolete. (Inherited from Control.)
Public method ScrollControlIntoView (Inherited from ScrollableControl.)
Public method Select (Inherited from Control.)
Public method SelectNextControl (Inherited from Control.)
Public method SendToBack (Inherited from Control.)
Public method SetAutoScrollMargin (Inherited from ScrollableControl.)
Public method SetBounds(Int32, Int32, Int32, Int32) (Inherited from Control.)
Public method SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) (Inherited from Control.)
Public method SetDesktopBounds (Inherited from Form.)
Public method SetDesktopLocation (Inherited from Form.)
Public method Show() (Inherited from Control.)
Public method Show(IWin32Window) (Inherited from Form.)
Public method ShowDialog() (Inherited from Form.)
Public method ShowDialog(IWin32Window) (Inherited from Form.)
Public method SuspendLayout (Inherited from Control.)
Public method ToString (Inherited from Form.)
Public method Update (Inherited from Control.)
Protected method UpdateBounds (Inherited from Control.)
Public method Validate() (Inherited from ContainerControl.)
Public method Validate(Boolean) (Inherited from ContainerControl.)
Public method ValidateChildren() (Inherited from Form.)
Public method ValidateChildren(ValidationConstraints) (Inherited from Form.)

Top

Events

  Name Description
Public event Activated (Inherited from Form.)
Public event AutoSizeChanged (Inherited from Form.)
Public event AutoValidateChanged (Inherited from Form.)
Public event BackColorChanged (Inherited from Control.)
Public event BackgroundImageChanged (Inherited from Control.)
Public event BackgroundImageLayoutChanged (Inherited from Control.)
Public event BindingContextChanged (Inherited from Control.)
Public event CausesValidationChanged (Inherited from Control.)
Public event ChangeUICues (Inherited from Control.)
Public event Click (Inherited from Control.)
Public event ClientSizeChanged (Inherited from Control.)
Public event Closed (Inherited from Form.)
Public event Closing (Inherited from Form.)
Public event ContextMenuChanged (Inherited from Control.)
Public event ContextMenuStripChanged (Inherited from Control.)
Public event ControlAdded (Inherited from Control.)
Public event ControlRemoved (Inherited from Control.)
Public event CursorChanged (Inherited from Control.)
Public event Deactivate (Inherited from Form.)
Public event Disposed (Inherited from Component.)
Public event DockChanged (Inherited from Control.)
Public event DoubleClick (Inherited from Control.)
Public event DragDrop (Inherited from Control.)
Public event DragEnter (Inherited from Control.)
Public event DragLeave (Inherited from Control.)
Public event DragOver (Inherited from Control.)
Public event EnabledChanged (Inherited from Control.)
Public event Enter (Inherited from Control.)
Public event FontChanged (Inherited from Control.)
Public event ForeColorChanged (Inherited from Control.)
Public event FormClosed (Inherited from Form.)
Public event FormClosing (Inherited from Form.)
Public event GiveFeedback (Inherited from Control.)
Public event GotFocus (Inherited from Control.)
Public event HandleCreated (Inherited from Control.)
Public event HandleDestroyed (Inherited from Control.)
Public event HelpButtonClicked (Inherited from Form.)
Public event HelpRequested (Inherited from Control.)
Public event ImeModeChanged (Inherited from Control.)
Public event InputLanguageChanged (Inherited from Form.)
Public event InputLanguageChanging (Inherited from Form.)
Public event Invalidated (Inherited from Control.)
Public event KeyDown (Inherited from Control.)
Public event KeyPress (Inherited from Control.)
Public event KeyUp (Inherited from Control.)
Public event Layout (Inherited from Control.)
Public event Leave (Inherited from Control.)
Public event Load (Inherited from Form.)
Public event LocationChanged (Inherited from Control.)
Public event LostFocus (Inherited from Control.)
Public event MarginChanged (Inherited from Form.)
Public event MaximizedBoundsChanged (Inherited from Form.)
Public event MaximumSizeChanged (Inherited from Form.)
Public event MdiChildActivate (Inherited from Form.)
Public event MenuComplete (Inherited from Form.)
Public event MenuStart (Inherited from Form.)
Public event MinimumSizeChanged (Inherited from Form.)
Public event MouseCaptureChanged (Inherited from Control.)
Public event MouseClick (Inherited from Control.)
Public event MouseDoubleClick (Inherited from Control.)
Public event MouseDown (Inherited from Control.)
Public event MouseEnter (Inherited from Control.)
Public event MouseHover (Inherited from Control.)
Public event MouseLeave (Inherited from Control.)
Public event MouseMove (Inherited from Control.)
Public event MouseUp (Inherited from Control.)
Public event MouseWheel (Inherited from Control.)
Public event Move (Inherited from Control.)
Public event PaddingChanged (Inherited from Control.)
Public event Paint (Inherited from Control.)
Public event ParentChanged (Inherited from Control.)
Public event PreviewKeyDown (Inherited from Control.)
Public event QueryAccessibilityHelp (Inherited from Control.)
Public event QueryContinueDrag (Inherited from Control.)
Public event RegionChanged (Inherited from Control.)
Public event Resize (Inherited from Control.)
Public event ResizeBegin (Inherited from Form.)
Public event ResizeEnd (Inherited from Form.)
Public event RightToLeftChanged (Inherited from Control.)
Public event RightToLeftLayoutChanged (Inherited from Form.)
Public event Scroll (Inherited from ScrollableControl.)
Public event Shown (Inherited from Form.)
Public event SizeChanged (Inherited from Control.)
Public event StyleChanged (Inherited from Control.)
Public event SystemColorsChanged (Inherited from Control.)
Public event TabIndexChanged (Inherited from Form.)
Public event TabStopChanged (Inherited from Form.)
Public event TextChanged (Inherited from Control.)
Public event Validated (Inherited from Control.)
Public event Validating (Inherited from Control.)
Public event VisibleChanged (Inherited from Control.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IContainerControl.ActivateControl (Inherited from ContainerControl.)
Explicit interface implemetationPrivate method IDropTarget.OnDragDrop (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget.OnDragEnter (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget.OnDragLeave (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget.OnDragOver (Inherited from Control.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace