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

GetDropDownButtonPreferredSize() public abstract method

Calculate the requested display size for the drop down button.
public abstract GetDropDownButtonPreferredSize ( ViewLayoutContext context, IPalette palette, PaletteState state, VisualOrientation orientation ) : Size
context ViewLayoutContext Render context.
palette IPalette Palette for sourcing display values.
state PaletteState State for which image size is needed.
orientation VisualOrientation How to orientate the image.
return System.Drawing.Size
        public abstract Size GetDropDownButtonPreferredSize(ViewLayoutContext context,
                                                            IPalette palette,
                                                            PaletteState state,
                                                            VisualOrientation orientation);