
4.19.5 Sharing an SSH connection between PuTTY tools.4.19.2 ‘Don't start a shell or command at all’.4.19.1 Executing a specific command on the server.4.17.4 ‘Return key sends Telnet New Line instead of ^M’.4.17.3 ‘Keyboard sends Telnet special commands’.4.17.2 Passive and active Telnet negotiation modes.4.17.1 ‘Handling of OLD_ENVIRON ambiguity’.4.16.5 Specifying the Telnet or Local proxy command.4.16.3 Name resolution when using a proxy.4.16.2 Excluding parts of the network from proxying.4.15.5 Setting environment variables on the server.4.14.1 Using keepalives to prevent disconnection.4.13.7 Adjusting the colours in the terminal window.

4.13.5 ‘Attempt to use logical palettes’.4.13.4 ‘Indicate bolded text by changing.’.4.13.3 ‘Allow terminal to use 24-bit colour’.4.13.2 ‘Allow terminal to use xterm 256-colour mode’.4.13.1 ‘Allow terminal to specify ANSI colours’.4.11.5 ‘Permit control characters in pasted text’.4.11.4 Assigning copy and paste actions to clipboards.4.11.2 ‘Shift overrides application's use of mouse’.4.11.1 Changing the actions of the mouse buttons.4.10.6 Combining VT100 line-drawing with UTF-8.4.10.5 Controlling copy and paste of line drawing characters.4.10.4 Controlling display of line-drawing characters.4.10.3 ‘Caps Lock acts as Cyrillic switch’.4.10.2 ‘Treat CJK ambiguous characters as wide’.4.10.1 Controlling character set translation.4.9.5 ‘System menu appears on Alt alone’.4.9.4 ‘System menu appears on ALT-Space’.4.8.3 ‘Hide mouse pointer when typing in window’.4.8.2 Controlling the font used in the terminal window.4.8.1 Controlling the appearance of the cursor.4.7.4 ‘Push erased text into scrollback’.4.7.2 What to do when the window is resized.4.7.1 Setting the size of the PuTTY window.4.6.11 Disabling bidirectional text display.4.6.9 Disabling remote character set configuration.4.6.7 Disabling remote scrollback clearing.4.6.6 Response to remote window title querying.4.6.5 Disabling remote window title changing.4.6.4 Disabling switching to the alternate screen.


The Properties window has a property called TabPages, which is a collection of TabPage controls (see Figure 2). Now I will add few tabs to the TabControl with the help of Properties window of TabControl. Returns the collection of tab pages in this tab control. The way that the control's tabs are sized. The value indicating whether a tab's ToolTip is shown when the mouse passes over the tab. The index of the currently-selected tab page. Returns the number of rows that are currently being displayed in the control's tab strip. The images to display on the control's tabs.Ī value indicating whether more than one row of tabs can be displayed.Īmount of space around each item on the control's tab pages. Value indicating whether the control's tabs change in appearance when the mouse passes over them. Table 1 lists the TabControl properties.Īrea of the control where the tabs are aligned.Ī way that the control's tab pages are drawn. This class provides members (properties, methods, and events) to work with the TabControls. TabControl class represents a TabControl. Understanding the TabControl and TabPage classĪ TabControl is a collection of tab pages and a tab page is the actual control that hosts other child controls.
