Share via


Shape.ChangeUICues Event

Occurs when the focus or keyboard user interface (UI) cues change.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Event ChangeUICues As UICuesEventHandler
'Usage
Dim instance As Shape 
Dim handler As UICuesEventHandler 

AddHandler instance.ChangeUICues, handler
[BrowsableAttribute(true)]
public event UICuesEventHandler ChangeUICues
[BrowsableAttribute(true)]
public:
 event UICuesEventHandler^ ChangeUICues {
    void add (UICuesEventHandler^ value);
    void remove (UICuesEventHandler^ value);
}
JScript does not support events.

Remarks

For more information about how to handle events, see Consuming Events.

.NET Framework Security

See Also

Reference

Shape Class

Shape Members

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

How to: Draw Lines with the LineShape Control (Visual Studio)

How to: Draw Shapes with the OvalShape and RectangleShape Controls (Visual Studio)

Introduction to the Line and Shape Controls (Visual Studio)