Table of Contents

Class PopupPanelSearchDialogPainter

Namespace
Alternet.Editor.Dialogs.PopupPanel.Painting
Assembly
Alternet.Editor.v9.dll

Encapsulates a drawing surface, providing properties and methods used to draw Visual-Studio like dialog controls.

public abstract class PopupPanelSearchDialogPainter : PainterResources<PopupPanelSearchDialogPainterBrush, PopupPanelSearchDialogPainterPen, PopupPanelSearchDialogPainterImage, PopupPanelSearchDialogPainterImageList, PopupPanelSearchDialogPainterTextStyle>, IDisposable
Inheritance
PopupPanelSearchDialogPainter
Implements
Derived

Properties

DialogTextStyle

Gets a TextStyle for the dialog text element in the PopupPanelDlgSearch.

FocusHighlightIndicatorFocusedColor
FocusHighlightIndicatorNonFocusedColor
FocusHighlightIndicatorThickness

Gets thickness of the focus highlight indicator element border in the PopupPanelDlgSearch.

MinimumDialogWidth

Gets a minimum width of the PopupPanelDlgSearch.

PanelPadding

Gets padding of the panel in the PopupPanelDlgSearch.

ResizeGripperColor
ResizeGripperSize

Gets a size of the resize gripper element in the PopupPanelDlgSearch.

ThemePainter

Gets a VS controls painter associated with this painter.

ThemeResourceName

Methods

GetBrushDescription(PopupPanelSearchDialogPainterBrush)
GetImageDescription(PopupPanelSearchDialogPainterImage)
GetImageListDescription(PopupPanelSearchDialogPainterImageList)
GetPenDescription(PopupPanelSearchDialogPainterPen)
GetTextStyleDescription(PopupPanelSearchDialogPainterTextStyle)
PaintFocusHighlightIndicator(Graphics, Rectangle, bool)

Paints focus highlight indicator element on the specified surface.

PaintResizeGripper(Graphics, Rectangle)

Paints resize gripper element on the specified surface.