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


In This Topic
    Caption Property (NPopupNotify)
    In This Topic
    Gets the NCaptionElement which represents the caption part 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 NCaptionElement which represents the caption part of the popup.")>
    Public ReadOnly Property Caption As NCaptionElement
    'Usage
     
    
    Dim instance As NPopupNotify
    Dim value As NCaptionElement
     
    value = instance.Caption
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.ComponentModel.Description("Gets the NCaptionElement which represents the caption part of the popup.")]
    public NCaptionElement Caption {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