InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / IView Interface
Properties Methods

In This Topic
    IView Interface Members
    In This Topic

    The following tables list the members exposed by IView.

    Public Properties
     NameDescription
     PropertyGets the DPI value for the display device where the control is currently being displayed.  
     PropertyGets or sets the element hosted by this IView.  
     PropertyGets a value indicating whether the control has input focus.  
     PropertyGets the element that has the focus.  
     PropertyGets or sets whether the control should handle the focus within contained elements.  
    Top
    Public Methods
     NameDescription
     MethodChecks the element under the mouse and updates the control state.  
     MethodSet the focus to a given element.  
     MethodOverloaded. Gets the rectangle that contains a given element.  
     MethodGets the hit-testable element under the mouse.  
     MethodInvalidates the contained element.  
     MethodInternal version of IsInputKey that should be called by hosted controls in order to allow the view to handle tab keys, arrows, etc.  
     Method  
     MethodResets the hovered and entered state when this element are disabled.  
     MethodCauses the control to redraw the invalidated regions within its client area.  
    Top
    See Also