'Declaration
<System.ComponentModel.DescriptionAttribute("Gets or sets a value whether the NMdiChild instances will stick to the edges of its MdiClient container.")> Public Property StickToMdiClientEdges As System.Boolean
'Usage
Dim instance As NDocumentStyle Dim value As System.Boolean instance.StickToMdiClientEdges = value value = instance.StickToMdiClientEdges
[System.ComponentModel.Description("Gets or sets a value whether the NMdiChild instances will stick to the edges of its MdiClient container.")] public System.bool StickToMdiClientEdges {get; set;}