ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / Measure Method / Measure(Style,Graphics,Object) Method

In This Topic
    Measure(Style,Graphics,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Measure( _
       ByVal s As C1.Framework.Style, _
       ByVal g As Graphics, _
       ByVal value As Object _
    ) As Size
    public Size Measure( 
       C1.Framework.Style s,
       Graphics g,
       object value
    )

    Parameters

    s
    g
    value
    See Also