This property sets the button name displayed in the "Print" dialog.
[Visual
Basic] imagekitcontrolname.PrintDraw.ButtonName
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetPrintDraw().GetButtonName()
imagekitcontrolname.GetPrintDraw().SetButtonName(LPCTSTR Val)
imagekitcontrolname.GetPrintDraw().SetButtonName(LPCTSTR Val)
Property Value
The ButtonName property value is the text that is displayed on the button in the "Print" dialog.
Explanation
The ButtonName property sets the button name displayed in the "Print" dialog. When the "Print" dialog is displayed, the print process can be canceled by clicking the button. If the ButtonName, Caption and Message properties are not set, then the "Print" dialog is not displayed.
The ButtonName property is enabled when the PrintStartDoc method is executed.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.