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
[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 does not support events.

Remarks

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

.NET Framework Security

See Also

Reference

Shape Class

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)