ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / ButtonOpen Property

In This Topic
    ButtonOpen Property
    In This Topic
    Gets the System.Windows.Forms.ToolStripButton used to open Olap view files.
    Syntax
    'Declaration
     
    Public ReadOnly Property ButtonOpen As System.Windows.Forms.ToolStripButton
    public System.Windows.Forms.ToolStripButton ButtonOpen {get;}
    See Also