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


In This Topic
    CurrentSmallIcon Property
    In This Topic
    Gets the icon currently used by the host of the document.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public ReadOnly Property CurrentSmallIcon As System.Drawing.Icon
    'Usage
     
    
    Dim instance As NUIDocument
    Dim value As System.Drawing.Icon
     
    value = instance.CurrentSmallIcon
    [System.Xml.Serialization.XmlIgnore()]
    public System.Drawing.Icon CurrentSmallIcon {get;}
    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