RectangleShape Events

 

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

Events

Name Description
System_CAPS_pubevent BackColorChanged

Occurs when the BackColor property of the shape is changed.(Inherited from SimpleShape.)

System_CAPS_pubevent BackgroundImageChanged

Occurs when the BackgroundImage property of a shape is changed.(Inherited from SimpleShape.)

System_CAPS_pubevent BackgroundImageLayoutChanged

Occurs when the BackgroundImageLayout property of a shape is changed.(Inherited from SimpleShape.)

System_CAPS_pubevent ChangeUICues

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

System_CAPS_pubevent Click

Occurs when the shape is clicked.(Inherited from Shape.)

System_CAPS_pubevent ClientSizeChanged

Occurs when the ClientSize property of a shape is changed.(Inherited from SimpleShape.)

System_CAPS_pubevent ContextMenuChanged

Occurs when the value of the ContextMenu property changes.(Inherited from Shape.)

System_CAPS_pubevent ContextMenuStripChanged

Occurs when the value of the ContextMenuStrip property changes.(Inherited from Shape.)

System_CAPS_pubevent CursorChanged

Occurs when the value of the Cursor property changes.(Inherited from Shape.)

System_CAPS_pubevent Disposed

(Inherited from Component.)

System_CAPS_pubevent DoubleClick

Occurs when the shape is double-clicked.(Inherited from Shape.)

System_CAPS_pubevent EnabledChanged

Occurs when the Enabled property value has changed.(Inherited from Shape.)

System_CAPS_pubevent Enter

Occurs when the shape is entered.(Inherited from Shape.)

System_CAPS_pubevent GotFocus

Occurs when the shape receives focus.(Inherited from Shape.)

System_CAPS_pubevent Invalidated

Occurs when a shape's display requires redrawing.(Inherited from Shape.)

System_CAPS_pubevent KeyDown

Occurs when a key is pressed and the shape has focus.(Inherited from Shape.)

System_CAPS_pubevent KeyPress

Occurs when a key is pressed and the shape has focus.(Inherited from Shape.)

System_CAPS_pubevent KeyUp

Occurs when a key is released and the shape has focus.(Inherited from Shape.)

System_CAPS_pubevent Leave

Occurs when the input focus leaves the shape.(Inherited from Shape.)

System_CAPS_pubevent LocationChanged

Occurs when the Location property of a shape is changed.(Inherited from SimpleShape.)

System_CAPS_pubevent LostFocus

Occurs when the shape loses focus.(Inherited from Shape.)

System_CAPS_pubevent MouseClick

Occurs when the shape is clicked by the mouse.(Inherited from Shape.)

System_CAPS_pubevent MouseDoubleClick

Occurs when the shape is double-clicked by the mouse.(Inherited from Shape.)

System_CAPS_pubevent MouseDown

Occurs when the mouse pointer is over the shape and a mouse button is pressed.(Inherited from Shape.)

System_CAPS_pubevent MouseEnter

Occurs when the mouse pointer enters the shape.(Inherited from Shape.)

System_CAPS_pubevent MouseHover

Occurs when the mouse pointer rests on the shape.(Inherited from Shape.)

System_CAPS_pubevent MouseLeave

Occurs when the mouse pointer leaves the shape. (Inherited from Shape.)

System_CAPS_pubevent MouseMove

Occurs when the mouse pointer is moved over the shape.(Inherited from Shape.)

System_CAPS_pubevent MouseUp

Occurs when the mouse pointer is over the shape and a mouse button is released.(Inherited from Shape.)

System_CAPS_pubevent MouseWheel

Occurs when the mouse wheel moves and the shape has focus.(Inherited from Shape.)

System_CAPS_pubevent Move

Occurs when the shape is moved.(Inherited from Shape.)

System_CAPS_pubevent Paint

Occurs when the shape is redrawn.(Inherited from Shape.)

System_CAPS_pubevent ParentChanged

Occurs when the Parent property value changes.(Inherited from Shape.)

System_CAPS_pubevent PreviewKeyDown

Occurs before the KeyDown event when a key is pressed and focus is on the shape.(Inherited from Shape.)

System_CAPS_pubevent QueryAccessibilityHelp

Occurs when an AccessibleObject is providing Help to accessibility applications. (Inherited from Shape.)

System_CAPS_pubevent RegionChanged

Occurs when the value of the Region property changes.(Inherited from Shape.)

System_CAPS_pubevent Resize

Occurs when the size of a shape is changed.(Inherited from SimpleShape.)

System_CAPS_pubevent SizeChanged

Occurs when the Size property of a shape is changed.(Inherited from SimpleShape.)

System_CAPS_pubevent VisibleChanged

Occurs when the Visible property value changes.(Inherited from Shape.)

See Also

RectangleShape Class
Microsoft.VisualBasic.PowerPacks Namespace

Return to top