Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PrintPreviewControl.FileToolBar Class / GetToolStripItemPropertyName Method
The tool strip item.

In This Topic
    GetToolStripItemPropertyName Method (C1PrintPreviewControl.FileToolBar)
    In This Topic
    Returns a tool strip item property name.
    Syntax
    'Declaration
     
    Protected Overridable Function GetToolStripItemPropertyName( _
       ByVal toolStripItem As ToolStripItem _
    ) As String
    protected virtual string GetToolStripItemPropertyName( 
       ToolStripItem toolStripItem
    )

    Parameters

    toolStripItem
    The tool strip item.

    Return Value

    The property name.
    See Also