See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set whether the window is dockable with other linked windows. If false, the
window will appear in the document pane.
Namespace: NTier.VSAddInAssembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool CanDock { get; set; } |
Visual Basic |
---|
Public Property CanDock As Boolean Get Set |
Visual C++ |
---|
public: property bool CanDock { bool get (); void set (bool value); } |