SYSTEM_PARAMETERS_INFO_ACTION extension type enum

on
Implemented types

Constructors

SYSTEM_PARAMETERS_INFO_ACTION(int _)
const

Properties

bitLength int
Returns the minimum number of bits required to store this integer.
no setterinherited
hashCode int
Returns a hash code for a numerical value.
no setterinherited
isEven bool
Returns true if and only if this integer is even.
no setterinherited
isFinite bool
Whether this number is finite.
no setterinherited
isInfinite bool
Whether this number is positive infinity or negative infinity.
no setterinherited
isNaN bool
Whether this number is a Not-a-Number value.
no setterinherited
isNegative bool
Whether this number is negative.
no setterinherited
isOdd bool
Returns true if and only if this integer is odd.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign int
Returns the sign of this integer.
no setterinherited

Methods

abs() int
Returns the absolute value of this integer.
inherited
ceil() int
Returns this.
inherited
ceilToDouble() double
Returns this.toDouble().
inherited
clamp(num lowerLimit, num upperLimit) num
Returns this num clamped to be in the range lowerLimit-upperLimit.
inherited
compareTo(num other) int
Compares this to other.
inherited
floor() int
Returns this.
inherited
floorToDouble() double
Returns this.toDouble().
inherited
gcd(int other) int
Returns the greatest common divisor of this integer and other.
inherited
modInverse(int modulus) int
Returns the modular multiplicative inverse of this integer modulo modulus.
inherited
modPow(int exponent, int modulus) int
Returns this integer to the power of exponent modulo modulus.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remainder(num other) num
The remainder of the truncating division of this by other.
inherited
round() int
Returns this.
inherited
roundToDouble() double
Returns this.toDouble().
inherited
toDouble() double
This number as a double.
inherited
toInt() int
Truncates this num to an integer and returns the result as an int.
inherited
toRadixString(int radix) String
Converts this to a string representation in the given radix.
inherited
toSigned(int width) int
Returns the least significant width bits of this integer, extending the highest retained bit to the sign. This is the same as truncating the value to fit in width bits using an signed 2-s complement representation. The returned value has the same bit value in all positions higher than width.
inherited
toString() String
Returns a string representation of this integer.
inherited
toStringAsExponential([int? fractionDigits]) String
An exponential string-representation of this number.
inherited
toStringAsFixed(int fractionDigits) String
A decimal-point string-representation of this number.
inherited
toStringAsPrecision(int precision) String
A string representation with precision significant digits.
inherited
toUnsigned(int width) int
Returns the least significant width bits of this integer as a non-negative number (i.e. unsigned representation). The returned value has zeros in all bit positions higher than width.
inherited
truncate() int
Returns this.
inherited
truncateToDouble() double
Returns this.toDouble().
inherited

Operators

operator %(num other) num
Euclidean modulo of this number by other.
inherited
operator &(int other) int
Bit-wise and operator.
inherited
operator *(num other) num
Multiplies this number by other.
inherited
operator +(num other) num
Adds other to this number.
inherited
operator -(num other) num
Subtracts other from this number.
inherited
operator /(num other) double
Divides this number by other.
inherited
operator <(num other) bool
Whether this number is numerically smaller than other.
inherited
operator <<(int shiftAmount) int
Shift the bits of this integer to the left by shiftAmount.
inherited
operator <=(num other) bool
Whether this number is numerically smaller than or equal to other.
inherited
operator ==(Object other) bool
Test whether this value is numerically equal to other.
inherited
operator >(num other) bool
Whether this number is numerically greater than other.
inherited
operator >=(num other) bool
Whether this number is numerically greater than or equal to other.
inherited
operator >>(int shiftAmount) int
Shift the bits of this integer to the right by shiftAmount.
inherited
operator >>>(int shiftAmount) int
Bitwise unsigned right shift by shiftAmount bits.
inherited
operator ^(int other) int
Bit-wise exclusive-or operator.
inherited
operator unary-() int
Return the negative value of this integer.
inherited
operator |(int other) int
Bit-wise or operator.
inherited
operator ~() int
The bit-wise negate operator.
inherited
operator ~/(num other) int
Truncating division operator.
inherited

