OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / ContextMenuButton Class / Image Property



In This Topic
    Image Property
    In This Topic
    The visible image that appears alongside this button's context menu entry.
    Syntax
    'Declaration
     
    
    Public Property Image As Image
    'Usage
     
    
    Dim instance As ContextMenuButton
    Dim value As Image
     
    instance.Image = value
     
    value = instance.Image
    public Image Image {get; set;}
    public:
    property Image^ Image {
       Image^ get();
       void set (    Image^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also