RegionButtonGetCaption Method |
Gets the caption on this button.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public string GetCaption()
Public Function GetCaption As String
public:
String^ GetCaption()
member GetCaption : unit -> string
Return Value
Type:
StringThe caption on this button.
See Also