VerticalPaneState.Reset C# (CSharp) Method

Reset() protected method

protected Reset ( int newId ) : void
newId int
return void
    protected virtual void Reset(int newId)
    {
        id                    = newId;
        isDraggingSplitter    = false;
        isPaneHeightChanged   = false;
        topPaneHeight         = -1;
        initialTopPaneHeight  = -1;
        lastAvailableHeight   = -1;
        availableHeight       = 0;
        minPaneHeightTop      = 75;
        minPaneHeightBottom   = 75;
    }