Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultSubItem Class / Ellipsis Property


In This Topic
    Ellipsis Property (DefaultSubItem)
    In This Topic
    Gets or sets a bool value indicates whether use ellipsis when there isn't enough place to draw the content.
    Syntax
    'Declaration
     
    
    Public Property Ellipsis As Boolean
    'Usage
     
    
    Dim instance As DefaultSubItem
    Dim value As Boolean
     
    instance.Ellipsis = value
     
    value = instance.Ellipsis
    public bool Ellipsis {get; set;}

    Property Value

    A bool value, true if use ellipsis when there isn't enough place to draw the content, otherwise, false.
    See Also