ProvideStaticToolboxItemAttribute.UseProjectTargetFrameworkVersionInTooltip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether to use the target framework version in the tooltip.
public:
property bool UseProjectTargetFrameworkVersionInTooltip { bool get(); void set(bool value); };
public:
property bool UseProjectTargetFrameworkVersionInTooltip { bool get(); void set(bool value); };
public bool UseProjectTargetFrameworkVersionInTooltip { get; set; }
member this.UseProjectTargetFrameworkVersionInTooltip : bool with get, set
Public Property UseProjectTargetFrameworkVersionInTooltip As Boolean
Property Value
true
if the target framework version should be used in the tooltip, otherwise false
.