ToolBarButton.ToolTip Property
Gets or sets a value that specifies the ToolTip that appears for the button.
Syntax
[Visual Basic .NET]
Public Property ToolTip As String
[C#]
public string ToolTip {get; set;}
[JScript]
public function get ToolTip() : String;
public function set ToolTip(String);
Property Value
The value of this property is a String type.
Requirements
Namespace: Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.IsvConfig
See Also