mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-05 00:19:27 +03:00
ActiveContent no longer serialised by designer.
This commit is contained in:
parent
25495cf77e
commit
a699c6341e
@ -29,6 +29,8 @@ namespace DarkUI.Docking
|
|||||||
|
|
||||||
#region Property Region
|
#region Property Region
|
||||||
|
|
||||||
|
[Browsable(false)]
|
||||||
|
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
|
||||||
public DarkDockContent ActiveContent
|
public DarkDockContent ActiveContent
|
||||||
{
|
{
|
||||||
get { return _activeContent; }
|
get { return _activeContent; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user