The following tables list the members exposed by View.
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 embedded in the view. |
![]() | Description | Gets or sets the description of the view. |
![]() | 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. |
![]() | TitleText | Gets or sets the title text of the view. |
![]() | 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. |
![]() | Focus | Sets the input focus to the view. |
![]() | RemoveAllSmartControls | Removes all SmartUx controls from the view window. |
![]() | RemoveSmartControl | Removes a SmartUx control from the view window. |
![]() | RemoveSmartControls | Removes specified SmartUx controls from the view window. |
Name | Description | |
---|---|---|
![]() | Closed | Occurs when the view is closed. |
![]() | Closing | Occurs when the view is about to close. This event can be cancelled by setting the return value. If set to False (the default), closing is canceled. If set to True, closing continues. |
![]() | Deselected | Occurs when a view is deselected. |
![]() | Selected | Occurs when a view is selected. |
![]() | TitleTextChanged | Occurs when tab text or caption text changes. |