Nevron .NET Vision
Nevron.UI Namespace / NCaptionButtonItem Class / ImageSet Property


In This Topic
    ImageSet Property
    In This Topic
    Gets the object which contains information about the button state images.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property ImageSet As NUIItemImageSet
    'Usage
     
    
    Dim instance As NCaptionButtonItem
    Dim value As NUIItemImageSet
     
    value = instance.ImageSet
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NUIItemImageSet ImageSet {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