Click or drag to resize
Wizard .NET Library

ThemedTableLayoutPanelWatchFocus Property

Gets or sets a value indicating whether to watch getting and losing focus.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(false)]
public bool WatchFocus { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if watching focus events; otherwise, false.
See Also