Click or drag to resize

ContextMenuOptionsInvokeCommandPoint Property

Gets or sets the point where the command is invoked.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual POINT? InvokeCommandPoint { get; set; }

Property Value

Type: NullablePOINT
The point where the command is invoked.
See Also