Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarDropDown Class / AutoClose Property


In This Topic
    AutoClose Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property AutoClose As Boolean
    'Usage
     
    Dim instance As ToolbarDropDown
    Dim value As Boolean
     
    instance.AutoClose = value
     
    value = instance.AutoClose
    public bool AutoClose {get; set;}
    See Also