Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingManager Class / ShouldSerializeFloatingWindowOptions Method

In This Topic
    ShouldSerializeFloatingWindowOptions Method
    In This Topic
    Indicates whether the FloatingWindowOptions has a default value.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeFloatingWindowOptions() As Boolean
    protected bool ShouldSerializeFloatingWindowOptions()

    Return Value

    True if the FloatingWindowOptions has no default value; otherwise, it is false.
    See Also