Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IRichTextEditor Interface / IsPickupDroppedDown Property


In This Topic
    IsPickupDroppedDown Property
    In This Topic
    Gets a boolean value indicating whether the editor is displaying its pickup list.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsPickupDroppedDown As Boolean
    'Usage
     
    
    Dim instance As IRichTextEditor
    Dim value As Boolean
     
    value = instance.IsPickupDroppedDown
    bool IsPickupDroppedDown {get;}
    See Also