Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockAreaProvider Interface
Properties Methods

In This Topic
    INDockAreaProvider Interface Members
    In This Topic

    The following tables list the members exposed by INDockAreaProvider.

    Public Properties
     NameDescription
     PropertyGets or sets the mask used when hit-testing the provider for a dock area.  
     PropertyGets an array of all the dock areas provided by this object and all nested ones.  
     PropertyGets the area available for hit-testing.  
     PropertyGets the dock areas provided by this instance.  
    Top
    Public Methods
     NameDescription
     MethodChecks whether the specified point is within any of the dock areas of this provider.  
     MethodConvert the specified rectange to screen coordinates. Typically this method calls the parent container's RectangleToScreen method.  
     MethodRecalculates the dock areas according to the current display rectangle.  
    Top
    See Also