Launch the Spy. Enter tracking mode and capture the control you need.
Right click the node in Spy to Save Type information or Save to File.
Here is the saved type information.
System.Windows.Forms.TreeView
Indexer get_ImageIndexer()
Indexer get_SelectedImageIndexer()
System.Drawing.Color get_BackColor()
Void set_BackColor(System.Drawing.Color)
System.Drawing.Image get_BackgroundImage()
Void set_BackgroundImage(System.Drawing.Image)
System.Windows.Forms.ImageLayout get_BackgroundImageLayout()
Void set_BackgroundImageLayout(System.Windows.Forms.ImageLayout)
System.Windows.Forms.BorderStyle get_BorderStyle()
Void set_BorderStyle(System.Windows.Forms.BorderStyle)
Boolean get_CheckBoxes()
Void set_CheckBoxes(Boolean)
System.Windows.Forms.CreateParams get_CreateParams()
System.Drawing.Size get_DefaultSize()
Boolean get_DoubleBuffered()
Void set_DoubleBuffered(Boolean)
System.Drawing.Color get_ForeColor()
Void set_ForeColor(System.Drawing.Color)
Boolean get_FullRowSelect()
Void set_FullRowSelect(Boolean)
Boolean get_HideSelection()
Void set_HideSelection(Boolean)
Boolean get_HotTracking()
Void set_HotTracking(Boolean)
Int32 get_ImageIndex()
Void set_ImageIndex(Int32)
System.String get_ImageKey()
Void set_ImageKey(System.String)
System.Windows.Forms.ImageList get_ImageList()
Void set_ImageList(System.Windows.Forms.ImageList)
Void AttachImageListHandlers()
Void DetachImageListHandlers()
Void AttachStateImageListHandlers()
Void DetachStateImageListHandlers()
System.Windows.Forms.ImageList get_StateImageList()
Void set_StateImageList(System.Windows.Forms.ImageList)
Int32 get_Indent()
Void set_Indent(Int32)
Int32 get_ItemHeight()
Void set_ItemHeight(Int32)
Boolean get_LabelEdit()
Void set_LabelEdit(Boolean)
System.Drawing.Color get_LineColor()
Void set_LineColor(System.Drawing.Color)
System.Windows.Forms.TreeNodeCollection get_Nodes()
System.Windows.Forms.TreeViewDrawMode get_DrawMode()
Void set_DrawMode(System.Windows.Forms.TreeViewDrawMode)
System.String get_PathSeparator()
Void set_PathSeparator(System.String)
System.Windows.Forms.Padding get_Padding()
Void set_Padding(System.Windows.Forms.Padding)
Boolean get_RightToLeftLayout()
Void set_RightToLeftLayout(Boolean)
Boolean get_Scrollable()
Void set_Scrollable(Boolean)
Int32 get_SelectedImageIndex()
Void set_SelectedImageIndex(Int32)
System.String get_SelectedImageKey()
Void set_SelectedImageKey(System.String)
System.Windows.Forms.TreeNode get_SelectedNode()
Void set_SelectedNode(System.Windows.Forms.TreeNode)
Boolean get_ShowLines()
Void set_ShowLines(Boolean)
Boolean get_ShowNodeToolTips()
Void set_ShowNodeToolTips(Boolean)
Boolean get_ShowPlusMinus()
Void set_ShowPlusMinus(Boolean)
Boolean get_ShowRootLines()
Void set_ShowRootLines(Boolean)
Boolean get_Sorted()
Void set_Sorted(Boolean)
System.Collections.IComparer get_TreeViewNodeSorter()
Void set_TreeViewNodeSorter(System.Collections.IComparer)
System.String get_Text()
Void set_Text(System.String)
System.Windows.Forms.TreeNode get_TopNode()
Void set_TopNode(System.Windows.Forms.TreeNode)
Int32 get_VisibleCount()
Void BeginUpdate()
Void CollapseAll()
Void CreateHandle()
Void DetachImageList(System.Object, System.EventArgs)
Void DetachStateImageList(System.Object, System.EventArgs)
Void Dispose(Boolean)
Void EndUpdate()
Void ExpandAll()
Void ForceScrollbarUpdate(Boolean)
Void SetToolTip(System.Windows.Forms.ToolTip, System.String)
System.Windows.Forms.TreeViewHitTestInfo HitTest(System.Drawing.Point)
System.Windows.Forms.TreeViewHitTestInfo HitTest(Int32, Int32)
Boolean TreeViewBeforeCheck(System.Windows.Forms.TreeNode, System.Windows.Forms.TreeViewAction)
Void TreeViewAfterCheck(System.Windows.Forms.TreeNode, System.Windows.Forms.TreeViewAction)
Int32 GetNodeCount(Boolean)
System.Windows.Forms.TreeNode GetNodeAt(System.Drawing.Point)
System.Windows.Forms.TreeNode GetNodeAt(Int32, Int32)
Void ImageListRecreateHandle(System.Object, System.EventArgs)
Void UpdateImagesRecursive(System.Windows.Forms.TreeNode)
Void ImageListChangedHandle(System.Object, System.EventArgs)
Void StateImageListRecreateHandle(System.Object, System.EventArgs)
Void StateImageListChangedHandle(System.Object, System.EventArgs)
Boolean IsInputKey(System.Windows.Forms.Keys)
System.Windows.Forms.TreeNode NodeFromHandle(IntPtr)
Void OnDrawNode(System.Windows.Forms.DrawTreeNodeEventArgs)
Void OnHandleCreated(System.EventArgs)
Void UpdateNativeStateImageList()
Void SetStateImageList(IntPtr)
Void DestroyNativeStateImageList(Boolean)
Void OnHandleDestroyed(System.EventArgs)
Void OnMouseLeave(System.EventArgs)
Void OnMouseHover(System.EventArgs)
Void OnBeforeLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs)
Void OnAfterLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs)
Void OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs)
Void OnAfterCheck(System.Windows.Forms.TreeViewEventArgs)
Void OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs)
Void OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs)
Void OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs)
Void OnAfterExpand(System.Windows.Forms.TreeViewEventArgs)
Void OnItemDrag(System.Windows.Forms.ItemDragEventArgs)
Void OnNodeMouseHover(System.Windows.Forms.TreeNodeMouseHoverEventArgs)
Void OnBeforeSelect(System.Windows.Forms.TreeViewCancelEventArgs)
Void OnAfterSelect(System.Windows.Forms.TreeViewEventArgs)
Void OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs)
Void OnNodeMouseDoubleClick(System.Windows.Forms.TreeNodeMouseClickEventArgs)
Void OnKeyDown(System.Windows.Forms.KeyEventArgs)
Void OnKeyUp(System.Windows.Forms.KeyEventArgs)
Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs)
Void OnRightToLeftLayoutChanged(System.EventArgs)
Void RefreshNodes()
Void ResetIndent()
Void ResetItemHeight()
Boolean ShouldSerializeIndent()
Boolean ShouldSerializeItemHeight()
Boolean ShouldSerializeSelectedImageIndex()
Boolean ShouldSerializeImageIndex()
Void Sort()
System.String ToString()
Void TvnBeginDrag(System.Windows.Forms.MouseButtons, NMTREEVIEW*)
IntPtr TvnExpanding(NMTREEVIEW*)
Void TvnExpanded(NMTREEVIEW*)
IntPtr TvnSelecting(NMTREEVIEW*)
Void TvnSelected(NMTREEVIEW*)
IntPtr TvnBeginLabelEdit(NMTVDISPINFO)
IntPtr TvnEndLabelEdit(NMTVDISPINFO)
Void UpdateStylesCore()
Void UpdateCheckedState(System.Windows.Forms.TreeNode, Boolean)
Void WmMouseDown(System.Windows.Forms.Message ByRef, System.Windows.Forms.MouseButtons, Int32)
Void CustomDraw(System.Windows.Forms.Message ByRef)
System.Windows.Forms.OwnerDrawPropertyBag GetItemRenderStyles(System.Windows.Forms.TreeNode, Int32)
Boolean WmShowToolTip(System.Windows.Forms.Message ByRef)
Void WmNeedText(System.Windows.Forms.Message ByRef)
Void WmNotify(System.Windows.Forms.Message ByRef)
Void ShowContextMenu(System.Windows.Forms.TreeNode)
Void ContextMenuStripClosing(System.Object, System.Windows.Forms.ToolStripDropDownClosingEventArgs)
Void WmPrint(System.Windows.Forms.Message ByRef)
Void WndProc(System.Windows.Forms.Message ByRef)
System.Windows.Forms.DrawTreeNodeEventHandler onDrawNode
System.Windows.Forms.NodeLabelEditEventHandler onBeforeLabelEdit
System.Windows.Forms.NodeLabelEditEventHandler onAfterLabelEdit
System.Windows.Forms.TreeViewCancelEventHandler onBeforeCheck
System.Windows.Forms.TreeViewEventHandler onAfterCheck
System.Windows.Forms.TreeViewCancelEventHandler onBeforeCollapse
System.Windows.Forms.TreeViewEventHandler onAfterCollapse
System.Windows.Forms.TreeViewCancelEventHandler onBeforeExpand
System.Windows.Forms.TreeViewEventHandler onAfterExpand
System.Windows.Forms.TreeViewCancelEventHandler onBeforeSelect
System.Windows.Forms.TreeViewEventHandler onAfterSelect
System.Windows.Forms.ItemDragEventHandler onItemDrag
System.Windows.Forms.TreeNodeMouseHoverEventHandler onNodeMouseHover
System.EventHandler onRightToLeftLayoutChanged
System.Windows.Forms.TreeNode selectedNode
Indexer imageIndexer
Indexer selectedImageIndexer
Boolean setOddHeight
System.Windows.Forms.TreeNode prevHoveredNode
Boolean hoveredAlready
Boolean rightToLeftLayout
IntPtr hNodeMouseDown
System.Collections.Specialized.BitVector32 treeViewState
System.Windows.Forms.ImageList imageList
Int32 indent
Int32 itemHeight
System.String pathSeparator
System.Windows.Forms.BorderStyle borderStyle
System.Windows.Forms.TreeNodeCollection nodes
System.Windows.Forms.TreeNode editNode
System.Windows.Forms.TreeNode root
System.Collections.Hashtable nodeTable
Boolean nodesCollectionClear
System.Windows.Forms.MouseButtons downButton
System.Windows.Forms.TreeViewDrawMode drawMode
System.Windows.Forms.ImageList internalStateImageList
System.Windows.Forms.TreeNode topNode
System.Windows.Forms.ImageList stateImageList
System.Drawing.Color lineColor
System.String controlToolTipText
System.Collections.IComparer treeViewNodeSorter
System.Windows.Forms.TreeNodeMouseClickEventHandler onNodeMouseClick
System.Windows.Forms.TreeNodeMouseClickEventHandler onNodeMouseDoubleClick
System.Windows.Forms.Control
System.Windows.Forms.AccessibleObject get_AccessibilityObject()
System.Windows.Forms.AccessibleObject GetAccessibilityObjectById(Int32)
System.String get_AccessibleDefaultActionDescription()
Void set_AccessibleDefaultActionDescription(System.String)
System.String get_AccessibleDescription()
Void set_AccessibleDescription(System.String)
System.String get_AccessibleName()
Void set_AccessibleName(System.String)
System.Windows.Forms.AccessibleRole get_AccessibleRole()
Void set_AccessibleRole(System.Windows.Forms.AccessibleRole)
Boolean get_AllowDrop()
Void set_AllowDrop(Boolean)
System.Windows.Forms.AnchorStyles get_Anchor()
Void set_Anchor(System.Windows.Forms.AnchorStyles)
Boolean get_AutoSize()
Void set_AutoSize(Boolean)
System.Drawing.Point get_AutoScrollOffset()
Void set_AutoScrollOffset(System.Drawing.Point)
Void SetAutoSizeMode(System.Windows.Forms.AutoSizeMode)
System.Windows.Forms.AutoSizeMode GetAutoSizeMode()
System.Windows.Forms.Layout.LayoutEngine get_LayoutEngine()
IntPtr get_BackColorBrush()
Boolean get_BecomingActiveControl()
Void set_BecomingActiveControl(Boolean)
Void ResetBindings()
System.Windows.Forms.BindingContext get_BindingContextInternal()
Void set_BindingContextInternal(System.Windows.Forms.BindingContext)
System.Windows.Forms.BindingContext get_BindingContext()
Void set_BindingContext(System.Windows.Forms.BindingContext)
Int32 get_Bottom()
System.Drawing.Rectangle get_Bounds()
Void set_Bounds(System.Drawing.Rectangle)
Boolean get_CanAccessProperties()
Boolean get_CanFocus()
Boolean get_CanRaiseEvents()
Boolean get_CanSelect()
Boolean get_Capture()
Void set_Capture(Boolean)
Boolean get_CaptureInternal()
Void set_CaptureInternal(Boolean)
Boolean get_CausesValidation()
Void set_CausesValidation(Boolean)
Boolean get_CacheTextInternal()
Void set_CacheTextInternal(Boolean)
System.Drawing.Rectangle get_ClientRectangle()
System.Drawing.Size get_ClientSize()
Void set_ClientSize(System.Drawing.Size)
System.String get_CompanyName()
Boolean get_ContainsFocus()
System.Windows.Forms.ContextMenu get_ContextMenu()
Void set_ContextMenu(System.Windows.Forms.ContextMenu)
System.Windows.Forms.ContextMenuStrip get_ContextMenuStrip()
Void set_ContextMenuStrip(System.Windows.Forms.ContextMenuStrip)
ControlCollection get_Controls()
Boolean get_Created()
Void NotifyValidationResult(System.Object, System.ComponentModel.CancelEventArgs)
Boolean ValidateActiveControl(Boolean ByRef)
Void set_ValidationCancelled(Boolean)
Boolean get_ValidationCancelled()
Void set_IsTopMdiWindowClosing(Boolean)
Boolean get_IsTopMdiWindowClosing()
Boolean get_IsCurrentlyBeingScaled()
Int32 get_CreateThreadId()
System.Windows.Forms.Cursor get_Cursor()
Void set_Cursor(System.Windows.Forms.Cursor)
System.Windows.Forms.ControlBindingsCollection get_DataBindings()
System.Windows.Forms.Cursor get_DefaultCursor()
System.Windows.Forms.Padding get_DefaultMargin()
System.Drawing.Size get_DefaultMaximumSize()
System.Drawing.Size get_DefaultMinimumSize()
System.Windows.Forms.Padding get_DefaultPadding()
Int32 get_DeviceDpi()
System.Drawing.Color get_DisabledColor()
System.Drawing.Rectangle get_DisplayRectangle()
Boolean get_IsDisposed()
Boolean get_Disposing()
System.Windows.Forms.DockStyle get_Dock()
Void set_Dock(System.Windows.Forms.DockStyle)
Boolean get_Enabled()
Void set_Enabled(Boolean)
Boolean get_Focused()
System.Drawing.Font get_Font()
Void set_Font(System.Drawing.Font)
Void ScaleFont(Single)
IntPtr get_FontHandle()
Int32 get_FontHeight()
Void set_FontHeight(Int32)
System.Drawing.Size GetPreferredSize(System.Drawing.Size)
System.Drawing.Size GetPreferredSizeCore(System.Drawing.Size)
IntPtr get_Handle()
IntPtr get_HandleInternal()
Boolean get_HasChildren()
Boolean get_HasMenu()
Int32 get_Height()
Void set_Height(Int32)
Boolean get_HostedInWin32DialogManager()
Boolean get_IsHandleCreated()
Boolean get_IsLayoutSuspended()
Boolean get_IsWindowObscured()
IntPtr get_InternalHandle()
Boolean get_InvokeRequired()
Boolean get_IsAccessible()
Void set_IsAccessible(Boolean)
Boolean get_IsActiveX()
Boolean get_IsContainerControl()
Boolean get_IsIEParent()
Boolean get_IsMirrored()
Boolean get_IsMnemonicsListenerAxSourced()
Int32 get_Left()
Void set_Left(Int32)
System.Drawing.Point get_Location()
Void set_Location(System.Drawing.Point)
System.Windows.Forms.Padding get_Margin()
Void set_Margin(System.Windows.Forms.Padding)
System.Drawing.Size get_MaximumSize()
Void set_MaximumSize(System.Drawing.Size)
System.Drawing.Size get_MinimumSize()
Void set_MinimumSize(System.Drawing.Size)
System.String get_Name()
Void set_Name(System.String)
System.Windows.Forms.Control get_Parent()
Void set_Parent(System.Windows.Forms.Control)
System.Windows.Forms.Control get_ParentInternal()
Void set_ParentInternal(System.Windows.Forms.Control)
System.String get_ProductName()
System.String get_ProductVersion()
System.Windows.Forms.PropertyStore get_Properties()
System.Drawing.Color get_RawBackColor()
Boolean get_RecreatingHandle()
Void AddReflectChild()
Void RemoveReflectChild()
System.Drawing.Region get_Region()
Void set_Region(System.Drawing.Region)
Boolean get_RenderRightToLeft()
Boolean get_RenderTransparent()
Boolean get_RenderTransparencyWithVisualStyles()
System.Windows.Forms.BoundsSpecified get_RequiredScaling()
Void set_RequiredScaling(System.Windows.Forms.BoundsSpecified)
Boolean get_RequiredScalingEnabled()
Void set_RequiredScalingEnabled(Boolean)
Boolean get_ResizeRedraw()
Void set_ResizeRedraw(Boolean)
Int32 get_Right()
System.Windows.Forms.RightToLeft get_RightToLeft()
Void set_RightToLeft(System.Windows.Forms.RightToLeft)
Boolean get_ScaleChildren()
System.ComponentModel.ISite get_Site()
Void set_Site(System.ComponentModel.ISite)
System.Drawing.Size get_Size()
Void set_Size(System.Drawing.Size)
Int32 get_TabIndex()
Void set_TabIndex(Int32)
Boolean get_TabStop()
Void set_TabStop(Boolean)
Boolean get_TabStopInternal()
Void set_TabStopInternal(Boolean)
System.Object get_Tag()
Void set_Tag(System.Object)
Int32 get_Top()
Void set_Top(Int32)
System.Windows.Forms.Control get_TopLevelControl()
System.Windows.Forms.Control get_TopLevelControlInternal()
System.Windows.Forms.Control get_TopMostParent()
Boolean get_ShowKeyboardCues()
Boolean get_ShowFocusCues()
Int32 get_ShowParams()
Boolean get_UseWaitCursor()
Void set_UseWaitCursor(Boolean)
Boolean get_UseCompatibleTextRenderingInt()
Void set_UseCompatibleTextRenderingInt(Boolean)
Boolean get_SupportsUseCompatibleTextRendering()
Boolean get_Visible()
Void set_Visible(Boolean)
Int32 get_Width()
Void set_Width(Int32)
Int32 get_WindowStyle()
Void set_WindowStyle(Int32)
System.Windows.Forms.IWindowTarget get_WindowTarget()
Void set_WindowTarget(System.Windows.Forms.IWindowTarget)
System.String get_WindowText()
Void set_WindowText(System.String)
System.Drawing.Size get_PreferredSize()
System.Windows.Forms.Padding get_Padding()
Void set_Padding(System.Windows.Forms.Padding)
Void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents, Int32)
Void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents, Int32, Int32)
Void AssignParent(System.Windows.Forms.Control)
System.IAsyncResult BeginInvoke(System.Delegate)
System.IAsyncResult BeginInvoke(System.Delegate, System.Object[])
Void BeginUpdateInternal()
Void BringToFront()
Boolean CanProcessMnemonic()
Boolean CanSelectCore()
Boolean Contains(System.Windows.Forms.Control)
System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()
ControlCollection CreateControlsInstance()
System.Drawing.Graphics CreateGraphics()
System.Drawing.Graphics CreateGraphicsInternal()
Void CreateControl()
Void CreateControl(Boolean)
Void DefWndProc(System.Windows.Forms.Message ByRef)
Void DestroyHandle()
Void DisposeAxControls()
System.Windows.Forms.DragDropEffects DoDragDrop(System.Object, System.Windows.Forms.DragDropEffects)
Void DrawToBitmap(System.Drawing.Bitmap, System.Drawing.Rectangle)
System.Object EndInvoke(System.IAsyncResult)
Boolean EndUpdateInternal()
Boolean EndUpdateInternal(Boolean)
System.Windows.Forms.Form FindForm()
System.Windows.Forms.Form FindFormInternal()
Boolean GetTopLevel()
Void RaiseCreateHandleEvent(System.EventArgs)
Void RaiseKeyEvent(System.Object, System.Windows.Forms.KeyEventArgs)
Void RaiseMouseEvent(System.Object, System.Windows.Forms.MouseEventArgs)
Boolean Focus()
Boolean FocusInternal()
System.Drawing.Size ApplySizeConstraints(Int32, Int32)
System.Drawing.Size ApplySizeConstraints(System.Drawing.Size)
System.Drawing.Rectangle ApplyBoundsConstraints(Int32, Int32, Int32, Int32)
System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point, System.Windows.Forms.GetChildAtPointSkip)
System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point)
System.Windows.Forms.IContainerControl GetContainerControl()
Boolean IsUpdating()
System.Windows.Forms.IContainerControl GetContainerControlInternal()
IntPtr GetHRgn(System.Drawing.Region)
System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle, System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
Boolean GetVisibleCore()
Boolean GetAnyDisposingInHierarchy()
System.Windows.Forms.Control[] GetChildControlsInTabOrder(Boolean)
System.Windows.Forms.Control GetFirstChildControlInTabOrder(Boolean)
System.Windows.Forms.Control GetNextControl(System.Windows.Forms.Control, Boolean)
Boolean GetState(Int32)
Boolean GetStyle(System.Windows.Forms.ControlStyles)
Void Hide()
Void InitLayout()
IntPtr InitializeDCForWmCtlColor(IntPtr, Int32)
Void Invalidate(System.Drawing.Region)
Void Invalidate(System.Drawing.Region, Boolean)
Void Invalidate()
Void Invalidate(Boolean)
Void Invalidate(System.Drawing.Rectangle)
Void Invalidate(System.Drawing.Rectangle, Boolean)
System.Object Invoke(System.Delegate)
System.Object Invoke(System.Delegate, System.Object[])
Void InvokePaint(System.Windows.Forms.Control, System.Windows.Forms.PaintEventArgs)
Void InvokePaintBackground(System.Windows.Forms.Control, System.Windows.Forms.PaintEventArgs)
Boolean IsFontSet()
Boolean IsDescendant(System.Windows.Forms.Control)
Boolean IsInputChar(Char)
Int32 LogicalToDeviceUnits(Int32)
Void ScaleBitmapLogicalToDevice(System.Drawing.Bitmap ByRef)
Void AdjustWindowRectEx(RECT ByRef, Int32, Boolean, Int32)
Void NotifyEnter()
Void NotifyLeave()
Void NotifyInvalidate(System.Drawing.Rectangle)
Void InvokeOnClick(System.Windows.Forms.Control, System.EventArgs)
Void OnAutoSizeChanged(System.EventArgs)
Void OnBackColorChanged(System.EventArgs)
Void OnBackgroundImageChanged(System.EventArgs)
Void OnBackgroundImageLayoutChanged(System.EventArgs)
Void OnBindingContextChanged(System.EventArgs)
Void OnCausesValidationChanged(System.EventArgs)
Void OnChildLayoutResuming(System.Windows.Forms.Control, Boolean)
Void OnContextMenuChanged(System.EventArgs)
Void OnContextMenuStripChanged(System.EventArgs)
Void OnCursorChanged(System.EventArgs)
Void OnDockChanged(System.EventArgs)
Void OnEnabledChanged(System.EventArgs)
Void OnFrameWindowActivate(Boolean)
Void OnFontChanged(System.EventArgs)
Void OnForeColorChanged(System.EventArgs)
Void OnRightToLeftChanged(System.EventArgs)
Void OnNotifyMessage(System.Windows.Forms.Message)
Void OnParentBackColorChanged(System.EventArgs)
Void OnParentBackgroundImageChanged(System.EventArgs)
Void OnParentBindingContextChanged(System.EventArgs)
Void OnParentCursorChanged(System.EventArgs)
Void OnParentEnabledChanged(System.EventArgs)
Void OnParentFontChanged(System.EventArgs)
Void OnParentHandleRecreated()
Void OnParentHandleRecreating()
Void OnParentForeColorChanged(System.EventArgs)
Void OnParentRightToLeftChanged(System.EventArgs)
Void OnParentVisibleChanged(System.EventArgs)
Void OnParentBecameInvisible()
Void OnPrint(System.Windows.Forms.PaintEventArgs)
Void OnTabIndexChanged(System.EventArgs)
Void OnTabStopChanged(System.EventArgs)
Void OnTextChanged(System.EventArgs)
Void OnVisibleChanged(System.EventArgs)
Void OnTopMostActiveXParentChanged(System.EventArgs)
Void OnParentChanged(System.EventArgs)
Void OnClick(System.EventArgs)
Void OnClientSizeChanged(System.EventArgs)
Void OnControlAdded(System.Windows.Forms.ControlEventArgs)
Void OnControlRemoved(System.Windows.Forms.ControlEventArgs)
Void OnCreateControl()
Void OnInvokedSetScrollPosition(System.Object, System.EventArgs)
Void OnLocationChanged(System.EventArgs)
Void OnDoubleClick(System.EventArgs)
Void OnDragEnter(System.Windows.Forms.DragEventArgs)
Void OnDragOver(System.Windows.Forms.DragEventArgs)
Void OnDragLeave(System.EventArgs)
Void OnDragDrop(System.Windows.Forms.DragEventArgs)
Void OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)
Void OnEnter(System.EventArgs)
Void InvokeGotFocus(System.Windows.Forms.Control, System.EventArgs)
Void OnGotFocus(System.EventArgs)
Void OnHelpRequested(System.Windows.Forms.HelpEventArgs)
Void OnInvalidated(System.Windows.Forms.InvalidateEventArgs)
Void OnLayout(System.Windows.Forms.LayoutEventArgs)
Void OnLayoutResuming(Boolean)
Void OnLayoutSuspended()
Void OnLeave(System.EventArgs)
Void InvokeLostFocus(System.Windows.Forms.Control, System.EventArgs)
Void OnLostFocus(System.EventArgs)
Void OnMarginChanged(System.EventArgs)
Void OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs)
Void OnMouseClick(System.Windows.Forms.MouseEventArgs)
Void OnMouseCaptureChanged(System.EventArgs)
Void OnMouseDown(System.Windows.Forms.MouseEventArgs)
Void OnMouseEnter(System.EventArgs)
Void OnDpiChangedBeforeParent(System.EventArgs)
Void OnDpiChangedAfterParent(System.EventArgs)
Void OnMouseMove(System.Windows.Forms.MouseEventArgs)
Void OnMouseUp(System.Windows.Forms.MouseEventArgs)
Void OnMouseWheel(System.Windows.Forms.MouseEventArgs)
Void OnMove(System.EventArgs)
Void OnPaint(System.Windows.Forms.PaintEventArgs)
Void OnPaddingChanged(System.EventArgs)
Void OnPaintBackground(System.Windows.Forms.PaintEventArgs)
Void OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs)
Void OnRegionChanged(System.EventArgs)
Void OnResize(System.EventArgs)
Void OnPreviewKeyDown(System.Windows.Forms.PreviewKeyDownEventArgs)
Void OnSizeChanged(System.EventArgs)
Void OnChangeUICues(System.Windows.Forms.UICuesEventArgs)
Void OnStyleChanged(System.EventArgs)
Void OnSystemColorsChanged(System.EventArgs)
Void OnValidating(System.ComponentModel.CancelEventArgs)
Void OnValidated(System.EventArgs)
Void RescaleConstantsForDpi(Int32, Int32)
Void PaintBackground(System.Windows.Forms.PaintEventArgs, System.Drawing.Rectangle)
Void PaintBackground(System.Windows.Forms.PaintEventArgs, System.Drawing.Rectangle, System.Drawing.Color)
Void PaintBackground(System.Windows.Forms.PaintEventArgs, System.Drawing.Rectangle, System.Drawing.Color, System.Drawing.Point)
Void PaintTransparentBackground(System.Windows.Forms.PaintEventArgs, System.Drawing.Rectangle)
Void PaintTransparentBackground(System.Windows.Forms.PaintEventArgs, System.Drawing.Rectangle, System.Drawing.Region)
System.Windows.Forms.ContainerControl get_ParentContainerControl()
Void PerformLayout()
Void PerformLayout(System.Windows.Forms.Control, System.String)
Void PerformLayout(System.Windows.Forms.LayoutEventArgs)
Boolean PerformControlValidation(Boolean)
Boolean PerformContainerValidation(System.Windows.Forms.ValidationConstraints)
System.Drawing.Point PointToClient(System.Drawing.Point)
System.Drawing.Point PointToClientInternal(System.Drawing.Point)
System.Drawing.Point PointToScreen(System.Drawing.Point)
Boolean PreProcessMessage(System.Windows.Forms.Message ByRef)
System.Windows.Forms.PreProcessControlState PreProcessControlMessage(System.Windows.Forms.Message ByRef)
Boolean ProcessCmdKey(System.Windows.Forms.Message ByRef, System.Windows.Forms.Keys)
Void PrintToMetaFileRecursive(System.Runtime.InteropServices.HandleRef, IntPtr, System.Drawing.Rectangle)
Boolean ProcessDialogChar(Char)
Boolean ProcessDialogKey(System.Windows.Forms.Keys)
Boolean ProcessKeyEventArgs(System.Windows.Forms.Message ByRef)
Boolean ProcessKeyMessage(System.Windows.Forms.Message ByRef)
Boolean ProcessKeyPreview(System.Windows.Forms.Message ByRef)
Boolean ProcessMnemonic(Char)
Void ProcessUICues(System.Windows.Forms.Message ByRef)
Void RaiseDragEvent(System.Object, System.Windows.Forms.DragEventArgs)
Void RaisePaintEvent(System.Object, System.Windows.Forms.PaintEventArgs)
Void ResetBackColor()
Void ResetCursor()
Void ResetFont()
Void ResetForeColor()
Void ResetRightToLeft()
Void RecreateHandle()
Void RecreateHandleCore()
System.Drawing.Rectangle RectangleToClient(System.Drawing.Rectangle)
System.Drawing.Rectangle RectangleToScreen(System.Drawing.Rectangle)
Void Refresh()
Void ResetMouseEventArgs()
Void ResetText()
Void ResumeLayout()
Void ResumeLayout(Boolean)
Void SetAcceptDrops(Boolean)
Void Scale(Single)
Void Scale(Single, Single)
Void Scale(System.Drawing.SizeF)
Void Scale(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
Void ScaleChildControls(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
Void ScaleControl(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
Void ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
Void ScaleCore(Single, Single)
System.Drawing.Size ScaleSize(System.Drawing.Size, Single, Single)
Void Select()
Void Select(Boolean, Boolean)
Boolean SelectNextControl(System.Windows.Forms.Control, Boolean, Boolean, Boolean, Boolean)
Boolean SelectNextControlInternal(System.Windows.Forms.Control, Boolean, Boolean, Boolean, Boolean)
IntPtr SendMessage(Int32, Int32, Int32)
IntPtr SendMessage(Int32, Int32 ByRef, Int32 ByRef)
IntPtr SendMessage(Int32, Int32, IntPtr)
IntPtr SendMessage(Int32, IntPtr, IntPtr)
IntPtr SendMessage(Int32, IntPtr, Int32)
IntPtr SendMessage(Int32, Int32, RECT ByRef)
IntPtr SendMessage(Int32, Boolean, Int32)
IntPtr SendMessage(Int32, Int32, System.String)
Void SendToBack()
Void SetBounds(Int32, Int32, Int32, Int32)
Void SetBounds(Int32, Int32, Int32, Int32, System.Windows.Forms.BoundsSpecified)
Void SetBoundsCore(Int32, Int32, Int32, Int32, System.Windows.Forms.BoundsSpecified)
Void SetClientSizeCore(Int32, Int32)
System.Drawing.Size SizeFromClientSize(System.Drawing.Size)
System.Drawing.Size SizeFromClientSize(Int32, Int32)
Void SetState(Int32, Boolean)
Void SetState2(Int32, Boolean)
Void SetStyle(System.Windows.Forms.ControlStyles, Boolean)
Void SetTopLevel(Boolean)
Void SetTopLevelInternal(Boolean)
Void SetVisibleCore(Boolean)
Boolean get_ShouldAutoValidate()
Boolean ShouldPerformContainerValidation()
Boolean ShouldSerializeBackColor()
Boolean ShouldSerializeCursor()
Boolean ShouldSerializeForeColor()
Boolean ShouldSerializeFont()
Boolean ShouldSerializeRightToLeft()
System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment)
System.Windows.Forms.LeftRightAlignment RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment)
System.Drawing.ContentAlignment RtlTranslateAlignment(System.Drawing.ContentAlignment)
System.Windows.Forms.HorizontalAlignment RtlTranslateHorizontal(System.Windows.Forms.HorizontalAlignment)
System.Windows.Forms.LeftRightAlignment RtlTranslateLeftRight(System.Windows.Forms.LeftRightAlignment)
System.Drawing.ContentAlignment RtlTranslateContent(System.Drawing.ContentAlignment)
Void Show()
Boolean ShouldSerializeMargin()
Boolean ShouldSerializeMaximumSize()
Boolean ShouldSerializeMinimumSize()
Boolean ShouldSerializePadding()
Boolean ShouldSerializeSize()
Boolean ShouldSerializeText()
Void SuspendLayout()
Void Update()
Void UpdateBounds()
Void UpdateBounds(Int32, Int32, Int32, Int32)
Void UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Void UpdateZOrder()
Void UpdateStyles()
Void OnBoundsUpdate(Int32, Int32, Int32, Int32)
Void WindowAssignHandle(IntPtr, Boolean)
Void WindowReleaseHandle()
Void WmContextMenu(System.Windows.Forms.Message ByRef)
Void WmContextMenu(System.Windows.Forms.Message ByRef, System.Windows.Forms.Control)
System.Windows.Forms.Layout.ArrangedElementCollection System.Windows.Forms.Layout.IArrangedElement.get_Children()
System.Windows.Forms.Layout.IArrangedElement System.Windows.Forms.Layout.IArrangedElement.get_Container()
Boolean System.Windows.Forms.Layout.IArrangedElement.get_ParticipatesInLayout()
Void System.Windows.Forms.Layout.IArrangedElement.PerformLayout(System.Windows.Forms.Layout.IArrangedElement, System.String)
System.Windows.Forms.PropertyStore System.Windows.Forms.Layout.IArrangedElement.get_Properties()
Void System.Windows.Forms.Layout.IArrangedElement.SetBounds(System.Drawing.Rectangle, System.Windows.Forms.BoundsSpecified)
Void System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs)
Void System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs)
Void System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs)
Void System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs)
Void System.Windows.Forms.ISupportOleDropSource.OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)
Void System.Windows.Forms.ISupportOleDropSource.OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleControl.GetControlInfo(tagCONTROLINFO)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleControl.OnMnemonic(MSG ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleControl.OnAmbientPropertyChange(Int32)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleControl.FreezeEvents(Int32)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject.GetWindow(IntPtr ByRef)
Void System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject.ContextSensitiveHelp(Int32)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject.TranslateAccelerator(MSG ByRef)
Void System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject.OnFrameWindowActivate(Boolean)
Void System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject.OnDocWindowActivate(Int32)
Void System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject.ResizeBorder(COMRECT, IOleInPlaceUIWindow, Boolean)
Void System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject.EnableModeless(Int32)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject.GetWindow(IntPtr ByRef)
Void System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject.ContextSensitiveHelp(Int32)
Void System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject.InPlaceDeactivate()
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject.UIDeactivate()
Void System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject.SetObjectRects(COMRECT, COMRECT)
Void System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject.ReactivateAndUndo()
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.SetClientSite(IOleClientSite)
IOleClientSite System.Windows.Forms.UnsafeNativeMethods.IOleObject.GetClientSite()
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.SetHostNames(System.String, System.String)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.Close(Int32)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.SetMoniker(Int32, System.Object)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.GetMoniker(Int32, Int32, System.Object ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.InitFromData(System.Runtime.InteropServices.ComTypes.IDataObject, Int32, Int32)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.GetClipboardData(Int32, System.Runtime.InteropServices.ComTypes.IDataObject ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.DoVerb(Int32, IntPtr, IOleClientSite, Int32, IntPtr, COMRECT)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.EnumVerbs(IEnumOLEVERB ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.OleUpdate()
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.IsUpToDate()
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.GetUserClassID(System.Guid ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.GetUserType(Int32, System.String ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.SetExtent(Int32, tagSIZEL)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.GetExtent(Int32, tagSIZEL)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.Advise(System.Runtime.InteropServices.ComTypes.IAdviseSink, Int32 ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.Unadvise(Int32)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.EnumAdvise(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.GetMiscStatus(Int32, Int32 ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleObject.SetColorScheme(tagLOGPALETTE)
Int32 System.Windows.Forms.UnsafeNativeMethods.IOleWindow.GetWindow(IntPtr ByRef)
Void System.Windows.Forms.UnsafeNativeMethods.IOleWindow.ContextSensitiveHelp(Int32)
Void System.Windows.Forms.UnsafeNativeMethods.IPersist.GetClassID(System.Guid ByRef)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistPropertyBag.InitNew()
Void System.Windows.Forms.UnsafeNativeMethods.IPersistPropertyBag.GetClassID(System.Guid ByRef)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistPropertyBag.Load(IPropertyBag, IErrorLog)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistPropertyBag.Save(IPropertyBag, Boolean, Boolean)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStorage.GetClassID(System.Guid ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IPersistStorage.IsDirty()
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStorage.InitNew(IStorage)
Int32 System.Windows.Forms.UnsafeNativeMethods.IPersistStorage.Load(IStorage)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStorage.Save(IStorage, Boolean)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStorage.SaveCompleted(IStorage)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStorage.HandsOffStorage()
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit.GetClassID(System.Guid ByRef)
Int32 System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit.IsDirty()
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit.Load(IStream)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit.Save(IStream, Boolean)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit.GetSizeMax(Int64)
Void System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit.InitNew()
Void System.Windows.Forms.UnsafeNativeMethods.IQuickActivate.QuickActivate(tagQACONTAINER, tagQACONTROL)
Void System.Windows.Forms.UnsafeNativeMethods.IQuickActivate.SetContentExtent(tagSIZEL)
Void System.Windows.Forms.UnsafeNativeMethods.IQuickActivate.GetContentExtent(tagSIZEL)
Int32 System.Windows.Forms.UnsafeNativeMethods.IViewObject.Draw(Int32, Int32, IntPtr, tagDVTARGETDEVICE, IntPtr, IntPtr, COMRECT, COMRECT, IntPtr, Int32)
Int32 System.Windows.Forms.UnsafeNativeMethods.IViewObject.GetColorSet(Int32, Int32, IntPtr, tagDVTARGETDEVICE, IntPtr, tagLOGPALETTE)
Int32 System.Windows.Forms.UnsafeNativeMethods.IViewObject.Freeze(Int32, Int32, IntPtr, IntPtr)
Int32 System.Windows.Forms.UnsafeNativeMethods.IViewObject.Unfreeze(Int32)
Void System.Windows.Forms.UnsafeNativeMethods.IViewObject.SetAdvise(Int32, Int32, System.Runtime.InteropServices.ComTypes.IAdviseSink)
Void System.Windows.Forms.UnsafeNativeMethods.IViewObject.GetAdvise(Int32[], Int32[], System.Runtime.InteropServices.ComTypes.IAdviseSink[])
Void System.Windows.Forms.UnsafeNativeMethods.IViewObject2.Draw(Int32, Int32, IntPtr, tagDVTARGETDEVICE, IntPtr, IntPtr, COMRECT, COMRECT, IntPtr, Int32)
Int32 System.Windows.Forms.UnsafeNativeMethods.IViewObject2.GetColorSet(Int32, Int32, IntPtr, tagDVTARGETDEVICE, IntPtr, tagLOGPALETTE)
Int32 System.Windows.Forms.UnsafeNativeMethods.IViewObject2.Freeze(Int32, Int32, IntPtr, IntPtr)
Int32 System.Windows.Forms.UnsafeNativeMethods.IViewObject2.Unfreeze(Int32)
Void System.Windows.Forms.UnsafeNativeMethods.IViewObject2.SetAdvise(Int32, Int32, System.Runtime.InteropServices.ComTypes.IAdviseSink)
Void System.Windows.Forms.UnsafeNativeMethods.IViewObject2.GetAdvise(Int32[], Int32[], System.Runtime.InteropServices.ComTypes.IAdviseSink[])
Void System.Windows.Forms.UnsafeNativeMethods.IViewObject2.GetExtent(Int32, Int32, tagDVTARGETDEVICE, tagSIZEL)
System.Windows.Forms.ImeMode get_CachedImeMode()
Void set_CachedImeMode(System.Windows.Forms.ImeMode)
Boolean get_CanEnableIme()
System.Windows.Forms.ImeMode get_CurrentImeContextMode()
System.Windows.Forms.ImeMode get_DefaultImeMode()
Int32 get_DisableImeModeChangedCount()
Void set_DisableImeModeChangedCount(Int32)
System.Windows.Forms.ImeMode get_ImeMode()
Void set_ImeMode(System.Windows.Forms.ImeMode)
System.Windows.Forms.ImeMode get_ImeModeBase()
Void set_ImeModeBase(System.Windows.Forms.ImeMode)
Int32 get_ImeWmCharsToIgnore()
Void set_ImeWmCharsToIgnore(Int32)
Void UpdateImeContextMode()
Void VerifyImeRestrictedModeChanged()
Void OnImeContextStatusChanged(IntPtr)
Void OnImeModeChanged(System.EventArgs)
Void ResetImeMode()
Boolean ShouldSerializeImeMode()
Void WmImeSetFocus()
Int32 deviceDpi
System.ComponentModel.Component
Void Finalize()
Boolean get_CanRaiseEventsInternal()
System.ComponentModel.EventHandlerList get_Events()
Void Dispose()
System.ComponentModel.IContainer get_Container()
System.Object GetService(System.Type)
Boolean get_DesignMode()
System.MarshalByRefObject
IntPtr GetComIUnknown(Boolean)
Boolean IsInstanceOfType(System.Type)
System.Object InvokeMember(System.String, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Reflection.ParameterModifier[], System.Globalization.CultureInfo, System.String[])
System.MarshalByRefObject MemberwiseClone(Boolean)
System.Runtime.Remoting.ServerIdentity __RaceSetServerIdentity(System.Runtime.Remoting.ServerIdentity)
Void __ResetServerIdentity()
System.Object GetLifetimeService()
System.Object InitializeLifetimeService()
System.Runtime.Remoting.ObjRef CreateObjRef(System.Type)
Boolean CanCastToXmlType(System.String, System.String)
System.Object
Boolean Equals(System.Object)
Int32 GetHashCode()
System.Type GetType()
System.Object MemberwiseClone()
And these are control properties.
treeViewCB System.Windows.Forms.TreeView
BackColor Color [Window]
BackgroundImage
BackgroundImageLayout Tile
BorderStyle Fixed3D
CheckBoxes True
ForeColor Color [WindowText]
FullRowSelect False
HideSelection False
HotTracking False
ImageIndex -1
ImageKey
ImageList
StateImageList
Indent 19
ItemHeight 28
LabelEdit False
LineColor Color [Black]
Nodes System.Windows.Forms.TreeNodeCollection
DrawMode Normal
PathSeparator \
Padding {Left=0,Top=0,Right=0,Bottom=0}
RightToLeftLayout False
Scrollable True
SelectedImageIndex -1
SelectedImageKey
SelectedNode
ShowLines True
ShowNodeToolTips False
ShowPlusMinus True
ShowRootLines True
Sorted False
TreeViewNodeSorter
Text
TopNode TreeNode: Root
VisibleCount 6
AccessibilityObject ControlAccessibleObject: Owner = System.Windows.Forms.TreeView, Nodes.Count: 1, Nodes[0]: TreeNode: Root
AccessibleDefaultActionDescription
AccessibleDescription
AccessibleName
AccessibleRole Default
AllowDrop False
Anchor Top, Left
AutoSize False
AutoScrollOffset {X=0,Y=0}
LayoutEngine System.Windows.Forms.Layout.DefaultLayout
BindingContext System.Windows.Forms.BindingContext
Bottom 490
Bounds {X=20,Y=313,Width=404,Height=177}
CanFocus True
CanSelect True
Capture False
CausesValidation True
ClientRectangle {X=0,Y=0,Width=400,Height=173}
ClientSize {Width=400, Height=173}
CompanyName Microsoft Corporation
ContainsFocus False
ContextMenu
ContextMenuStrip
Controls System.Windows.Forms.Control+ControlCollection
Created True
Cursor [Cursor: Default]
DataBindings System.Windows.Forms.ControlBindingsCollection
DeviceDpi 96
DisplayRectangle {X=0,Y=0,Width=400,Height=173}
IsDisposed False
Disposing False
Dock None
Enabled True
Focused False
Font [Font: Name=Microsoft Sans Serif, Size=7.875, Units=3, GdiCharSet=204, GdiVerticalFont=False]
Handle 46139172
HasChildren False
Height 177
IsHandleCreated True
InvokeRequired False
IsAccessible False
IsMirrored False
Left 20
Location {X=20,Y=313}
Margin {Left=6,Top=6,Right=6,Bottom=6}
MaximumSize {Width=0, Height=0}
MinimumSize {Width=0, Height=0}
Name treeViewCB
Parent AUTDotNet.MainForm, Text: AUTDotNet4
ProductName Microsoft® .NET Framework
ProductVersion 4.7.3062.0
RecreatingHandle False
Region
Right 424
RightToLeft No
Site
Size {Width=404, Height=177}
TabIndex 10
TabStop True
Tag
Top 313
TopLevelControl AUTDotNet.MainForm, Text: AUTDotNet4
UseWaitCursor False
Visible True
Width 404
WindowTarget System.Windows.Forms.Control+ControlNativeWindow
PreferredSize {Width=404, Height=177}
ImeMode NoControl
Container
Parent AUTDotNet.MainForm, Text: AUTDotNet4
ComponentTypeName System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
ComponentType System.Windows.Forms.TreeView
IsManaged True
OwningProcess System.Diagnostics.Process (AUTDotNet)
Children SmarteSoft.ManagedSpy.ControlProxy[]
Handle 46139172