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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.