 | SingleNodeViewModelButtonBreakText property |
Publishes a ButtonText corresponding to this._myLogicalNode.IsActive.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string ButtonBreakText { get; set; }
Public Property ButtonBreakText As String
Get
Set
public:
property String^ ButtonBreakText {
String^ get ();
void set (String^ value);
}
member ButtonBreakText : string with get, set
Property value
String
See also