Search
ScrollBar.Enabled Property
See Also
 





Gets or sets a value indicating whether the control can respond to user interaction.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public new bool Enabled { get; set; }

Visual Basic  Copy Code

Public Shadows Property Enabled As Boolean

 Property Value

 See Also