Share via


MultiColumnBranchBase Members

Include Protected Members
Include Inherited Members

Base class for multi-column branches.

The MultiColumnBranchBase type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method BeginLabelEdit The default is to not support label editing. (Inherited from SingleColumnBranchBase.)
Public method ColumnStyles Returns simple style.
Public method CommitLabelEdit The default is to cancel edits. (Inherited from SingleColumnBranchBase.)
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. (Inherited from SingleColumnBranchBase.)
Public method GetDisplayData The default is to return default display data values. (Inherited from SingleColumnBranchBase.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetJaggedColumnCount The default is to return 0.
Public method GetObject The default is to return no object. (Inherited from SingleColumnBranchBase.)
Public method GetText The default is to return no text. (Inherited from SingleColumnBranchBase.)
Public method GetTipText The default is to return no text. (Inherited from SingleColumnBranchBase.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsExpandable The default is no expansion. (Inherited from SingleColumnBranchBase.)
Public method LocateObject The default is to locate self. (Inherited from SingleColumnBranchBase.)
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. (Inherited from SingleColumnBranchBase.)
Public method OnGiveFeedback This method does nothing. (Inherited from SingleColumnBranchBase.)
Public method OnQueryContinueDrag The default is to cancel action. (Inherited from SingleColumnBranchBase.)
Public method OnStartDrag The default is to not allow the drag. (Inherited from SingleColumnBranchBase.)
Public method SynchronizeState The default is to indicate that no synchronization needs to be done. (Inherited from SingleColumnBranchBase.)
Public method ToggleState The default is to do nothing. (Inherited from SingleColumnBranchBase.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property ColumnCount The default is to return 1.
Public property Features Gets the branch features value. (Inherited from SingleColumnBranchBase.)
Public property UpdateCounter The default is to return 0. (Inherited from SingleColumnBranchBase.)
Public property VisibleItemCount The default is to return 0. (Inherited from SingleColumnBranchBase.)

Top

Events

  Name Description
Public event OnBranchModification The event handler that the tree and others can use for notifications. (Inherited from SingleColumnBranchBase.)

Top

See Also

Reference

MultiColumnBranchBase Class

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