'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <NDesignOnlyBrowsableAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether painting will be handled by the command itself.")> Public Overridable Property OwnPaint As System.Boolean
'Usage
Dim instance As NCommand Dim value As System.Boolean instance.OwnPaint = value value = instance.OwnPaint
[System.ComponentModel.DefaultValue(false)] [NDesignOnlyBrowsable(true)] [System.ComponentModel.Description("Gets/sets a value whether painting will be handled by the command itself.")] public virtual System.bool OwnPaint {get; set;}