ToolTip.UseFading 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.
Gets or sets a value determining whether a fade effect should be used when displaying the ToolTip.
public:
property bool UseFading { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool UseFading { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.UseFading : bool with get, set
Public Property UseFading As Boolean
Property Value
true
if window fading should be used; otherwise, false
. The default is true
.
- Attributes
Applies to
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.