Class LayoutControlIcons
Provides access to the default icons and images used in RadLayoutControl.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public static class LayoutControlIcons
Properties
ControlItem
The image displayed next to LayoutControlItem in the customize dialog.
Declaration
public static Image ControlItem { get; }
Property Value
System.Drawing.Image
|
Customize
The Customize context menu icon.
Declaration
public static Image Customize { get; }
Property Value
System.Drawing.Image
|
EmptySpaceItem
The image displayed next to an empty LayoutControlLabelItem in the customize dialog.
Declaration
public static Image EmptySpaceItem { get; }
Property Value
System.Drawing.Image
|
GroupItem
The image displayed next to the LayoutControlGroupItem in the customize dialog.
Declaration
public static Image GroupItem { get; }
Property Value
System.Drawing.Image
|
LabelItem
The image displayed next to the LayoutControlLabelItem in the customize dialog.
Declaration
public static Image LabelItem { get; }
Property Value
System.Drawing.Image
|
LoadLayout
The icon of the LoadLayout button in the customize dialog.
Declaration
public static Image LoadLayout { get; }
Property Value
System.Drawing.Image
|
SaveLayout
The icon of the SaveLayout button in the customize dialog.
Declaration
public static Image SaveLayout { get; }
Property Value
System.Drawing.Image
|
SeparatorItem
The image displayed next to the LayoutControlSeparatorItem in the customize dialog.
Declaration
public static Image SeparatorItem { get; }
Property Value
System.Drawing.Image
|
SplitterItem
The image displayed next to the LayoutControlSplitterItem in the customize dialog.
Declaration
public static Image SplitterItem { get; }
Property Value
System.Drawing.Image
|
TabbedGroup
The image displayed next to the LayoutControlTabbedGroup in the customize dialog.
Declaration
public static Image TabbedGroup { get; }
Property Value
System.Drawing.Image
|