Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackMouseEventArgs Class / ItemId Property


In This Topic
    ItemId Property
    In This Topic
    Gets the id of the image map item, associated with over and out mouse events.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemId As System.String
    'Usage
     
    
    Dim instance As NCallbackMouseEventArgs
    Dim value As System.String
     
    value = instance.ItemId
    public System.string ItemId {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