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


In This Topic
    CloseButtonImageSet Property (NPopupNotify)
    In This Topic
    Gets the image set to be used by the Close button.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <System.ComponentModel.DescriptionAttribute("Gets the image set to be used by the Close button. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.")>
    Public ReadOnly Property CloseButtonImageSet As NUIItemImageSet
    'Usage
     
    
    Dim instance As NPopupNotify
    Dim value As NUIItemImageSet
     
    value = instance.CloseButtonImageSet
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.Description("Gets the image set to be used by the Close button. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.")]
    public NUIItemImageSet CloseButtonImageSet {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