Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub ArrangeWindows( _ ByVal hints As ArrangeWindowHints _ ) |
C# | |
---|---|
public abstract void ArrangeWindows( ArrangeWindowHints hints ) |
C++/CLI | |
---|---|
public: abstract void ArrangeWindows( ArrangeWindowHints hints ) |
Parameters
- hints
- Hints on which traces to use and how to lay out the traces.
This method will arrange the traces in roughly the same number of rows and columns with tabs that are the same size in each column and each row.
If there are fewer than 4 trace windows to arrange, they are placed in in a single column.
If there are multiple trace windows open, this method will apply to the window that contains SelectedItem.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)