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


In This Topic
    OptionsButtonImageSet Property
    In This Topic
    Gets the image set to be used by the Options 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.")>
    Public ReadOnly Property OptionsButtonImageSet As NUIItemImageSet
    'Usage
     
    
    Dim instance As NPopupNotify
    Dim value As NUIItemImageSet
     
    value = instance.OptionsButtonImageSet
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.Description("Gets the image set to be used by the Close button.")]
    public NUIItemImageSet OptionsButtonImageSet {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