ComponentFactory.Krypton.Toolkit.RenderBase.GetTabBorderLeftDrawing C# (CSharp) Method

GetTabBorderLeftDrawing() public abstract method

Gets if the tabs should be drawn from left to right for z-ordering.
public abstract GetTabBorderLeftDrawing ( TabBorderStyle tabBorderStyle ) : bool
tabBorderStyle TabBorderStyle Style of tab border.
return bool
        public abstract bool GetTabBorderLeftDrawing(TabBorderStyle tabBorderStyle);