'Declaration
<SRDescriptionAttribute("Indicates whether the opacity of the control can be adjusted. ")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.BrowsableAttribute(False)> Public Property AllowTransparency As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean instance.AllowTransparency = value value = instance.AllowTransparency
[SRDescription("Indicates whether the opacity of the control can be adjusted. ")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] public System.bool AllowTransparency {get; set;}