'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Determines whether the form will use the Vista Glass effect if enabled.")> Public Property UseGlassIfEnabled As CommonTriState
'Usage
Dim instance As NForm Dim value As CommonTriState instance.UseGlassIfEnabled = value value = instance.UseGlassIfEnabled
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Determines whether the form will use the Vista Glass effect if enabled.")] public CommonTriState UseGlassIfEnabled {get; set;}