BCGControlBar Library for .NET
HideTooltips Property




Gets or sets a value indicating that tooltips should be hidden always.
Syntax
'Declaration
 
Public Property HideTooltips As Boolean
'Usage
 
Dim instance As GridDataItem
Dim value As Boolean
 
instance.HideTooltips = value
 
value = instance.HideTooltips
public bool HideTooltips {get; set;}
public: __property bool get_HideTooltips();
public: __property void set_HideTooltips( 
   bool value
);
public:
property bool HideTooltips {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridDataItem Class
GridDataItem Members

Send Feedback