'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.CategoryAttribute("Sticking")> <System.ComponentModel.DescriptionAttribute("Gets or sets a value whether the floating frames will be sticking.")> Public Property StickyFloatingFrames As System.Boolean
'Usage
Dim instance As NDockManager Dim value As System.Boolean instance.StickyFloatingFrames = value value = instance.StickyFloatingFrames
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Category("Sticking")] [System.ComponentModel.Description("Gets or sets a value whether the floating frames will be sticking.")] public System.bool StickyFloatingFrames {get; set;}