Table of Contents

Class VisualStudioToolboxPainter

Namespace
Alternet.FormDesigner.WinForms.Toolbox
Assembly
Alternet.FormDesigner.v9.dll
public class VisualStudioToolboxPainter : IToolboxPainter
Inheritance
VisualStudioToolboxPainter
Implements

Constructors

VisualStudioToolboxPainter()

Properties

BackgroundColor

When implemented by a class, gets the background color of the toolbox categories and items.

CategoryHeaderImageSpacing
CategoryHeaderPadding
CategoryImageWidth
HoveredBackgroundColor
HoveredTextColor
ItemImageSpacing
ItemPadding
NoResultsFoundTopMargin
SearchButtonWidth
SearchControlBorderThickness
SearchControlHeight
SearchTextBoxLeftPadding
SelectedBackgroundColor
SelectedTextColor
TextColor

Methods

GetCategoryHeaderHeight(ToolboxCategoryHeaderPaintData)

When implemented by a class, returns height of given category's header.

GetItemHeight(ToolboxItemPaintData)

When implemented by a class, returns height of given item.

GetSearchButtonBackgroundColor(ControlState)
GetSearchTextBoxColors(ControlState, out Color, out Color, out Color)
PaintCategoryHeader(ToolboxCategoryHeaderPaintData)

When implemented by a class, draws specific category header.

PaintNoResultsFound(Graphics, Rectangle, Font)
PaintSearchButton(Graphics, Rectangle, ControlState, ToolboxSearchButtonImage)
PaintSearchButtonBackground(Graphics, Rectangle, ControlState)
PaintSearchButtonImage(Graphics, Rectangle, ToolboxSearchButtonImage)
PaintSearchControl(Graphics, Rectangle, ControlState)
PaintToolboxItem(ToolboxItemPaintData)

When implemented by a class, draws specific item.