This can allow your application to print the selection. This is typically used to make a "Selection" button sensitive.
PrintOperation.hasSelection
bool hasSelection() @propertyGet hasSelection property.
Returns
Determines whether there is a selection in your application.
void hasSelection(bool propval) @propertySet hasSelection property.
Parameters
propval | Determines whether there is a selection in your application. This can allow your application to print the selection. This is typically used to make a "Selection" button sensitive. |