Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface
Properties Methods Events

IView Interface Members

The following tables list the members exposed by IView.

Public Properties
 NameDescription
 PropertyGets or sets the background color of the view tab when it is the active tab.  
 PropertyGets 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.  
 PropertyGets the control object that is embedded in the view.  
 PropertyGets or sets the description of the view.  
 PropertyEnable or disable Plus feature.  
 PropertyGets or sets the background color of the view tab when it is not active.  
 PropertyGets 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.  
 PropertyGets the instance ID of the view.  
 PropertyGets or sets the name of the view.  
 PropertyGets or sets Plus customization file path associated with this session.  
 PropertyGets 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.  
 PropertyGets the UiMode object. This object contains a collection of user interface controls.  
Top
Public Methods
 NameDescription
 MethodAdds a SmartUx Control to the view window.  
 MethodCloses the view.  
 MethodCreates a SmartUx Control.  
 MethodCreates a SmartUx Control.  
 MethodCreates a SmartUx Control.  
 MethodCreates a SmartUx Control.  
 MethodCreates a SmartUx Control.  
 MethodCreates a SmartUx Control.  
 MethodSets the input focus to the view.  
 MethodRemoves all SmartUx Control from the view window.  
 MethodRemoves a SmartUx Control from the view window.  
Top
Public Events
 NameDescription
 EventOccurs when the view is closed.  
 EventOccurs 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.  
 EventOccurs when a view is deselected.  
 EventOccurs when a view is selected.  
 EventOccurs when the tab text or caption text changes.  
Top
See Also