| Visual Basic (Declaration) | |
|---|---|
Public Property Text As String | |
| C# | |
|---|---|
public string Text {get; set;} | |
Property Value
StringAssigning a new value to this property within the event will change the text in the current tool tip.
| dbicSlide | Send comments on this topic. |
| Text Property | |
| See Also | |
|
| dbicSlide Assembly > Dbi.WinControl.Slide Namespace > BeforeAdvancedTipEventArgs Class : Text Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property Text As String | |
| C# | |
|---|---|
public string Text {get; set;} | |