'Declaration
<System.ComponentModel.CategoryAttribute("Elements")> <System.ComponentModel.DescriptionAttribute("Gets the NProgressBarElement which will be displayed if the ProgressType is ProgressBar.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public ReadOnly Property ProgressBar As NProgressBarElement
'Usage
Dim instance As NTaskDialog Dim value As NProgressBarElement value = instance.ProgressBar
[System.ComponentModel.Category("Elements")] [System.ComponentModel.Description("Gets the NProgressBarElement which will be displayed if the ProgressType is ProgressBar.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public NProgressBarElement ProgressBar {get;}