WorkItemResultGrid.IsPointOnExpandCollapseImage Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected Function IsPointOnExpandCollapseImage ( _
rowIndex As Integer, _
location As Point _
) As Boolean
protected bool IsPointOnExpandCollapseImage(
int rowIndex,
Point location
)
protected:
bool IsPointOnExpandCollapseImage(
int rowIndex,
Point location
)
member IsPointOnExpandCollapseImage :
rowIndex:int *
location:Point -> bool
protected function IsPointOnExpandCollapseImage(
rowIndex : int,
location : Point
) : boolean
Parameters
- rowIndex
Type: System.Int32
- location
Type: System.Drawing.Point
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace