Send comments on this topic.
View Object Members
Attachmate.Reflection.Objects Library (User Interface) : View Object


The following tables list the members exposed by View.

Properties

 NameDescription
public PropertyActiveTabBackgroundColorGets or sets the background color of the view tab when it is the active tab.  
public PropertyActiveTabForegroundColorGets 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.  
public PropertyControlGets the control object embedded in the view.  
public PropertyDescriptionGets or sets the description of the view.  
public PropertyInactiveTabBackgroundColorGets or sets the background color of the view tab when it is not active.  
public PropertyInactiveTabForegroundColorGets 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.  
public PropertyInstanceIdGets the instance ID of the view.  
public PropertyNameGets or sets the name of the view.  
public PropertyTitleTextGets or sets the title text of the view.  
public PropertyUiModeGets the UiMode object. This object contains a collection of user interface controls.  
Top

Methods

 NameDescription
public MethodAddSmartControlAdds a SmartUx control to the view window.  
public MethodCloseCloses the view.  
public MethodFocusSets the input focus to the view.  
public MethodRemoveAllSmartControlsRemoves all SmartUx controls from the view window.  
public MethodRemoveSmartControlRemoves a SmartUx control from the view window.  
public MethodRemoveSmartControlsRemoves specified SmartUx controls from the view window.  
Top

Events

 NameDescription
public EventClosedOccurs when the view is closed.  
public EventClosingOccurs 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.  
public EventDeselectedOccurs when a view is deselected.  
public EventSelectedOccurs when a view is selected.  
public EventTitleTextChangedOccurs when tab text or caption text changes.  
Top