Keysight Pathwave 89600 VSA .NET API
IsFixedSizePropertyDialogs Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Display Class : IsFixedSizePropertyDialogs Property


Glossary Item Box

Gets or sets a value indicating whether property dialogs are fixed size.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsFixedSizePropertyDialogs As Boolean
C# 
public abstract bool IsFixedSizePropertyDialogs {get; set;}
C++/CLI 
public:
abstract property bool IsFixedSizePropertyDialogs {
   bool get();
   void set (    bool value);
}

Remarks

If true, property dialogs will be sized large enough to display the largest tab regardless of which tab is currently visible. If false, property dialogs will resize to be just large enough to display the current tab.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also