ProvideStaticToolboxItemAttribute.UseProjectTargetFrameworkVersionInTooltip Property

Definition

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.

Applies to