ShowIcons Property (Accordion)
In This Topic
Gets or sets a value that determines whether shows collapsed/expanded icons in the pane headers.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property ShowIcons As System.Boolean
'Usage
Dim instance As Accordion
Dim value As System.Boolean
instance.ShowIcons = value
value = instance.ShowIcons
[System.ComponentModel.DefaultValue(true)]
public System.bool ShowIcons {get; set;}
public read-write property ShowIcons: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowIcons : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_ShowIcons();
public: __property void set_ShowIcons(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool ShowIcons {
System.bool get();
void set ( System.bool value);
}
See Also