RelaxISPlugin_DataManipulationButtonTitle Property | 
 The title that is displayed on the ribbon button. If null, the plugin's title will be used.
 
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic virtual string ButtonTitle { get; }Public Overridable ReadOnly Property ButtonTitle As String
	Get
Dim instance As RelaxISPlugin_DataManipulation
Dim value As String
value = instance.ButtonTitle
Return Value
StringThe button title.
See Also