NevronOpenVision
Nevron.Nov Namespace / NApplication Class


In This Topic
    NApplication Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets or sets the folder where the application can store user settings related to all user.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the application folder, which is generally where the application is located.  
    Public Propertystatic (Shared in Visual Basic)The settings of the brush cache. Unit of cost measure for brush cache is usually the 32ARGB pixel (4 bytes).  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the compiler service that the application must use.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the contextual help mode.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the culture used by the current thread of the application.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the culture to load culture-specific resources for.  
    Public Propertystatic (Shared in Visual Basic)Gets the one and only application desktop element.  
    Public Propertystatic (Shared in Visual Basic)Gets the one and only application document, the content of which is the desktop element.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets whether the application operates in developer mode. In developer mode the application displays advanced property editors and additional properties in certain editors as well as other developer specific information. By Default set to false.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets whether the application uses GPU rendering.  
    Public Propertystatic (Shared in Visual Basic)Enables or disables multi-threaded painting. Multi-threaded painting is by default enabled for most of the integration surfaces, and most of the integration surfaces support this feature.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets whether the application uses paint cache  
    Public Propertystatic (Shared in Visual Basic)Gets or sets whether the application will load the system fonts (from OS dependent font folder).  
    Public Propertystatic (Shared in Visual Basic)Gets the application font service.  
    Public Propertystatic (Shared in Visual Basic)The settings of the image cache. Unit of cost measure for paint cache is usually the 32ARGB pixel (4 bytes).  
    Public Propertystatic (Shared in Visual Basic)Gets the current platform the application is running on.  
    Public Propertystatic (Shared in Visual Basic)Determines whether the current thread is the UI thread of the application.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the folder where the application can store user settings related to all user.  
    Public Propertystatic (Shared in Visual Basic)Gets the current operating system name and version.  
    Public Propertystatic (Shared in Visual Basic)The settings of the paint cache. Unit of cost measure for paint cache is usually the 32ARGB pixel (4 bytes).  
    Public Propertystatic (Shared in Visual Basic)The settings of the pen brushes cache. Unit of cost measure for paint cache is usually the 32ARGB pixel (4 bytes).  
    Public Propertystatic (Shared in Visual Basic)The settings of the pen brushes cache. Unit of measure for pen cache is 1 pen  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the resources folder of the application.  
    Public Propertystatic (Shared in Visual Basic)Indicates whether areas painted from paint cache should be displayed, for windows that support and allow paint cache. By default set to false. Set this property to true to diagnose the actual areas that were painted via paint cache.  
    Public Propertystatic (Shared in Visual Basic)Indicates whether repaint areas should be displayed, for windows that support area repaint. By default set to false. Set this property to true to diagnose the actual areas that a window repaints.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the temp folder, in which to create temporary files.  
    Public Propertystatic (Shared in Visual Basic)Gets the UI Thread of the application.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the folder where the application can store user settings related to the current user.  
    Top
    Protected Properties
     NameDescription
    Internal Propertystatic (Shared in Visual Basic)  
    Internal Propertystatic (Shared in Visual Basic)  
    Internal Propertystatic (Shared in Visual Basic)  
    Internal Propertystatic (Shared in Visual Basic)  
    Internal Propertystatic (Shared in Visual Basic)  
    Internal Propertystatic (Shared in Visual Basic)  
    Internal Propertystatic (Shared in Visual Basic)  
    Top
    See Also