Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopupNotify Class / Content Property


In This Topic
    Content Property (NPopupNotify)
    In This Topic
    Gets the NImageAndTextItem instance which represents the content of the popup.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.ComponentModel.DescriptionAttribute("Gets the NImageAndTextItem instance which represents the content of the popup.")>
    Public ReadOnly Property Content As NImageAndTextItem
    'Usage
     
    
    Dim instance As NPopupNotify
    Dim value As NImageAndTextItem
     
    value = instance.Content
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.ComponentModel.Description("Gets the NImageAndTextItem instance which represents the content of the popup.")]
    public NImageAndTextItem Content {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