TriStateTreeView Class
Displays hierarchical data, such as a table of contents, in a tree structure.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.TreeView
Microsoft.SqlServer.Management.Controls.TriStateTreeView
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class TriStateTreeView _
Inherits TreeView
'Usage
Dim instance As TriStateTreeView
public class TriStateTreeView : TreeView
public ref class TriStateTreeView : public TreeView
type TriStateTreeView =
class
inherit TreeView
end
public class TriStateTreeView extends TreeView
The TriStateTreeView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TriStateTreeView() | Initializes a new instance of the TriStateTreeView class with the default property values. | |
TriStateTreeView(IContainer) | Initializes a new instance of the TriStateTreeView class with the specified container. |
Top
Properties
Name | Description | |
---|---|---|
AccessibilityObject | (Inherited from Control.) | |
AccessibleDefaultActionDescription | (Inherited from Control.) | |
AccessibleDescription | (Inherited from Control.) | |
AccessibleName | (Inherited from Control.) | |
AccessibleRole | (Inherited from Control.) | |
AllowDrop | (Inherited from Control.) | |
Anchor | (Inherited from Control.) | |
AutoScrollOffset | (Inherited from Control.) | |
AutoSize | (Inherited from Control.) | |
BackColor | (Inherited from TreeView.) | |
BackgroundImage | (Inherited from TreeView.) | |
BackgroundImageLayout | (Inherited from TreeView.) | |
BindingContext | (Inherited from Control.) | |
BorderStyle | (Inherited from TreeView.) | |
Bottom | (Inherited from Control.) | |
Bounds | (Inherited from Control.) | |
CanEnableIme | (Inherited from Control.) | |
CanFocus | (Inherited from Control.) | |
CanRaiseEvents | (Inherited from Control.) | |
CanSelect | (Inherited from Control.) | |
Capture | (Inherited from Control.) | |
CausesValidation | (Inherited from Control.) | |
CheckBoxes | Gets or sets a value indicating whether a check box appears next to each item in the control. | |
ClientRectangle | (Inherited from Control.) | |
ClientSize | (Inherited from Control.) | |
CompanyName | (Inherited from Control.) | |
Container | (Inherited from Component.) | |
ContainsFocus | (Inherited from Control.) | |
ContextMenu | (Inherited from Control.) | |
ContextMenuStrip | (Inherited from Control.) | |
Controls | (Inherited from Control.) | |
Created | (Inherited from Control.) | |
CreateParams | (Inherited from TreeView.) | |
Cursor | (Inherited from Control.) | |
DataBindings | (Inherited from Control.) | |
DefaultCursor | (Inherited from Control.) | |
DefaultImeMode | (Inherited from Control.) | |
DefaultMargin | (Inherited from Control.) | |
DefaultMaximumSize | (Inherited from Control.) | |
DefaultMinimumSize | (Inherited from Control.) | |
DefaultPadding | (Inherited from Control.) | |
DefaultSize | (Inherited from TreeView.) | |
DesignMode | (Inherited from Component.) | |
DisplayRectangle | (Inherited from Control.) | |
Disposing | (Inherited from Control.) | |
Dock | (Inherited from Control.) | |
DoubleBuffered | (Inherited from TreeView.) | |
DrawMode | (Inherited from TreeView.) | |
Enabled | (Inherited from Control.) | |
Events | (Inherited from Component.) | |
Focused | (Inherited from Control.) | |
Font | (Inherited from Control.) | |
FontHeight | (Inherited from Control.) | |
ForeColor | (Inherited from TreeView.) | |
FullRowSelect | (Inherited from TreeView.) | |
Handle | (Inherited from Control.) | |
HasChildren | (Inherited from Control.) | |
Height | (Inherited from Control.) | |
HideSelection | (Inherited from TreeView.) | |
HotTracking | (Inherited from TreeView.) | |
ImageIndex | (Inherited from TreeView.) | |
ImageKey | (Inherited from TreeView.) | |
ImageList | (Inherited from TreeView.) | |
ImeMode | (Inherited from Control.) | |
ImeModeBase | (Inherited from Control.) | |
Indent | (Inherited from TreeView.) | |
InvokeRequired | (Inherited from Control.) | |
IsAccessible | (Inherited from Control.) | |
IsDisposed | (Inherited from Control.) | |
IsHandleCreated | (Inherited from Control.) | |
IsMirrored | (Inherited from Control.) | |
ItemHeight | (Inherited from TreeView.) | |
LabelEdit | (Inherited from TreeView.) | |
LayoutEngine | (Inherited from Control.) | |
Left | (Inherited from Control.) | |
LineColor | (Inherited from TreeView.) | |
Location | (Inherited from Control.) | |
Margin | (Inherited from Control.) | |
MaximumSize | (Inherited from Control.) | |
MinimumSize | (Inherited from Control.) | |
Name | (Inherited from Control.) | |
Nodes | (Inherited from TreeView.) | |
Padding | (Inherited from TreeView.) | |
Parent | (Inherited from Control.) | |
PathSeparator | (Inherited from TreeView.) | |
PreferredSize | (Inherited from Control.) | |
ProductName | (Inherited from Control.) | |
ProductVersion | (Inherited from Control.) | |
RecreatingHandle | (Inherited from Control.) | |
Region | (Inherited from Control.) | |
RenderRightToLeft | Obsolete. (Inherited from Control.) | |
ResizeRedraw | (Inherited from Control.) | |
Right | (Inherited from Control.) | |
RightToLeft | (Inherited from Control.) | |
RightToLeftLayout | (Inherited from TreeView.) | |
ScaleChildren | (Inherited from Control.) | |
Scrollable | (Inherited from TreeView.) | |
SelectedImageIndex | (Inherited from TreeView.) | |
SelectedImageKey | (Inherited from TreeView.) | |
SelectedNode | (Inherited from TreeView.) | |
ShowFocusCues | (Inherited from Control.) | |
ShowKeyboardCues | (Inherited from Control.) | |
ShowLines | (Inherited from TreeView.) | |
ShowNodeToolTips | (Inherited from TreeView.) | |
ShowPlusMinus | (Inherited from TreeView.) | |
ShowRootLines | (Inherited from TreeView.) | |
Site | (Inherited from Control.) | |
Size | (Inherited from Control.) | |
Sorted | (Inherited from TreeView.) | |
StateImageList | (Inherited from TreeView.) | |
TabIndex | (Inherited from Control.) | |
TabStop | (Inherited from Control.) | |
Tag | (Inherited from Control.) | |
Text | (Inherited from TreeView.) | |
Top | (Inherited from Control.) | |
TopLevelControl | (Inherited from Control.) | |
TopNode | (Inherited from TreeView.) | |
TreeViewNodeSorter | (Inherited from TreeView.) | |
UseWaitCursor | (Inherited from Control.) | |
Visible | (Inherited from Control.) | |
VisibleCount | (Inherited from TreeView.) | |
Width | (Inherited from Control.) | |
WindowTarget | (Inherited from Control.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
AfterCheck | (Inherited from TreeView.) | |
AfterCollapse | (Inherited from TreeView.) | |
AfterExpand | (Inherited from TreeView.) | |
AfterLabelEdit | (Inherited from TreeView.) | |
AfterSelect | (Inherited from TreeView.) | |
AutoSizeChanged | (Inherited from Control.) | |
BackColorChanged | (Inherited from Control.) | |
BackgroundImageChanged | (Inherited from TreeView.) | |
BackgroundImageLayoutChanged | (Inherited from TreeView.) | |
BeforeCheck | (Inherited from TreeView.) | |
BeforeCollapse | (Inherited from TreeView.) | |
BeforeExpand | (Inherited from TreeView.) | |
BeforeLabelEdit | (Inherited from TreeView.) | |
BeforeSelect | (Inherited from TreeView.) | |
BindingContextChanged | (Inherited from Control.) | |
CausesValidationChanged | (Inherited from Control.) | |
ChangeUICues | (Inherited from Control.) | |
Click | (Inherited from Control.) | |
ClientSizeChanged | (Inherited from Control.) | |
ContextMenuChanged | (Inherited from Control.) | |
ContextMenuStripChanged | (Inherited from Control.) | |
ControlAdded | (Inherited from Control.) | |
ControlRemoved | (Inherited from Control.) | |
CursorChanged | (Inherited from Control.) | |
Disposed | (Inherited from Component.) | |
DockChanged | (Inherited from Control.) | |
DoubleClick | (Inherited from Control.) | |
DragDrop | (Inherited from Control.) | |
DragEnter | (Inherited from Control.) | |
DragLeave | (Inherited from Control.) | |
DragOver | (Inherited from Control.) | |
DrawNode | (Inherited from TreeView.) | |
EnabledChanged | (Inherited from Control.) | |
Enter | (Inherited from Control.) | |
FontChanged | (Inherited from Control.) | |
ForeColorChanged | (Inherited from Control.) | |
GiveFeedback | (Inherited from Control.) | |
GotFocus | (Inherited from Control.) | |
HandleCreated | (Inherited from Control.) | |
HandleDestroyed | (Inherited from Control.) | |
HelpRequested | (Inherited from Control.) | |
ImeModeChanged | (Inherited from Control.) | |
Invalidated | (Inherited from Control.) | |
ItemDrag | (Inherited from TreeView.) | |
KeyDown | (Inherited from Control.) | |
KeyPress | (Inherited from Control.) | |
KeyUp | (Inherited from Control.) | |
Layout | (Inherited from Control.) | |
Leave | (Inherited from Control.) | |
LocationChanged | (Inherited from Control.) | |
LostFocus | (Inherited from Control.) | |
MarginChanged | (Inherited from Control.) | |
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.) | |
NodeMouseClick | (Inherited from TreeView.) | |
NodeMouseDoubleClick | (Inherited from TreeView.) | |
NodeMouseHover | (Inherited from TreeView.) | |
PaddingChanged | (Inherited from TreeView.) | |
Paint | (Inherited from TreeView.) | |
ParentChanged | (Inherited from Control.) | |
PreviewKeyDown | (Inherited from Control.) | |
QueryAccessibilityHelp | (Inherited from Control.) | |
QueryContinueDrag | (Inherited from Control.) | |
RegionChanged | (Inherited from Control.) | |
Resize | (Inherited from Control.) | |
RightToLeftChanged | (Inherited from Control.) | |
RightToLeftLayoutChanged | (Inherited from TreeView.) | |
SizeChanged | (Inherited from Control.) | |
StyleChanged | (Inherited from Control.) | |
SystemColorsChanged | (Inherited from Control.) | |
TabIndexChanged | (Inherited from Control.) | |
TabStopChanged | (Inherited from Control.) | |
TextChanged | (Inherited from TreeView.) | |
Validated | (Inherited from Control.) | |
Validating | (Inherited from Control.) | |
VisibleChanged | (Inherited from Control.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDropTarget.OnDragDrop | (Inherited from Control.) | |
IDropTarget.OnDragEnter | (Inherited from Control.) | |
IDropTarget.OnDragLeave | (Inherited from Control.) | |
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.