Version

Search Results

OnMouseDown Method (PaneSlidingGroupUIElement)

Invoked when a mouse button is pressed for the caption uielement. Syntax Parameters e Mouse event argumentsadjustableArea True if the mouse is over an adjustable area.captureMouseForElement By reference parameter used to indicate which element should capture the mouse. Return Value True to override the default pro...

OnMouseEnter Method (PaneSlidingGroupUIElement)

Invoked when the mouse enters the bounds of the element. Syntax Example This sample initializes the appearance of a UIElement based on the mouse position within the element. It also exemplifies the use of mouse hover notifications.

OnMouseHover Method (PaneSlidingGroupUIElement)

Invoked when the mouse hovers over the element. Syntax Example This sample initializes the appearance of a UIElement based on the mouse position within the element. It also exemplifies the use of mouse hover notifications.

OnMouseLeave Method (PaneSlidingGroupUIElement)

Invoked when the mouse leaves the bounds of the element. Syntax Example This sample initializes the appearance of a UIElement based on the mouse position within the element. It also exemplifies the use of mouse hover notifications.

Pane Property (PaneSlidingGroupUIElement)

Returns the associated pane Syntax