Constants

SPI_GETACCESSTIMEOUT → const int
SPI_GETACTIVEWINDOWTRACKING → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETACTIVEWNDTRKTIMEOUT → const int
SPI_GETACTIVEWNDTRKZORDER → const int
SPI_GETANIMATION → const int
SPI_GETAUDIODESCRIPTION → const int
SPI_GETBEEP → const int
SPI_GETBLOCKSENDINPUTRESETS → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETBORDER → const int
SPI_GETCARETBROWSING → const int
SPI_GETCARETTIMEOUT → const int
SPI_GETCARETWIDTH → const int
SPI_GETCLEARTYPE → const int
SPI_GETCLIENTAREAANIMATION → const int
SPI_GETCOMBOBOXANIMATION → const int
SPI_GETCONTACTVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETCURSORSHADOW → const int
SPI_GETDEFAULTINPUTLANG → const int
SPI_GETDESKWALLPAPER → const int
SPI_GETDISABLEOVERLAPPEDCONTENT → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETDOCKMOVING → const int
SPI_GETDRAGFROMMAXIMIZE → const int
SPI_GETDRAGFULLWINDOWS → const int
SPI_GETDROPSHADOW → const int
SPI_GETFASTTASKSWITCH → const int
SPI_GETFILTERKEYS → const int
SPI_GETFLATMENU → const int
SPI_GETFOCUSBORDERHEIGHT → const int
SPI_GETFOCUSBORDERWIDTH → const int
SPI_GETFONTSMOOTHING → const int
SPI_GETFONTSMOOTHINGCONTRAST → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETFONTSMOOTHINGORIENTATION → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETFONTSMOOTHINGTYPE → const int
SPI_GETFOREGROUNDFLASHCOUNT → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETFOREGROUNDLOCKTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETGESTUREVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETGRADIENTCAPTIONS → const int
SPI_GETGRIDGRANULARITY → const int
SPI_GETHANDEDNESS → const int
SPI_GETHIGHCONTRAST → const int
SPI_GETHOTTRACKING → const int
SPI_GETHUNGAPPTIMEOUT → const int
SPI_GETICONMETRICS → const int
SPI_GETICONTITLELOGFONT → const int
SPI_GETICONTITLEWRAP → const int
SPI_GETKEYBOARDCUES → const int
SPI_GETKEYBOARDDELAY → const int
SPI_GETKEYBOARDPREF → const int
SPI_GETKEYBOARDSPEED → const int
SPI_GETLISTBOXSMOOTHSCROLLING → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETLOGICALDPIOVERRIDE → const int
SPI_GETLOWPOWERACTIVE → const int
SPI_GETLOWPOWERTIMEOUT → const int
SPI_GETMENUANIMATION → const int
SPI_GETMENUDROPALIGNMENT → const int
SPI_GETMENUFADE → const int
SPI_GETMENURECT → const int
SPI_GETMENUSHOWDELAY → const int
SPI_GETMENUUNDERLINES → const int
SPI_GETMESSAGEDURATION → const int
SPI_GETMINIMIZEDMETRICS → const int
SPI_GETMINIMUMHITRADIUS → const int
SPI_GETMOUSE → const int
SPI_GETMOUSECLICKLOCK → const int
SPI_GETMOUSECLICKLOCKTIME → const int
SPI_GETMOUSEDOCKTHRESHOLD → const int
SPI_GETMOUSEDRAGOUTTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETMOUSEHOVERHEIGHT → const int
SPI_GETMOUSEHOVERTIME → const int
SPI_GETMOUSEHOVERWIDTH → const int
SPI_GETMOUSEKEYS → const int
SPI_GETMOUSESIDEMOVETHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETMOUSESONAR → const int
SPI_GETMOUSESPEED → const int
SPI_GETMOUSETRAILS → const int
SPI_GETMOUSEVANISH → const int
SPI_GETMOUSEWHEELROUTING → const int
SPI_GETNONCLIENTMETRICS → const int
SPI_GETPENARBITRATIONTYPE → const int
SPI_GETPENDOCKTHRESHOLD → const int
SPI_GETPENDRAGOUTTHRESHOLD → const int
SPI_GETPENSIDEMOVETHRESHOLD → const int
SPI_GETPENVISUALIZATION → const int
SPI_GETPOWEROFFACTIVE → const int
SPI_GETPOWEROFFTIMEOUT → const int
SPI_GETSCREENREADER → const int
SPI_GETSCREENSAVEACTIVE → const int
SPI_GETSCREENSAVERRUNNING → const int
SPI_GETSCREENSAVESECURE → const int
SPI_GETSCREENSAVETIMEOUT → const int
SPI_GETSELECTIONFADE → const int
SPI_GETSERIALKEYS → const int
SPI_GETSHOWIMEUI → const int
SPI_GETSHOWSOUNDS → const int
SPI_GETSNAPSIZING → const int
SPI_GETSNAPTODEFBUTTON → const int
SPI_GETSOUNDSENTRY → const int
SPI_GETSPEECHRECOGNITION → const int
SPI_GETSTICKYKEYS → const int
SPI_GETSYSTEMLANGUAGEBAR → const int
SPI_GETTHREADLOCALINPUTSETTINGS → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETTOGGLEKEYS → const int
SPI_GETTOOLTIPANIMATION → const int
SPI_GETTOOLTIPFADE → const int
SPI_GETTOUCHPREDICTIONPARAMETERS → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETUIEFFECTS → const int
SPI_GETWAITTOKILLSERVICETIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_GETWAITTOKILLTIMEOUT → const int
SPI_GETWHEELSCROLLCHARS → const int
SPI_GETWHEELSCROLLLINES → const int
SPI_GETWINARRANGING → const int
SPI_GETWINDOWSEXTENSION → const int
SPI_GETWORKAREA → const int
SPI_ICONHORIZONTALSPACING → const int
SPI_ICONVERTICALSPACING → const int
SPI_LANGDRIVER → const int
SPI_SCREENSAVERRUNNING → const int
SPI_SETACCESSTIMEOUT → const int
SPI_SETACTIVEWINDOWTRACKING → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETACTIVEWNDTRKTIMEOUT → const int
SPI_SETACTIVEWNDTRKZORDER → const int
SPI_SETANIMATION → const int
SPI_SETAUDIODESCRIPTION → const int
SPI_SETBEEP → const int
SPI_SETBLOCKSENDINPUTRESETS → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETBORDER → const int
SPI_SETCARETBROWSING → const int
SPI_SETCARETTIMEOUT → const int
SPI_SETCARETWIDTH → const int
SPI_SETCLEARTYPE → const int
SPI_SETCLIENTAREAANIMATION → const int
SPI_SETCOMBOBOXANIMATION → const int
SPI_SETCONTACTVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETCURSORS → const int
SPI_SETCURSORSHADOW → const int
SPI_SETDEFAULTINPUTLANG → const int
SPI_SETDESKPATTERN → const int
SPI_SETDESKWALLPAPER → const int
SPI_SETDISABLEOVERLAPPEDCONTENT → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETDOCKMOVING → const int
SPI_SETDOUBLECLICKTIME → const int
SPI_SETDOUBLECLKHEIGHT → const int
SPI_SETDOUBLECLKWIDTH → const int
SPI_SETDRAGFROMMAXIMIZE → const int
SPI_SETDRAGFULLWINDOWS → const int
SPI_SETDRAGHEIGHT → const int
SPI_SETDRAGWIDTH → const int
SPI_SETDROPSHADOW → const int
SPI_SETFASTTASKSWITCH → const int
SPI_SETFILTERKEYS → const int
SPI_SETFLATMENU → const int
SPI_SETFOCUSBORDERHEIGHT → const int
SPI_SETFOCUSBORDERWIDTH → const int
SPI_SETFONTSMOOTHING → const int
SPI_SETFONTSMOOTHINGCONTRAST → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETFONTSMOOTHINGORIENTATION → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETFONTSMOOTHINGTYPE → const int
SPI_SETFOREGROUNDFLASHCOUNT → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETFOREGROUNDLOCKTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETGESTUREVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETGRADIENTCAPTIONS → const int
SPI_SETGRIDGRANULARITY → const int
SPI_SETHANDEDNESS → const int
SPI_SETHANDHELD → const int
SPI_SETHIGHCONTRAST → const int
SPI_SETHOTTRACKING → const int
SPI_SETHUNGAPPTIMEOUT → const int
SPI_SETICONMETRICS → const int
SPI_SETICONS → const int
SPI_SETICONTITLELOGFONT → const int
SPI_SETICONTITLEWRAP → const int
SPI_SETKEYBOARDCUES → const int
SPI_SETKEYBOARDDELAY → const int
SPI_SETKEYBOARDPREF → const int
SPI_SETKEYBOARDSPEED → const int
SPI_SETLANGTOGGLE → const int
SPI_SETLISTBOXSMOOTHSCROLLING → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETLOGICALDPIOVERRIDE → const int
SPI_SETLOWPOWERACTIVE → const int
SPI_SETLOWPOWERTIMEOUT → const int
SPI_SETMENUANIMATION → const int
SPI_SETMENUDROPALIGNMENT → const int
SPI_SETMENUFADE → const int
SPI_SETMENURECT → const int
SPI_SETMENUSHOWDELAY → const int
SPI_SETMENUUNDERLINES → const int
SPI_SETMESSAGEDURATION → const int
SPI_SETMINIMIZEDMETRICS → const int
SPI_SETMINIMUMHITRADIUS → const int
SPI_SETMOUSE → const int
SPI_SETMOUSEBUTTONSWAP → const int
SPI_SETMOUSECLICKLOCK → const int
SPI_SETMOUSECLICKLOCKTIME → const int
SPI_SETMOUSEDOCKTHRESHOLD → const int
SPI_SETMOUSEDRAGOUTTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETMOUSEHOVERHEIGHT → const int
SPI_SETMOUSEHOVERTIME → const int
SPI_SETMOUSEHOVERWIDTH → const int
SPI_SETMOUSEKEYS → const int
SPI_SETMOUSESIDEMOVETHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETMOUSESONAR → const int
SPI_SETMOUSESPEED → const int
SPI_SETMOUSETRAILS → const int
SPI_SETMOUSEVANISH → const int
SPI_SETMOUSEWHEELROUTING → const int
SPI_SETNONCLIENTMETRICS → const int
SPI_SETPENARBITRATIONTYPE → const int
SPI_SETPENDOCKTHRESHOLD → const int
SPI_SETPENDRAGOUTTHRESHOLD → const int
SPI_SETPENSIDEMOVETHRESHOLD → const int
SPI_SETPENVISUALIZATION → const int
SPI_SETPENWINDOWS → const int
SPI_SETPOWEROFFACTIVE → const int
SPI_SETPOWEROFFTIMEOUT → const int
SPI_SETSCREENREADER → const int
SPI_SETSCREENSAVEACTIVE → const int
SPI_SETSCREENSAVERRUNNING → const int
SPI_SETSCREENSAVESECURE → const int
SPI_SETSCREENSAVETIMEOUT → const int
SPI_SETSELECTIONFADE → const int
SPI_SETSERIALKEYS → const int
SPI_SETSHOWIMEUI → const int
SPI_SETSHOWSOUNDS → const int
SPI_SETSNAPSIZING → const int
SPI_SETSNAPTODEFBUTTON → const int
SPI_SETSOUNDSENTRY → const int
SPI_SETSPEECHRECOGNITION → const int
SPI_SETSTICKYKEYS → const int
SPI_SETSYSTEMLANGUAGEBAR → const int
SPI_SETTHREADLOCALINPUTSETTINGS → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETTOGGLEKEYS → const int
SPI_SETTOOLTIPANIMATION → const int
SPI_SETTOOLTIPFADE → const int
SPI_SETTOUCHPREDICTIONPARAMETERS → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETUIEFFECTS → const int
SPI_SETWAITTOKILLSERVICETIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
SPI_SETWAITTOKILLTIMEOUT → const int
SPI_SETWHEELSCROLLCHARS → const int
SPI_SETWHEELSCROLLLINES → const int
SPI_SETWINARRANGING → const int
SPI_SETWORKAREA → const int