ComponentFactory.Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecLocation C# (CSharp) Method

GetButtonSpecLocation() public method

Get the location for the button.
public GetButtonSpecLocation ( PaletteButtonSpecStyle style ) : HeaderLocation
style PaletteButtonSpecStyle Style of button spec.
return HeaderLocation
        public virtual HeaderLocation GetButtonSpecLocation(PaletteButtonSpecStyle style)
        {
            return _redirector.GetButtonSpecLocation(style);
        }