DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS class enum
Describes per-monitor DPI scaling behavior overrides for child windows within dialogs. The values in this enumeration are bitfields and can be combined.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DCDC_DEFAULT → const int
- The default behavior of the dialog manager. The dialog managed will update the font, size, and position of the child window on DPI changes.
- DCDC_DISABLE_FONT_UPDATE → const int
- Prevents the dialog manager from sending an updated font to the child window via WM_SETFONT in response to a DPI change.
- DCDC_DISABLE_RELAYOUT → const int
- Prevents the dialog manager from resizing and repositioning the child window in response to a DPI change.