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

GetButtonSpecLocation() public abstract method

Get the location for the button.
public abstract GetButtonSpecLocation ( PaletteButtonSpecStyle style ) : HeaderLocation
style PaletteButtonSpecStyle Style of button spec.
return HeaderLocation
        public abstract HeaderLocation GetButtonSpecLocation(PaletteButtonSpecStyle style);
PaletteBase