Version

AcceptsFocus Property (PreviewSettings)

Returns or sets whether the control takes focus.
Syntax
'Declaration
 
Public Property AcceptsFocus As Boolean
public bool AcceptsFocus {get; set;}
Remarks

The AcceptsFocus property is used to determine whether the control can receive focus. The default value for this property depends upon the associated UltraPrintPreviewControlBase. For an UltraPrintPreviewControl, this property is set to true so that the control can accept focus and be navigated using the keyboard. When set to false, the control will not be able to be navigated to using the keyboard. For an UltraPrintPreviewThumbnail, this property defaults to false.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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