'Declaration
<SRDescriptionAttribute("Indicates whether the control will be double buffered.")> <SRCategoryAttribute("Behavior")> Protected Overridable Property DoubleBuffered As System.Boolean
'Usage
Dim instance As EditSourceManager Dim value As System.Boolean instance.DoubleBuffered = value value = instance.DoubleBuffered
[SRDescription("Indicates whether the control will be double buffered.")] [SRCategory("Behavior")] protected virtual System.bool DoubleBuffered {get; set;}