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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.