Gets or sets a value indicating whether [show Action icons].

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

Syntax

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

See Also