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


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