ActionFromTag Method (C1PreviewAction)
In This Topic
Returns a
C1PreviewActionEnum value corresponding to a tag string associated with a UI element. When
C1PrintPreviewControl's UI elements (such as toolbar items) are created, their
System.Windows.Forms.Control.Tag properties are assigned predefined strings that determine actions performed when those elements are invoked. This method allows to find out the specific action associated with a tag.
Syntax
Parameters
- tag
- The tag string.
Return Value
A
C1PreviewActionEnum represening the action associated with .
See Also