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

Provides access to the default icons and images used in RadLayoutControl.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public static class LayoutControlIcons

Inheritance: objectLayoutControlIcons

Properties

The image displayed next to LayoutControlItem in the customize dialog.

C#
public static Image ControlItem { get; }

The Customize context menu icon.

C#
public static Image Customize { get; }

The image displayed next to an empty LayoutControlLabelItem in the customize dialog.

C#
public static Image EmptySpaceItem { get; }

The image displayed next to the LayoutControlGroupItem in the customize dialog.

C#
public static Image GroupItem { get; }

The image displayed next to the LayoutControlLabelItem in the customize dialog.

C#
public static Image LabelItem { get; }

The icon of the LoadLayout button in the customize dialog.

C#
public static Image LoadLayout { get; }

The icon of the SaveLayout button in the customize dialog.

C#
public static Image SaveLayout { get; }

The image displayed next to the LayoutControlSeparatorItem in the customize dialog.

C#
public static Image SeparatorItem { get; }

The image displayed next to the LayoutControlSplitterItem in the customize dialog.

C#
public static Image SplitterItem { get; }

The image displayed next to the LayoutControlTabbedGroup in the customize dialog.

C#
public static Image TabbedGroup { get; }