C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / AcceptButton Property

In This Topic
AcceptButton Property (C1PrintDocument)
In This Topic
Gets the RenderInputButton object representing the accept button in the current document (the first RenderInputButton object with RenderInputButton.AcceptButton property set to true).
Syntax
'Declaration
 
Public ReadOnly Property AcceptButton As RenderInputButton
 
See Also