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


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

    Field Value

    Integer identifier for the hierarchy expand image, 0
    Example
    Remarks

    This is always set to 0. For the SetImage method, you can either use the full name of this field or the constant value of 0 to identify the expand 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 expand the hierarchy. Refer to Customizing the Graphical Interface for more information.

    See Also