ScrollableControl.ScrollStateFullDrag Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the user has enabled full window drag.
protected: int ScrollStateFullDrag = 16;
protected const int ScrollStateFullDrag = 16;
val mutable ScrollStateFullDrag : int
Protected Const ScrollStateFullDrag As Integer = 16
Field Value
Value = 16Remarks
The ScrollStateFullDrag field is a mask. Use it with the GetScrollState and SetScrollState methods to get and set whether the user has enabled full window drag.
When full window drag is enabled, the contents of windows are displayed when the user moves and sizes the windows.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.