Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandProperties Class / ImageInfo Property


In This Topic
    ImageInfo Property
    In This Topic
    Gets/sets the object containing information about command's image.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the object containing information about command's image.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property ImageInfo As NDrawImageInfo
    'Usage
     
    
    Dim instance As NCommandProperties
    Dim value As NDrawImageInfo
     
    value = instance.ImageInfo
    [System.ComponentModel.Description("Gets/sets the object containing information about command's image.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NDrawImageInfo ImageInfo {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