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

Specifies possible options for when the buttons should be visible.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum ButtonsVisibility

Fields

The buttons should be collapsed.

C#
Collapsed = 0

The buttons should be hidden when it is disabled.

C#
HiddenWhenDisabled = 3

The buttons should be visible.

C#
Visible = 1

The buttons should be visible when the mouse is over the control.

C#
VisibleOnMouseOver = 2