'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating how to load the bitmaps - as resources or from files.")> Public Overridable Property IsResource As System.Boolean
'Usage
Dim instance As NDockingStickerTemplate Dim value As System.Boolean instance.IsResource = value value = instance.IsResource
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets or sets a value indicating how to load the bitmaps - as resources or from files.")] public virtual System.bool IsResource {get; set;}