ToolboxService.IToolboxService.SetCursor Método

Definición

Establece el cursor de la aplicación actual en un cursor que representa la herramienta seleccionada actualmente.

 virtual bool System.Drawing.Design.IToolboxService.SetCursor() = System::Drawing::Design::IToolboxService::SetCursor;
bool IToolboxService.SetCursor();
abstract member System.Drawing.Design.IToolboxService.SetCursor : unit -> bool
override this.System.Drawing.Design.IToolboxService.SetCursor : unit -> bool
Function SetCursor () As Boolean Implements IToolboxService.SetCursor

Devoluciones

true si la herramienta seleccionada establece el cursor; false si no hay ninguna herramienta seleccionada y el cursor se establece en el cursor estándar Windows.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ToolboxService instancia se convierte en una IToolboxService interfaz.

Se aplica a