Enum PictureBoxPanelDisplayMode
An enumeration which indicates how the panels of Rad
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum PictureBoxPanelDisplayMode
Always
The panels will be displayed always.
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 Rad
OnMouseHover
The panels will be displayed only when the mouse is over the picture box.