Enum
PictureBoxPanelDisplayMode

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum PictureBoxPanelDisplayMode

Fields

Always

The panels will be displayed always.

Declaration

cs-api-definition
Always = 0

Field Value

PictureBoxPanelDisplayMode

None

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.

Declaration

cs-api-definition
None = 2

Field Value

PictureBoxPanelDisplayMode

OnMouseHover

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

Declaration

cs-api-definition
OnMouseHover = 1

Field Value

PictureBoxPanelDisplayMode

In this article
DefinitionFieldsAlwaysNoneOnMouseHover
Not finding the help you need?
Contact Support