Metodo ITextHost2::TxSetCursor2 (textserv.h)

Imposta la forma del cursore nella finestra host di testo.

Sintassi

HCURSOR TxSetCursor2(
  HCURSOR hcur,
  BOOL    bText
);

Parametri

hcur

Tipo: HCURSOR

Nuova forma del cursore.

bText

Tipo: BOOL

TRUE se il cursore viene utilizzato per il testo o FALSE in caso contrario.

Valore restituito

Tipo: HCURSOR

Restituisce il cursore che hcur sostituisce.

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione textserv.h
DLL Msftedit.dll

Vedi anche

ITextHost2

ITextHost::TxSetCursor

ITextServices::OnTxSetCursor