WinForms › Checked Image List Box › CheckedImageListBoxVerticalScrollEventArgs
CheckedImageListBoxVerticalScrollEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ListControls
A custom event arguments class that hosts data for the VerticalScroll event.
public class CheckedImageListBoxVerticalScrollEventArgs : EventArgs
Inherits from / implements: EventArgs
Members at a glance
Keys | Gets or sets the keys. |
ScrollEventArgs | Gets or sets the scroll event arguments. |
SourceWindowsMessage | Gets or sets the source windows message. |
Properties
Keys
public Keys Keys
Gets or sets the keys.
Value. The keys.
ScrollEventArgs
public ScrollEventArgs ScrollEventArgs
Gets or sets the scroll event arguments.
Value. The scroll event arguments.
SourceWindowsMessage
public int SourceWindowsMessage
Gets or sets the source windows message.
Value. The source windows message.