Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIDocument Class / DefaultIcon Property


In This Topic
    DefaultIcon Property
    In This Topic
    Gets/sets the default icon to be applied on all documents.
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultIcon As System.Drawing.Icon
    'Usage
     
    
    Dim value As System.Drawing.Icon
     
    NUIDocument.DefaultIcon = value
     
    value = NUIDocument.DefaultIcon
    public static System.Drawing.Icon DefaultIcon {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also