Mouse.LocationImplementation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual property System::Drawing::Point LocationImplementation { System::Drawing::Point get(); void set(System::Drawing::Point value); };
protected virtual System.Drawing.Point LocationImplementation { get; set; }
member this.LocationImplementation : System.Drawing.Point with get, set
Protected Overridable Property LocationImplementation As Point