Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / ShowOutput Property


In This Topic
    ShowOutput Property (DropDownCalculator)
    In This Topic
    Gets or sets a bool value indicates whether to show the output region.
    Syntax
    'Declaration
     
    
    Public Property ShowOutput As Boolean
    'Usage
     
    
    Dim instance As DropDownCalculator
    Dim value As Boolean
     
    instance.ShowOutput = value
     
    value = instance.ShowOutput
    public bool ShowOutput {get; set;}

    Property Value

    A bool value indicates whether to show the output region.
    Remarks
    This property determines whether to show the output area or not. When the value is false, the output will shown on the EditBox of GcNumber control.
    See Also