Xceed Toolkit for Maui v2.0 Documentation
IsFocusUnderlineVisible Property (FilePicker)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > FilePicker Class : IsFocusUnderlineVisible Property
Gets or sets if a line appears under the TextBox when it is selected.
Syntax
'Declaration
 
Public Property IsFocusUnderlineVisible As Boolean
'Usage
 
Dim instance As FilePicker
Dim value As Boolean
 
instance.IsFocusUnderlineVisible = value
 
value = instance.IsFocusUnderlineVisible
public bool IsFocusUnderlineVisible {get; set;}
Remarks
The default value is true, which means that an underline will appear whenever the TextBox is in focus.
Requirements

Target Platforms: Windows 11, Windows 10, 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

FilePicker Class
FilePicker Members