Gets or sets a value indicating whether the toolbar should be displayed.
Namespace: Dapfor.Net.DiagnosticsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool DisplayToolbar { get; set; } |
| Visual Basic |
|---|
Public Property DisplayToolbar As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool DisplayToolbar {
bool get ();
void set (bool value);
} |
| F# |
|---|
member DisplayToolbar : bool with get, set
|
Property Value
Type:
Booleantrue if the toolbar is displayed; otherwise,
false.
See Also