NevronOpenVision
Nevron.Nov.UI Namespace / NWidget Class


NWidget Class Methods

For a list of all members of this type, see NWidget members.

Public Methods
 NameDescription
Public MethodOverridden. Gets whether the node can provide a clip area for itself.  
Public MethodOverridden. Gets whether the node can provide a clip area for its children.  
Public Methodstatic (Shared in Visual Basic)Creates or gets the widget from an object. You can pass the following object types to this method:

1. NWidget - returns the NWidget itself.

2. NImage - returns a NImageBox that contains the NImage.

3. Any other non null object - returns an NLabel the text of which is the text representation of the object.

 
Public MethodOverridden. Creates the clip region of the visual children (in local coordinates).  
Public MethodOverridden. Creates the clip region of the visual (in local coordinates).  
Public MethodOverridden. Gets the margins of the element. This implementation returns the computed value of the Margins property.  
Public MethodOverridden. Gets the mode in which this displayable node can cache its painting. Overriden to return ENPaintCacheMode.Auto.  
Public MethodOverloaded. Overridden. Hit tests the widget by point.  
Public MethodOverridden. Invalidates the element arrange  
Top
Protected Methods
 NameDescription
Internal Method  
Protected MethodGets the hit test region for this widget. The returned region is used in both point and region widget hit tests.  
Internal Methodstatic (Shared in Visual Basic)  
Internal MethodOverridden.   
Internal MethodOverridden.   
Protected Internal MethodOverridden. Overriden to return true, if the Visibility property is equal to ENVisibility.Collapsed.  
Protected MethodGets the sum of the measure height of all widget children of this box  
Protected MethodGets the max measure height of all widget children of this box  
Protected MethodGets the max measure width of all widget children of this box  
Protected MethodGets the sum of the measure width of all widget children of this box  
Internal MethodOverridden.   
Protected MethodCalled when the width or height of the arrange slot has changed.  
Protected MethodCalled when the Visibility property has changed.  
Protected MethodOverridden. Determines whether the context needs to visit this displayable branch.  
Internal Method  
Top
See Also