ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / IsActive Property

In This Topic
    IsActive Property (C1DockWindow)
    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