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


In This Topic
    DefaultSmallIcon Property
    In This Topic
    Gets/sets the default small icon to be applied on all documents.
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultSmallIcon As System.Drawing.Icon
    'Usage
     
    
    Dim value As System.Drawing.Icon
     
    NUIDocument.DefaultSmallIcon = value
     
    value = NUIDocument.DefaultSmallIcon
    public static System.Drawing.Icon DefaultSmallIcon {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