Specifies whether the border of the item on a rich drop-down menu should render.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool RenderItemBorder { get; set; }
Visual Basic
Public Property RenderItemBorder As Boolean
	Get
	Set
Visual C++
public:
property bool RenderItemBorder {
	bool get ();
	void set (bool value);
}

See Also