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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.