Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected Overridable Sub OnContextMenuPopup ( _
p As Point _
)
protected virtual void OnContextMenuPopup(
Point p
)
protected:
virtual void OnContextMenuPopup(
Point p
)
abstract OnContextMenuPopup :
p:Point -> unit
override OnContextMenuPopup :
p:Point -> unit
protected function OnContextMenuPopup(
p : Point
)
Parameters
- p
Type: System.Drawing.Point
.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