ToolStripTreeViewDropDown Class

Provides data for ToolStripTreeViewDropDown class. Inherits from ToolStripControlHost class.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.ToolStripItem
        System.Windows.Forms.ToolStripControlHost
          Microsoft.SqlServer.Management.Controls.ToolStripTreeViewDropDown

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class ToolStripTreeViewDropDown _
    Inherits ToolStripControlHost
'Usage
Dim instance As ToolStripTreeViewDropDown
public class ToolStripTreeViewDropDown : ToolStripControlHost
public ref class ToolStripTreeViewDropDown : public ToolStripControlHost
type ToolStripTreeViewDropDown =  
    class
        inherit ToolStripControlHost
    end
public class ToolStripTreeViewDropDown extends ToolStripControlHost

The ToolStripTreeViewDropDown type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AccessibilityObject (Inherited from ToolStripItem.)
Public property AccessibleDefaultActionDescription (Inherited from ToolStripItem.)
Public property AccessibleDescription (Inherited from ToolStripItem.)
Public property AccessibleName (Inherited from ToolStripItem.)
Public property AccessibleRole (Inherited from ToolStripItem.)
Public property Alignment (Inherited from ToolStripItem.)
Public property AllowDrop (Inherited from ToolStripItem.)
Public property Anchor (Inherited from ToolStripItem.)
Public property AutoSize (Inherited from ToolStripItem.)
Public property AutoToolTip (Inherited from ToolStripItem.)
Public property Available (Inherited from ToolStripItem.)
Public property BackColor (Inherited from ToolStripControlHost.)
Public property BackgroundImage (Inherited from ToolStripControlHost.)
Public property BackgroundImageLayout (Inherited from ToolStripControlHost.)
Public property Bounds (Inherited from ToolStripItem.)
Protected property CanRaiseEvents (Inherited from Component.)
Public property CanSelect (Inherited from ToolStripControlHost.)
Public property CausesValidation (Inherited from ToolStripControlHost.)
Public property ClosingStyle Gets or sets a closing style for the control.
Public property Container (Inherited from Component.)
Public property ContentRectangle (Inherited from ToolStripItem.)
Public property Control (Inherited from ToolStripControlHost.)
Public property ControlAlign (Inherited from ToolStripControlHost.)
Protected property DefaultAutoToolTip (Inherited from ToolStripItem.)
Protected property DefaultDisplayStyle (Inherited from ToolStripItem.)
Protected property DefaultMargin (Inherited from ToolStripItem.)
Protected property DefaultPadding (Inherited from ToolStripItem.)
Protected property DefaultSize (Inherited from ToolStripControlHost.)
Protected property DesignMode (Inherited from Component.)
Protected property DismissWhenClicked (Inherited from ToolStripItem.)
Public property DisplayStyle (Inherited from ToolStripControlHost.)
Public property Dock (Inherited from ToolStripItem.)
Public property DoubleClickEnabled (Inherited from ToolStripControlHost.)
Public property Enabled (Inherited from ToolStripControlHost.)
Protected property Events (Inherited from Component.)
Public property Focused (Inherited from ToolStripControlHost.)
Public property Font (Inherited from ToolStripControlHost.)
Public property ForeColor (Inherited from ToolStripControlHost.)
Public property Height (Inherited from ToolStripItem.)
Public property Image (Inherited from ToolStripControlHost.)
Public property ImageAlign (Inherited from ToolStripControlHost.)
Public property ImageIndex (Inherited from ToolStripItem.)
Public property ImageKey (Inherited from ToolStripItem.)
Public property ImageScaling (Inherited from ToolStripControlHost.)
Public property ImageTransparentColor (Inherited from ToolStripControlHost.)
Public property IsDisposed (Inherited from ToolStripItem.)
Public property IsOnDropDown (Inherited from ToolStripItem.)
Public property IsOnOverflow (Inherited from ToolStripItem.)
Public property Margin (Inherited from ToolStripItem.)
Public property MergeAction (Inherited from ToolStripItem.)
Public property MergeIndex (Inherited from ToolStripItem.)
Public property Name (Inherited from ToolStripItem.)
Public property Overflow (Inherited from ToolStripItem.)
Public property Owner (Inherited from ToolStripItem.)
Public property OwnerItem (Inherited from ToolStripItem.)
Public property Padding (Inherited from ToolStripItem.)
Protected property Parent (Inherited from ToolStripItem.)
Public property Placement (Inherited from ToolStripItem.)
Public property Pressed (Inherited from ToolStripItem.)
Public property RightToLeft (Inherited from ToolStripControlHost.)
Public property RightToLeftAutoMirrorImage (Inherited from ToolStripControlHost.)
Public property Selected (Inherited from ToolStripControlHost.)
Public property SelectedNode Gets or sets the tree node that is currently selected in the tree view control.
Protected property ShowKeyboardCues (Inherited from ToolStripItem.)
Public property Site (Inherited from ToolStripControlHost.)
Public property Size (Inherited from ToolStripControlHost.)
Public property Tag (Inherited from ToolStripItem.)
Public property Text (Inherited from ToolStripControlHost.)
Public property TextAlign (Inherited from ToolStripControlHost.)
Public property TextDirection (Inherited from ToolStripControlHost.)
Public property TextImageRelation (Inherited from ToolStripControlHost.)
Public property ToolTipText (Inherited from ToolStripItem.)
Public property TreeView Gets the hierarchical view of data in a tree structure.
Public property Visible (Inherited from ToolStripItem.)
Public property Width (Inherited from ToolStripItem.)

Top

Methods

  Name Description
Protected method CreateAccessibilityInstance (Inherited from ToolStripControlHost.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from ToolStripControlHost.)
Public method DoDragDrop (Inherited from ToolStripItem.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method Focus (Inherited from ToolStripControlHost.)
Public method GetCurrentParent (Inherited from ToolStripItem.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetPreferredSize Retrieves the size of a rectangular area into which a control can fit. (Overrides ToolStripControlHost.GetPreferredSize(Size).)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method Invalidate() (Inherited from ToolStripItem.)
Public method Invalidate(Rectangle) (Inherited from ToolStripItem.)
Protected method IsInputChar (Inherited from ToolStripItem.)
Protected method IsInputKey (Inherited from ToolStripItem.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnAvailableChanged (Inherited from ToolStripItem.)
Protected method OnBackColorChanged (Inherited from ToolStripItem.)
Protected method OnBoundsChanged (Inherited from ToolStripControlHost.)
Protected method OnClick (Inherited from ToolStripItem.)
Protected method OnClosingStyleChanged Raises the ClosingStyleChanged event.
Protected method OnDisplayStyleChanged (Inherited from ToolStripItem.)
Protected method OnDoubleClick (Inherited from ToolStripItem.)
Protected method OnDragDrop (Inherited from ToolStripItem.)
Protected method OnDragEnter (Inherited from ToolStripItem.)
Protected method OnDragLeave (Inherited from ToolStripItem.)
Protected method OnDragOver (Inherited from ToolStripItem.)
Protected method OnEnabledChanged (Inherited from ToolStripItem.)
Protected method OnEnter (Inherited from ToolStripControlHost.)
Protected method OnFontChanged (Inherited from ToolStripItem.)
Protected method OnForeColorChanged (Inherited from ToolStripItem.)
Protected method OnGiveFeedback (Inherited from ToolStripItem.)
Protected method OnGotFocus (Inherited from ToolStripControlHost.)
Protected method OnHostedControlResize (Inherited from ToolStripControlHost.)
Protected method OnKeyDown (Inherited from ToolStripControlHost.)
Protected method OnKeyPress (Inherited from ToolStripControlHost.)
Protected method OnKeyUp (Inherited from ToolStripControlHost.)
Protected method OnLayout (Inherited from ToolStripControlHost.)
Protected method OnLeave (Inherited from ToolStripControlHost.)
Protected method OnLocationChanged (Inherited from ToolStripItem.)
Protected method OnLostFocus (Inherited from ToolStripControlHost.)
Protected method OnMouseDown (Inherited from ToolStripItem.)
Protected method OnMouseEnter (Inherited from ToolStripItem.)
Protected method OnMouseHover (Inherited from ToolStripItem.)
Protected method OnMouseLeave (Inherited from ToolStripItem.)
Protected method OnMouseMove (Inherited from ToolStripItem.)
Protected method OnMouseUp (Inherited from ToolStripItem.)
Protected method OnNodeSelected Raises the NodeSelected event.
Protected method OnNodeSelecting Raises the NodeSelecting event.
Protected method OnOwnerChanged (Inherited from ToolStripItem.)
Protected method OnOwnerFontChanged (Inherited from ToolStripItem.)
Protected method OnPaint (Inherited from ToolStripControlHost.)
Protected method OnParentBackColorChanged (Inherited from ToolStripItem.)
Protected method OnParentChanged (Inherited from ToolStripControlHost.)
Protected method OnParentEnabledChanged (Inherited from ToolStripItem.)
Protected method OnParentForeColorChanged (Inherited from ToolStripItem.)
Protected method OnParentRightToLeftChanged (Inherited from ToolStripItem.)
Protected method OnQueryContinueDrag (Inherited from ToolStripItem.)
Protected method OnRightToLeftChanged (Inherited from ToolStripItem.)
Protected method OnSubscribeControlEvents (Inherited from ToolStripControlHost.)
Protected method OnTextChanged (Inherited from ToolStripItem.)
Protected method OnUnsubscribeControlEvents (Inherited from ToolStripControlHost.)
Protected method OnValidated (Inherited from ToolStripControlHost.)
Protected method OnValidating (Inherited from ToolStripControlHost.)
Protected method OnVisibleChanged (Inherited from ToolStripItem.)
Public method PerformClick (Inherited from ToolStripItem.)
Protected method ProcessCmdKey (Inherited from ToolStripControlHost.)
Protected method ProcessDialogKey (Inherited from ToolStripControlHost.)
Protected method ProcessMnemonic (Inherited from ToolStripItem.)
Public method ResetBackColor (Inherited from ToolStripControlHost.)
Public method ResetDisplayStyle (Inherited from ToolStripItem.)
Public method ResetFont (Inherited from ToolStripItem.)
Public method ResetForeColor (Inherited from ToolStripControlHost.)
Public method ResetImage (Inherited from ToolStripItem.)
Public method ResetMargin (Inherited from ToolStripItem.)
Public method ResetPadding (Inherited from ToolStripItem.)
Public method ResetRightToLeft (Inherited from ToolStripItem.)
Public method ResetTextDirection (Inherited from ToolStripItem.)
Public method Select (Inherited from ToolStripItem.)
Protected method SetBounds (Inherited from ToolStripItem.)
Protected method SetVisibleCore (Inherited from ToolStripControlHost.)
Public method ToString (Inherited from ToolStripItem.)

Top

Events

  Name Description
Public event AvailableChanged (Inherited from ToolStripItem.)
Public event BackColorChanged (Inherited from ToolStripItem.)
Public event Click (Inherited from ToolStripItem.)
Public event ClosingStyleChanged Occurs when the control's closing style changes.
Public event DisplayStyleChanged (Inherited from ToolStripControlHost.)
Public event Disposed (Inherited from Component.)
Public event DoubleClick (Inherited from ToolStripItem.)
Public event DragDrop (Inherited from ToolStripItem.)
Public event DragEnter (Inherited from ToolStripItem.)
Public event DragLeave (Inherited from ToolStripItem.)
Public event DragOver (Inherited from ToolStripItem.)
Public event EnabledChanged (Inherited from ToolStripItem.)
Public event Enter (Inherited from ToolStripControlHost.)
Public event ForeColorChanged (Inherited from ToolStripItem.)
Public event GiveFeedback (Inherited from ToolStripItem.)
Public event GotFocus (Inherited from ToolStripControlHost.)
Public event KeyDown (Inherited from ToolStripControlHost.)
Public event KeyPress (Inherited from ToolStripControlHost.)
Public event KeyUp (Inherited from ToolStripControlHost.)
Public event Leave (Inherited from ToolStripControlHost.)
Public event LocationChanged (Inherited from ToolStripItem.)
Public event LostFocus (Inherited from ToolStripControlHost.)
Public event MouseDown (Inherited from ToolStripItem.)
Public event MouseEnter (Inherited from ToolStripItem.)
Public event MouseHover (Inherited from ToolStripItem.)
Public event MouseLeave (Inherited from ToolStripItem.)
Public event MouseMove (Inherited from ToolStripItem.)
Public event MouseUp (Inherited from ToolStripItem.)
Public event NodeSelected Occurs when a selected node changes.
Public event NodeSelecting Occurs when a selecting node changes.
Public event OwnerChanged (Inherited from ToolStripItem.)
Public event Paint (Inherited from ToolStripItem.)
Public event QueryAccessibilityHelp (Inherited from ToolStripItem.)
Public event QueryContinueDrag (Inherited from ToolStripItem.)
Public event RightToLeftChanged (Inherited from ToolStripItem.)
Public event TextChanged (Inherited from ToolStripItem.)
Public event Validated (Inherited from ToolStripControlHost.)
Public event Validating (Inherited from ToolStripControlHost.)
Public event VisibleChanged (Inherited from ToolStripItem.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDropTarget.OnDragDrop (Inherited from ToolStripItem.)
Explicit interface implemetationPrivate method IDropTarget.OnDragEnter (Inherited from ToolStripItem.)
Explicit interface implemetationPrivate method IDropTarget.OnDragLeave (Inherited from ToolStripItem.)
Explicit interface implemetationPrivate method IDropTarget.OnDragOver (Inherited from ToolStripItem.)

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.