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