Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopup Class / PlacementTarget Property


In This Topic
    PlacementTarget Property
    In This Topic
    Gets/sets the Control instance which will be treated as a placement target.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Placement")>
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the Control instance which will be treated as a placement target.")>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ReferenceConverter)>
    Public Property PlacementTarget As System.Windows.Forms.Control
    'Usage
     
    
    Dim instance As NPopup
    Dim value As System.Windows.Forms.Control
     
    instance.PlacementTarget = value
     
    value = instance.PlacementTarget
    [System.ComponentModel.Category("Placement")]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets/sets the Control instance which will be treated as a placement target.")]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ReferenceConverter)]
    public System.Windows.Forms.Control PlacementTarget {get; set;}
    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