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 to close the window when the solution is being closed.
Namespace: NTier.VSAddInAssembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool CloseOnSolutionClose { get; set; } |
Visual Basic |
---|
Public Property CloseOnSolutionClose As Boolean Get Set |
Visual C++ |
---|
public: property bool CloseOnSolutionClose { bool get (); void set (bool value); } |