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
[BrowsableAttribute(true)]
public event UICuesEventHandler ChangeUICues
public:
[BrowsableAttribute(true)]
event UICuesEventHandler^ ChangeUICues {
void add(UICuesEventHandler^ value);
void remove(UICuesEventHandler^ value);
}
[<BrowsableAttribute(true)>]
member ChangeUICues : IEvent<UICuesEventHandler,
UICuesEventArgs>
<BrowsableAttribute(True)>
Public Event ChangeUICues As UICuesEventHandler
Remarks
For more information about how to handle events, see Handling and Raising Events.
See Also
Shape Class
Microsoft.VisualBasic.PowerPacks Namespace
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)
Return to top