ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapChart Class / ShowProperties Method / ShowProperties(PropertyPageFlags,Rectangle) Method

In This Topic
    ShowProperties(PropertyPageFlags,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ShowProperties( _
       ByVal ppf As PropertyPageFlags, _
       ByRef rect As System.Drawing.Rectangle _
    ) As System.Windows.Forms.DialogResult
    public System.Windows.Forms.DialogResult ShowProperties( 
       PropertyPageFlags ppf,
       ref System.Drawing.Rectangle rect
    )

    Parameters

    ppf
    rect
    See Also