PermissionRow Members

Include Protected Members
Include Inherited Members

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

The PermissionRow type exposes the following members.

Constructors

 

Name

Description

Public method

PermissionRow

Infrastructure.

Top

Methods

 

Name

Description

Public method

AdjustRowHeaderBorderStyle

Modifies an input row header border style according to the specified criteria. (Inherited from DataGridViewRow.)

Public method

Clone

Creates an exact copy of this row. (Inherited from DataGridViewRow.)

Protected method

CreateAccessibilityInstance

Creates a new accessible object for the DataGridViewRow. (Inherited from DataGridViewRow.)

Public method

CreateCells

Overloaded. Resets the cells in the row.

Protected method

CreateCellsInstance

Constructs a new collection of cells based on this row. (Inherited from DataGridViewRow.)

Public method

Dispose

Overloaded. Releases all resources used by the DataGridViewBand.

Protected method

DrawFocus

Draws a focus rectangle around the specified bounds. (Inherited from DataGridViewRow.)

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Releases the resources associated with the band. (Inherited from DataGridViewBand.)

Public method

GetContextMenuStrip

Gets the shortcut menu for the row. (Inherited from DataGridViewRow.)

Public method

GetErrorText

Gets the error text for the row at the specified index. (Inherited from DataGridViewRow.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetPreferredHeight

Calculates the ideal height of the specified row based on the specified criteria. (Inherited from DataGridViewRow.)

Public method

GetState

Returns a value indicating the current state of the row. (Inherited from DataGridViewRow.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

OnDataGridViewChanged

Called when the band is associated with a different DataGridView. (Inherited from DataGridViewBand.)

Protected method

Paint

Paints the current row. (Inherited from DataGridViewRow.)

Protected method

PaintCells

Paints the cells in the current row. (Inherited from DataGridViewRow.)

Protected method

PaintHeader

Paints the header cell of the current row. (Inherited from DataGridViewRow.)

Protected method

RaiseCellClick

Raises the DataGridView.CellClick event. (Inherited from DataGridViewElement.)

Protected method

RaiseCellContentClick

Raises the DataGridView.CellContentClick event. (Inherited from DataGridViewElement.)

Protected method

RaiseCellContentDoubleClick

Raises the DataGridView.CellContentDoubleClick event. (Inherited from DataGridViewElement.)

Protected method

RaiseCellValueChanged

Raises the DataGridView.CellValueChanged event. (Inherited from DataGridViewElement.)

Protected method

RaiseDataError

Raises the DataGridView.DataError event. (Inherited from DataGridViewElement.)

Protected method

RaiseMouseWheel

Raises the Control.MouseWheel event. (Inherited from DataGridViewElement.)

Public method

SetValues

Sets the values of the row's cells. (Inherited from DataGridViewRow.)

Public method

ToString

Gets a human-readable string that describes the row. (Inherited from DataGridViewRow.)

Top

Properties

 

Name

Description

Public property

AccessibilityObject

Gets the DataGridViewRow.DataGridViewRowAccessibleObject assigned to the DataGridViewRow. (Inherited from DataGridViewRow.)

Public property

Allow

Infrastructure.

Public property

Cells

Gets the collection of cells that populate the row. (Inherited from DataGridViewRow.)

Public property

ContextMenuStrip

Gets or sets the shortcut menu for the row. (Inherited from DataGridViewRow.)

Public property

DataBoundItem

Gets the data-bound object that populated the row. (Inherited from DataGridViewRow.)

Public property

DataGridView

Gets the DataGridView control associated with this element. (Inherited from DataGridViewElement.)

Public property

DefaultCellStyle

Gets or sets the default styles for the row, which are used to render cells in the row unless the styles are overridden. (Inherited from DataGridViewRow.)

Public property

DefaultHeaderCellType

Gets or sets the run-time type of the default header cell. (Inherited from DataGridViewBand.)

Public property

Deny

Infrastructure.

Public property

Displayed

Gets a value indicating whether this row is displayed on the screen. (Inherited from DataGridViewRow.)

Public property

DividerHeight

Gets or sets the height, in pixels, of the row divider. (Inherited from DataGridViewRow.)

Public property

EnableAllow

Infrastructure.

Public property

Enabled

Infrastructure.

Public property

EnableDeny

Infrastructure.

Public property

ErrorText

Gets or sets the error message text for row-level errors. (Inherited from DataGridViewRow.)

Public property

Frozen

Gets or sets a value indicating whether the row is frozen. (Inherited from DataGridViewRow.)

Public property

HasDefaultCellStyle

Gets a value indicating whether the DefaultCellStyle property has been set. (Inherited from DataGridViewBand.)

Public property

HeaderCell

Gets or sets the row's header cell. (Inherited from DataGridViewRow.)

Protected property

HeaderCellCore

Gets or sets the header cell of the DataGridViewBand. (Inherited from DataGridViewBand.)

Public property

Height

Gets or sets the current height of the row. (Inherited from DataGridViewRow.)

Public property

Index

Gets the relative position of the band within the DataGridView control. (Inherited from DataGridViewBand.)

Public property

InheritedStyle

Gets the cell style in effect for the row. (Inherited from DataGridViewRow.)

Public property

IsNewRow

Gets a value indicating whether the row is the row for new records. (Inherited from DataGridViewRow.)

Protected property

IsRow

Gets a value indicating whether the band represents a row. (Inherited from DataGridViewBand.)

Public property

Key

Infrastructure.

Public property

MinimumHeight

Gets or sets the minimum height of the row. (Inherited from DataGridViewRow.)

Public property

Permission

Infrastructure.

Public property

ReadOnly

Gets or sets a value indicating whether the row is read-only. (Inherited from DataGridViewRow.)

Public property

Resizable

Gets or sets a value indicating whether users can resize the row or indicating that the behavior is inherited from the DataGridView.AllowUserToResizeRows property. (Inherited from DataGridViewRow.)

Public property

Selected

Gets or sets a value indicating whether the row is selected. (Inherited from DataGridViewRow.)

Public property

State

Gets the current state of the row. (Inherited from DataGridViewRow.)

Public property

Tag

Gets or sets the object that contains data to associate with the band. (Inherited from DataGridViewBand.)

Public property

Visible

Gets or sets a value indicating whether the row is visible. (Inherited from DataGridViewRow.)

Top

See Also

Reference

PermissionRow Class

Microsoft.TeamFoundation.Client Namespace