Table of Contents

Property OnSetFocus

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

OnSetFocus

Gets or sets the action to be performed when the control receives the input focus.

public PdfAction? OnSetFocus { get; set; }

Property Value

PdfAction

The action to be performed when the control receives the input focus.

Remarks

Check out the sample code for adding actions to control events.