Gets or sets a value indicating whether the control can respond to user interaction.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public new bool Enabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shadows Property Enabled As Boolean |
See Also