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