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


Shape Property (NPopupNotify)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.DescriptionAttribute("Gets/sets the image which determines the shape of the popup. Valid when the predefined popup style is PredefinedPopupStyle.Shaped. You must also specify the color which should be treated as transparent.")>
Public Property Shape As System.Drawing.Bitmap
 
'Usage
 
Dim instance As NPopupNotify
Dim value As System.Drawing.Bitmap
 
instance.Shape = value
 
value = instance.Shape
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