Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindowOptionsBehavior.ScreenSnapBuffer Property

Specifies the proximity range (in pixels) within which screen edge sticking for an alert window is in effect.

#Declaration

Delphi
property ScreenSnapBuffer: Integer read; write; default dxAlertWindowDefaultScreenSnapBuffer;

#Property Value

Type Default
Integer dxAlertWindowDefaultScreenSnapBuffer

#Remarks

If screen edge sticking is enabled via the ScreenSnap property and any part of an alert window is within the ScreenSnapBuffer range of a screen edge, the alert window automatically sticks to this screen edge.

The default value of the ScreenSnapBuffer property is specified by the dxAlertWindowDefaultScreenSnapBuffer global constant.

See Also