New to Telerik UI for WinFormsStart a free 30-day trial

An enumeration which indicates how the panels of RadPictureBoxElement will be displayed.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum PictureBoxPanelDisplayMode

Fields

The panels will be displayed always.

C#
Always = 0

The panels will not be displayed. Suitable to manually manage when the panels will be displayed. In order to show/hide use the ShowPanels(bool animate) and HidePanels(bool animate) of RadPictureBoxElement.

C#
None = 2

The panels will be displayed only when the mouse is over the picture box.

C#
OnMouseHover = 1
In this article
DefinitionFieldsAlwaysNoneOnMouseHover
Not finding the help you need?
Contact Support