SingleColumnBranchBase Members

Include Protected Members
Include Inherited Members

The base class for single column branches.

The SingleColumnBranchBase type exposes the following members.

Constructors

  Name Description
Protected method SingleColumnBranchBase Initializes a new instance of the SingleColumnBranchBase class.

Top

Methods

  Name Description
Public method BeginLabelEdit The default is to not support label editing.
Public method CommitLabelEdit The default is to cancel edits.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAccessibilityData Returns the default accessibility object for the tree grid.
Public method GetDisplayData The default is to return default display data values.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetObject The default is to return no object.
Public method GetText The default is to return no text.
Public method GetTipText The default is to return no text.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsExpandable The default is no expansion.
Public method LocateObject The default is to locate self.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnDragEvent The default is to show no drag effect.
Public method OnGiveFeedback This method does nothing.
Public method OnQueryContinueDrag The default is to cancel action.
Public method OnStartDrag The default is to not allow the drag.
Public method SynchronizeState The default is to indicate that no synchronization needs to be done.
Public method ToggleState The default is to do nothing.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Features Gets the branch features value.
Public property UpdateCounter The default is to return 0.
Public property VisibleItemCount The default is to return 0.

Top

Events

  Name Description
Public event OnBranchModification The event handler that the tree and others can use for notifications.

Top

See Also

Reference

SingleColumnBranchBase Class

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace