Contains text for each button, the key is the name of the button's social network and the value is the text that should be written on the button. Keys: "facebook", "twitter", "google", "linkedin"

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

Syntax

C#
public Dictionary<string, string> ButtonText
Visual Basic
Public ButtonText As Dictionary(Of String, String)
Visual C++
public:
Dictionary<String^, String^>^ ButtonText
F#
val mutable ButtonText: Dictionary<string, string>

Field Value

Type: Dictionary<(Of <(<'String, String>)>)>

See Also