'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the Form will be always on top (topmost).")> Public Overridable Property AlwaysOnTop As System.Boolean
'Usage
Dim instance As NDesktopToolbar Dim value As System.Boolean instance.AlwaysOnTop = value value = instance.AlwaysOnTop
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the Form will be always on top (topmost).")] public virtual System.bool AlwaysOnTop {get; set;}