Write-only |
About Display Formatting |
Description |
Shows and Hides the Title Bars. The Title Bars are across the top of the Network Analyzer Window and each of the measurement windows. The Window name is shown in the Title Bar. |
VB Syntax |
app.ShowTitleBars state |
Variable |
(Type) - Description |
app |
An Application (object) |
state |
(boolean) |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.ShowTitleBars True |
C++ Syntax |
HRESULT ShowTitleBars/(VARIANT_BOOL bState) |
Interface |
IApplication |