Gets or sets if top actions are visible.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: Boolean

See Also