Version

Search Results

OnCaptureAborted Method (PaneCaptionUIElement)

Invoked when the mouse capture has been canceled. Syntax

OnClick Method (PaneCaptionUIElement)

Invoked when the mouse is released over the element. Syntax

OnDoubleClick Method (PaneCaptionUIElement)

Invoked when the user double clicks on an element. Syntax Parameters adjustableArea True if the area of the element that was double clicked was an adjustable area.

OnMouseDown Method (PaneCaptionUIElement)

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...

OnMouseUp Method (PaneCaptionUIElement)

Invoked when the mouse is release over the element. Syntax Parameters e Mouse event arguments Return Value True to prevent further processing.