'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the bounds of the component's Content item. Valid when the predefined popup style is PredefinedPopupStyle.Shaped")> Public Property CaptionBounds As System.Drawing.Rectangle
'Usage
Dim instance As NPopupNotify Dim value As System.Drawing.Rectangle instance.CaptionBounds = value value = instance.CaptionBounds
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the bounds of the component's Content item. Valid when the predefined popup style is PredefinedPopupStyle.Shaped")] public System.Drawing.Rectangle CaptionBounds {get; set;}