Interface IRadTaskDialogPageFocusableElement
An interface implemented by the focusable elements of the RadTaskDialogPage
Namespace: Telerik.WinControls.UI.TaskDialog
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IRadTaskDialogPageFocusableElement
Properties
Focused
Gets or sets the focused state of the element.
Declaration
bool Focused { get; set; }
Property Value
System.Boolean
|