Condividi tramite


Evento Shape.ChangeUICues

Si verifica quando la modifica dell'interfaccia utente della tastiera (UI) o dello stato attivo.

Spazio dei nomi:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(True)> _
Public Event ChangeUICues As UICuesEventHandler
[BrowsableAttribute(true)]
public event UICuesEventHandler ChangeUICues
[BrowsableAttribute(true)]
public:
 event UICuesEventHandler^ ChangeUICues {
    void add (UICuesEventHandler^ value);
    void remove (UICuesEventHandler^ value);
}
[<BrowsableAttribute(true)>]
member ChangeUICues : IEvent<UICuesEventHandler,
    UICuesEventArgs>
JScript non supporta gli eventi.

Note

per ulteriori informazioni su come gestire gli eventi, vedere Utilizzo degli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Shape Classe

Spazio dei nomi Microsoft.VisualBasic.PowerPacks

Altre risorse

Procedura: disegnare linee con il controllo LineShape (Visual Studio)

Procedura: disegnare forme con i controlli OvalShape e RectangleShape (Visual Studio)

Introduzione ai controlli Line e Shape (Visual Studio)