Gets or sets if action buttons (Save, Cancel) are shown.

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

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);
}
F#
member ShowActionButtons : bool with get, set

Property Value

Type: Boolean

See Also