ParentControlDesigner.OnSetCursor Method
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.
Provides an opportunity to change the current mouse cursor.
protected:
override void OnSetCursor();
protected override void OnSetCursor ();
override this.OnSetCursor : unit -> unit
Protected Overrides Sub OnSetCursor ()
Remarks
This method sets the mouse cursor according to the following rules: If the toolbox service has a tool selected, it allows the toolbox service to set the cursor. Otherwise, the mouse cursor is set to the default mouse cursor.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.