ShowToolbar Property (Tile)
In This Topic
Gets or sets a boolean value decides whether to show the toolbar.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property ShowToolbar As System.Boolean
'Usage
Dim instance As Tile
Dim value As System.Boolean
instance.ShowToolbar = value
value = instance.ShowToolbar
[System.ComponentModel.DefaultValue(true)]
public System.bool ShowToolbar {get; set;}
public read-write property ShowToolbar: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowToolbar : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_ShowToolbar();
public: __property void set_ShowToolbar(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool ShowToolbar {
System.bool get();
void set ( System.bool value);
}
See Also