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


Caption Property (NPopupNotify)
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
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