Table of Contents

TTMSFNCRibbonEdgeDetect Enumeration

Window resize-edge hit-test result used by TTMSFNCRibbonForm for borderless window resizing.

API unit family: TMSFNCRibbon

Members

Name Description
edNone No resize edge detected.
edLeft Left edge — resize horizontally from the left.
edTop Top edge — resize vertically from the top.
edRight Right edge — resize horizontally from the right.
edBottom Bottom edge — resize vertically from the bottom.
edTopLeft Top-left corner — resize both axes from the top-left.
edTopRight Top-right corner — resize both axes from the top-right.
edBottomLeft Bottom-left corner — resize both axes from the bottom-left.
edBottomRight Bottom-right corner — resize both axes from the bottom-right.