Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / IsActive Property

In This Topic
    IsActive Property (C1Window)
    In This Topic
    Gets or sets whether the window is the active window.
    Syntax
    'Declaration
     
    
    Public Property IsActive As Boolean
    public bool IsActive {get; set;}
    See Also