'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the NCommandParent will display a gripper.")> Public Overridable Property HasGripper As System.Boolean
'Usage
Dim instance As NToolbar Dim value As System.Boolean instance.HasGripper = value value = instance.HasGripper
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the NCommandParent will display a gripper.")] public virtual System.bool HasGripper {get; set;}