AllowNextItemSelection Property (WpfPdfTextMarkupTool)
Gets or sets a value indicating whether the tool allows to change focused item using the
PerformNextItemSelection(Boolean) method.
'Declaration
<BrowsableAttribute(False)>
Public Overrides Property AllowNextItemSelection As Boolean
[Browsable(False)]
public override bool AllowNextItemSelection { get; set; }
[Browsable(False)]
public: __property bool get_AllowNextItemSelection(); override;
public: __property void set_AllowNextItemSelection(
bool
); override;
[Browsable(False)]
public:
property bool AllowNextItemSelection {
bool get() override;;
void set(bool ) override;;
}
Property Value
True - tool allows to select next item; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5