Interface IControl
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IControl : IFrameworkElement, ITargetElement
Properties
IsEnabled
Declaration
bool IsEnabled { get; set; }
Property Value
System.Boolean
|