Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / CollapseImage Field
Example


In This Topic
    CollapseImage Field
    In This Topic
    Specifies the identifier for the image for the collapse icon in hierarchical displays in the component.
    Syntax
    'Declaration
     
    
    Public Const CollapseImage As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = FpSpread.CollapseImage
    public const int CollapseImage

    Field Value

    Integer identifier for the hierarchy collapse image, 1
    Example
    Remarks

    This is always set to 1. For the SetImage method, you can either use the full name of this field or the constant value of 1 to identify the collapse image.

    Any of several parts of the graphical interface of the component can be customized. This one identifies the image in the hierarchy display that is clicked to collapse the hierarchy. Refer to Customizing the Graphical Interface for more information.

    See Also