| Name | Description |
| AccessibilityObject | (Inherited from System.Windows.Forms.Control) |
| AccessibleDefaultActionDescription | (Inherited from System.Windows.Forms.Control) |
| AccessibleDescription | (Inherited from System.Windows.Forms.Control) |
| AccessibleName | (Inherited from System.Windows.Forms.Control) |
| AccessibleRole | (Inherited from System.Windows.Forms.Control) |
| ActiveControl | (Inherited from System.Windows.Forms.ContainerControl) |
| AllowDrop | (Inherited from System.Windows.Forms.Control) |
| Anchor | (Inherited from System.Windows.Forms.Control) |
| AutoScaleDimensions | (Inherited from System.Windows.Forms.ContainerControl) |
| AutoScaleMode | (Inherited from System.Windows.Forms.ContainerControl) |
| AutoScroll | (Inherited from System.Windows.Forms.ScrollableControl) |
| AutoScrollMargin | (Inherited from System.Windows.Forms.ScrollableControl) |
| AutoScrollMinSize | (Inherited from System.Windows.Forms.ScrollableControl) |
| AutoScrollOffset | (Inherited from System.Windows.Forms.Control) |
| AutoScrollPosition | (Inherited from System.Windows.Forms.ScrollableControl) |
| AutoSize | (Inherited from System.Windows.Forms.UserControl) |
| AutoSizeMode | (Inherited from System.Windows.Forms.UserControl) |
| AutoValidate | (Inherited from System.Windows.Forms.UserControl) |
| BackColor | (Inherited from System.Windows.Forms.Control) |
| BackgroundImage | (Inherited from System.Windows.Forms.Control) |
| BackgroundImageLayout | (Inherited from System.Windows.Forms.Control) |
| BindingContext | (Inherited from System.Windows.Forms.ContainerControl) |
| BorderStyle | (Inherited from System.Windows.Forms.UserControl) |
| Bottom | (Inherited from System.Windows.Forms.Control) |
| Bounds | (Inherited from System.Windows.Forms.Control) |
| CanFocus | (Inherited from System.Windows.Forms.Control) |
| CanSelect | (Inherited from System.Windows.Forms.Control) |
| Capture | (Inherited from System.Windows.Forms.Control) |
| CausesValidation | (Inherited from System.Windows.Forms.Control) |
| ClientRectangle | (Inherited from System.Windows.Forms.Control) |
| ClientSize | (Inherited from System.Windows.Forms.Control) |
| CompanyName | (Inherited from System.Windows.Forms.Control) |
| Container | (Inherited from System.ComponentModel.Component) |
| ContainsFocus | (Inherited from System.Windows.Forms.Control) |
| ContextMenu | (Inherited from System.Windows.Forms.Control) |
| ContextMenuStrip | (Inherited from System.Windows.Forms.Control) |
| Controls | (Inherited from System.Windows.Forms.Control) |
| Created | (Inherited from System.Windows.Forms.Control) |
| CurrentAutoScaleDimensions | (Inherited from System.Windows.Forms.ContainerControl) |
| Cursor | (Inherited from System.Windows.Forms.Control) |
| DataBindings | (Inherited from System.Windows.Forms.Control) |
| DisplayRectangle | (Inherited from System.Windows.Forms.ScrollableControl) |
| Disposing | (Inherited from System.Windows.Forms.Control) |
| Dock | (Inherited from System.Windows.Forms.Control) |
| Enabled | (Inherited from System.Windows.Forms.Control) |
| ExitEmptyWorkspace | When set to true, the workspace servicing terminal user instance is closed if there is no terminal instance running in the workspace. |
| Focused | (Inherited from System.Windows.Forms.Control) |
| Font | (Inherited from System.Windows.Forms.Control) |
| ForeColor | (Inherited from System.Windows.Forms.Control) |
| Handle | (Inherited from System.Windows.Forms.Control) |
| HandleMainMenuStripFocusChangeState | When set to true, the main form menustrip activation and deactivation event will be tracked to switch focus to or from the terminal user control. If set to false, you will need to add your own MenuStrip Activation and Deactivation event handlers. In the Activation event handler, get the sender Control object and call Focus on that object. In the Deactivation event handler, set the Focus on this OpenSystemsTerminalControl object. |
| HasChildren | (Inherited from System.Windows.Forms.Control) |
| Height | (Inherited from System.Windows.Forms.Control) |
| HorizontalScroll | (Inherited from System.Windows.Forms.ScrollableControl) |
| ImeMode | (Inherited from System.Windows.Forms.Control) |
| InvokeRequired | (Inherited from System.Windows.Forms.Control) |
| IsAccessible | (Inherited from System.Windows.Forms.Control) |
| IsDisposed | (Inherited from System.Windows.Forms.Control) |
| IsHandleCreated | (Inherited from System.Windows.Forms.Control) |
| IsMirrored | (Inherited from System.Windows.Forms.Control) |
| LayoutEngine | (Inherited from System.Windows.Forms.Control) |
| Left | (Inherited from System.Windows.Forms.Control) |
| Location | (Inherited from System.Windows.Forms.Control) |
| Margin | (Inherited from System.Windows.Forms.Control) |
| MaximumSize | (Inherited from System.Windows.Forms.Control) |
| MinimumSize | (Inherited from System.Windows.Forms.Control) |
| Name | (Inherited from System.Windows.Forms.Control) |
| Padding | (Inherited from System.Windows.Forms.Control) |
| Parent | (Inherited from System.Windows.Forms.Control) |
| ParentForm | (Inherited from System.Windows.Forms.ContainerControl) |
| PreferredSize | (Inherited from System.Windows.Forms.Control) |
| ProductName | (Inherited from System.Windows.Forms.Control) |
| ProductVersion | (Inherited from System.Windows.Forms.Control) |
| RecreatingHandle | (Inherited from System.Windows.Forms.Control) |
| Region | (Inherited from System.Windows.Forms.Control) |
| Right | (Inherited from System.Windows.Forms.Control) |
| RightToLeft | (Inherited from System.Windows.Forms.Control) |
| Site | (Inherited from System.Windows.Forms.Control) |
| Size | (Inherited from System.Windows.Forms.Control) |
| TabIndex | (Inherited from System.Windows.Forms.Control) |
| TabStop | (Inherited from System.Windows.Forms.Control) |
| Tag | (Inherited from System.Windows.Forms.Control) |
| Terminal | Provides access to the Terminal object. |
| TerminalReady | Indicates the state of the terminal instance. See InitInstance for additional details. If the terminal session has been loaded and initialized, then this value is true. If not, it is false. |
| TerminalTimeout | Gets or sets the time out value, in milliseconds, to wait for the session to be ready after having called InitInstance. |
| TerminalTimeoutDelay | Gets or sets the time out delay value, in milliseconds, between checks to see if the terminal is ready. |
| Top | (Inherited from System.Windows.Forms.Control) |
| TopLevelControl | (Inherited from System.Windows.Forms.Control) |
| UseWaitCursor | (Inherited from System.Windows.Forms.Control) |
| VerticalScroll | (Inherited from System.Windows.Forms.ScrollableControl) |
| Visible | (Inherited from System.Windows.Forms.Control) |
| Width | (Inherited from System.Windows.Forms.Control) |
| WorkspaceName | Gets or sets the name of the workspace providing session services to this instance. If this is undefined or empty, the unique workspace name is used. |