HandInteractionHint.CustomShouldHideVisuals Field
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.
Custom function to determine visibility of visuals. Return true to hide visuals and reset min timer (max timer will still be in effect), return false when user is doing nothing and needs a hint.
public: Func<bool> ^ CustomShouldHideVisuals;
public Func<bool> CustomShouldHideVisuals;
val mutable CustomShouldHideVisuals : Func<bool>
Public CustomShouldHideVisuals As Func(Of Boolean)