'Declaration Public Overloads Function GetToolTip( _ ByVal item As System.Windows.Forms.ToolStripItem _ ) As System.String
public System.string GetToolTip( System.Windows.Forms.ToolStripItem item )
Parameters
- item
- The ToolStripItem for which to retrieve the tooltip text.
Return Value
The tooltip text for the specified System.Windows.Forms.ToolStripItem component.