Attachmate.Reflection Assembly > Attachmate.Reflection.UserInterface Namespace : IView Interface |
The following tables list the members exposed by IView.
Name | Description | |
---|---|---|
![]() | ActiveTabBackgroundColor | Gets or sets the background color of the view tab when it is the active tab. |
![]() | ActiveTabForegroundColor | Gets or sets the color of the view tab text when it is the active tab. In tab view mode, the title text is on the tab. In SDI mode, it is the caption of the view window. |
![]() | Control | Gets the control object that is embedded in the view. |
![]() | Description | Gets or sets the description of the view. |
![]() | EnablePlus | Enable or disable Plus feature. |
![]() | InactiveTabBackgroundColor | Gets or sets the background color of the view tab when it is not active. |
![]() | InactiveTabForegroundColor | Gets or sets the color of the view tab text when the tab is not active. In tab view mode, the title text is on the tab. In SDI mode, it is the caption of the view window. |
![]() | InstanceId | Gets the instance ID of the view. |
![]() | Name | Gets or sets the name of the view. |
![]() | PlusCustomizationPath | Gets or sets Plus customization file path associated with this session. |
![]() | TitleText | Gets or sets the title text of the view. In tab view mode, the title text is on the tab. In SDI mode, it is the caption of the view window. |
![]() | UiMode | Gets the UiMode object. This object contains a collection of user interface controls. |
Name | Description | |
---|---|---|
![]() | AddSmartControl | Adds a SmartUx Control to the view window. |
![]() | Close | Closes the view. |
![]() | CreateSmartBorder | Creates a SmartUx Control. |
![]() | CreateSmartButton | Creates a SmartUx Control. |
![]() | CreateSmartCustomControl | Creates a SmartUx Control. |
![]() | CreateSmartDatePicker | Creates a SmartUx Control. |
![]() | CreateSmartDropDown | Creates a SmartUx Control. |
![]() | CreateSmartRequiredField | Creates a SmartUx Control. |
![]() | Focus | Sets the input focus to the view. |
![]() | RemoveAllSmartControls | Removes all SmartUx Control from the view window. |
![]() | RemoveSmartControl | Removes a SmartUx Control from the view window. |
Name | Description | |
---|---|---|
![]() | Closed | Occurs when the view is closed. |
![]() | Closing | Occurs when the view is about to close. The event handler can cancel the closing by setting the Cancel property of the event argument to true. |
![]() | Deselected | Occurs when a view is deselected. |
![]() | Selected | Occurs when a view is selected. |
![]() | TitleTextChanged | Occurs when the tab text or caption text changes. |